Changelog
apt-btrfs-snapshot (0.3) quantal; urgency=low
[ Michael Vogt ]
* apt_btrfs_snapshot.py, test/test_apt_btrfs_snapshot.py:
- disable "delete-older-than" command if noatime is in use on
the snapshot fs (LP: #833980)
* merge lp:~brian-murray/apt-btrfs-snapshot/fix-vcs/, many thanks!
* apt_btrfs_snapshot.py:
- be even more robust against invalid fstab entries
(LP: #873411 comment #7)
* test/test_pyflakes.py:
- add test that ensures that its pyflakes clean
[ Dmitrijs Ledkovs ]
* apt_btrfs_snapshot.py, apt-btrfs-snapshot:
- port to python3
* apt_btrfs_snapshot.py:
- fix pyflakes warning use 'AptBtrfsNotSupportedError' instead of
undefined name 'AptBtrfsSnapshotNotSupportedError'
* test/test_apt_btrfs_snapshot.py:
- remove unused imports 'LowLevelCommands' and 'apt_btrfs_snapshot'
- mock sys.stdout and sys.stderr to avoid confusing and spurious output
- mock /sbin/btrfs to allow running unit-tests without btrfs-tools
* debian/rules:
- build with supported versions of python2 and python3
- run unittests at build time, honoring nocheck
* debian/control:
- adjust dependencies for python3 support
- bump standards version to 3.9.3
-- Michael Vogt <email address hidden> Tue, 12 Jun 2012 12:06:31 +0200