Change logs for python-boto source package in Oneiric

  • python-boto (2.0-0ubuntu1) oneiric; urgency=low
    
      * 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]
     -- Scott Moser <email address hidden>   Thu, 14 Jul 2011 16:11:57 -0400
  • python-boto (1.9b-4ubuntu2) oneiric; urgency=low
    
      * debian/rules, debian/control: Transition from pysupport to dh_python2
        (LP: #788514)
     -- Evan Broder <email address hidden>   Thu, 23 Jun 2011 11:59:24 -0700
  • python-boto (1.9b-4ubuntu1) oneiric; urgency=low
    
      * 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
     -- Scott Moser <email address hidden>   Thu, 26 May 2011 11:35:47 -0400
  • python-boto (1.9b-1ubuntu5) natty; urgency=low
    
      * 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.
     -- Loic Minier <email address hidden>   Fri, 04 Mar 2011 22:16:36 +0100