lp:~ed.so/duplicity/setup.shebang

Created by edso and last modified
Get this branch:
bzr branch lp:~ed.so/duplicity/setup.shebang
Only edso can upload to this branch. If you are edso please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
edso
Project:
Duplicity
Status:
Merged

Recent revisions

1137. By edso

also check python version number upper bound. we run on 2.6 and 2.7 currently

1136. By edso

don't touch my shebang

1135. By Kenneth Loafman

Add __pycache__.

1134. By Kenneth Loafman

* Upgrade to newest version of pep8 and pylint. Add three ignores
  to test_pep8 and one to test_pylint to get the rest to pass. They
  are all valid in our case.

1133. By Kenneth Loafman

Fix header date.

1132. By Kenneth Loafman

* The ptyprocess module no longer supports Python 2.6, so fix tox.ini to
  use an older version. Make explicit environs for all tests.

1131. By Kenneth Loafman

* Merged in lp:~mnjul/duplicity/s3-infreq-access
  - This adds support for AWS S3's newly announced Infrequent Access
    storage class and is intended to implement Blueprint:
    https://blueprints.launchpad.net/duplicity/+spec/aws-s3-std-ia-class .
  - A new command line option, --s3-use-ia, is added, and boto backend
    will automatically use the correct storage class value depending on
    whether --s3-use-rrs and --s3-use-ia is set. Command line parser will
    prompt error if both --s3-use-ia and --s3-use-rrs are used together,
    as they conflict with each other.
  - The manpage has been updated giving a short explanation on the new
    option. Its wording derives from Amazon's official announcement:
    https://aws.amazon.com/about-aws/whats-new/2015/09/announcing-new-\
    amazon-s3-storage-class-and-lower-glacier-prices/

1130. By Kenneth Loafman

* Merged in lp:~duplicity-team/duplicity/po-updates
* Prep for 0.7.05

1129. By Kenneth Loafman

* Merged in lp:~bmerry/duplicity/pydrive-id-cache
  - This fixes the issue a number of users (including myself) have been
    having with duplicity creating files with duplicate filenames on
    Google Drive. It keeps a runtime cache of filename to object ID
    mappings, so that once it has uploaded an object it won't be fooled
    by weakly consistent directory listings.

1128. By Kenneth Loafman

* Fix bug #1494228 CygWin: TypeError: basis_file must be a (true) file
  - The problem that caused the change to tempfile.TemporaryFile was due
    to the fact that os.tmpfile always creates its file in the system
    temp directory, not in the directory specified. The fix applied was
    to use os.tmpfile in cygwin/windows and tempfile.TemporaryFile in all
    the rest. This means that cygwin is now broken with respect to temp
    file placement of this one file (deleted automatically on close).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~duplicity-team/duplicity/0.7-series
This branch contains Public information 
Everyone can see this information.

Subscribers