lp://qastaging/~zulcss/ubuntu/precise/python-glanceclient/trunk
- Get this branch:
- bzr branch lp://qastaging/~zulcss/ubuntu/precise/python-glanceclient/trunk
Branch merges
- James Page: Approve
-
Diff: 2145 lines (+1222/-240)36 files modified.pc/applied-patches (+0/-1)
.pc/fix-ubuntu-tests.patch/tools/test-requires (+0/-11)
AUTHORS (+10/-1)
ChangeLog (+463/-0)
PKG-INFO (+2/-1)
debian/changelog (+17/-0)
debian/control (+4/-2)
debian/patches/fix-ubuntu-tests.patch (+9/-14)
debian/pydist-overrides (+1/-0)
debian/rules (+1/-1)
doc/source/index.rst (+15/-0)
glanceclient/__init__.py (+20/-3)
glanceclient/common/http.py (+150/-80)
glanceclient/common/utils.py (+15/-0)
glanceclient/exc.py (+4/-0)
glanceclient/openstack/common/setup.py (+60/-45)
glanceclient/openstack/common/version.py (+1/-2)
glanceclient/shell.py (+10/-0)
glanceclient/v1/images.py (+14/-14)
glanceclient/v1/shell.py (+96/-37)
glanceclient/version.py (+0/-21)
glanceclient/versioninfo (+1/-1)
python_glanceclient.egg-info/PKG-INFO (+2/-1)
python_glanceclient.egg-info/SOURCES.txt (+5/-1)
python_glanceclient.egg-info/requires.txt (+2/-1)
setup.py (+2/-0)
tests/test_http.py (+65/-0)
tests/test_ssl.py (+112/-0)
tests/test_utils.py (+7/-0)
tests/utils.py (+9/-1)
tests/v1/test_images.py (+1/-1)
tests/var/ca.crt (+35/-0)
tests/var/certificate.crt (+30/-0)
tests/var/privatekey.key (+51/-0)
tools/pip-requires (+2/-1)
tools/test-requires (+6/-0)
Related bugs
Bug #1073275: python-glanceclient has a bad version dep on python-prettytable | Medium | Fix Released |
Related blueprints
Branch information
- Owner:
- Chuck Short
- Status:
- Development
Recent revisions
- 11. By Chuck Short
-
* New upstream release for the Ubuntu Cloud Archive.
* Ensure python-prettytable >= 0.6. (LP: #1073275)
* debian/control, pydist-overrides: Add python-openssl override.
* New usptream release. - 8. By Chuck Short
-
[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
use newer URL.
* Fix Launchpad URLs in debian/watch.[ Chuck Short ]
* New upstream version. - 7. By Chuck Short
-
[ Adam Gandelman ]
* debian/control, pydist-overrides: Add python-setuptools- git,
python-warlock.[ Chuck Short ]
* New upstream version.
* debian/control: Add python-keystoneclient as a depends. - 6. By Chuck Short
-
[ Chuck Short ]
* New upstream release.
* debian/rules: Fix test suite
* debian/patches/ fix-ubuntu- tests: Re-introduced to prevent downloading
virtualenv deps.
* debian/watch: Update with new location.[ Adam Gandleman ]
* debian/control: wrap-and-sort, add python-setuptools to Depends.
* debian/pydist- overrides: Override python- keystoneclient. - 5. By Chuck Short
-
debian/rules: Disable testsuite, since it tries to fetch missing
python dependeicnes - 4. By Chuck Short
-
* New usptream version.
* debian/docs: Include changelog and readme.rst
* debian/watch: Fix url
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/ubuntu/raring/python-glanceclient