lp:~smoser/ubuntu/precise/python-boto/2.1.1

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/ubuntu/precise/python-boto/2.1.1
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Status:
Development

Recent revisions

22. By Scott Moser

update changelog with respect to delta from debian

21. By Scott Moser

merge in upstream 2.1.1.

So far I've only taken upstream files, and done so with advice
from #bzr so we can potentially resolve the renamed files issues for the
future (previously, 'bzr diff' would show whole file removes and adds
of the same content).

  $ bzr merge-upstream
  $ for d in *; do [ $d = "debian" ] && continue;
      bzr revert -r tag:upstream-2.1.1 $d; done

next is to re-apply any relevant ubuntu/debian delta.

20. By Loïc Minier

Release 2.0-2ubuntu1 to precise

19. By Scott Moser

* Sync with debian.
* Remaining changes from debian:
  - debian/watch: fix for mangled versions (#650480)
* Changes from upstream:
  - boto/auth.py: use email.utils.formatdate(usegmt=True) instead of strftime
    as the latter breaks when boto is used from application setting up
    locales (like bpython or ipython); upstream issue #140.
* Dropped delta:
  - debian/rules: Run testsuite during build but ignore failures
    since it currently doesn't pass.
  - debian/rules, debian/control: Transition from pysupport to dh_python2
    (LP: #788514)
  - debian/rules:
    + README removed (no longer in source tarball)
    + doc install of cq.py removed (it is now installed to /usr/bin)
* Promote new upstream to unstable (Closes: #638931).
* New upstream release.
* Convert packaging to dh_python2 (Closes: #631430).
* Updated to Debian Policy version 3.9.2.
* Patched to include Python 2.7 in httplib work-around for https
  signatures. Thanks Matthias Klose. (Closes: #607120)

18. By Scott Moser

* New upstream release.
* Remaining changes from debian:
  - debian/rules: Run testsuite during build but ignore failures
    since it currently doesn't pass.
  - debian/rules, debian/control: Transition from pysupport to dh_python2
    (LP: #788514)
  - debian/rules:
    + README removed (no longer in source tarball)
    + doc install of cq.py removed (it is now installed to /usr/bin)
* Changes from upstream:
  - boto/auth.py: use email.utils.formatdate(usegmt=True) instead of strftime
    as the latter breaks when boto is used from application setting up
    locales (like bpython or ipython); upstream issue #140.
* Dropped delta from upstream:
  - boto/ec2/snapshot.py: work around non-int data in volumeSize
    returned from Eucalyptus. LP: #520707. [fix is upstream]
  - boto/connection.py: Handle 2.7 the same way as 2.6 for httplib
    compatibility. LP: #688773. [fix is upstream]

17. By Barry Warsaw

debian/rules, debian/control: Transition from pysupport to dh_python2
(LP: #788514)

16. By Scott Moser

* Merge from debian unstable (LP: #788651). Remaining changes:
  - debian/rules: Run testsuite during build but ignore failures
    since it currently doesn't pass.
  - boto/ec2/snapshot.py: work around non-int data in volumeSize
    returned from Eucalyptus. LP: #520707.
  - boto/connection.py: Handle 2.7 the same way as 2.6 for httplib
    compatibility. LP: #688773.
  - boto/cloudfront/__init__.py, boto/connection.py: use
    email.utils.formatdate(usegmt=True) instead of strftime as the latter
    breaks when boto is used from application setting up locales (like
    bpython or ipython); upstream issue #140.
* boto.egg-info/SOURCES.txt: add last EOL, as it is now in debian

15. By Loïc Minier

* boto/cloudfront/__init__.py, boto/connection.py: use
  email.utils.formatdate(usegmt=True) instead of strftime as the latter
  breaks when boto is used from application setting up locales (like bpython
  or ipython); upstream issue #140.
* boto.egg-info/SOURCES.txt: remove last EOL again to have less diff with
  upstream.

14. By Matthias Klose

Handle 2.7 the same way as 2.6 for httplib compatibility. LP: #688773.

13. By Scott Moser

work around non-int data in volumeSize (LP: #520707)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/precise/python-boto
This branch contains Public information 
Everyone can see this information.

Subscribers