lp://staging/~xnox/apt-btrfs-snapshot/py3
Created by
Dimitri John Ledkov
and last modified
- Get this branch:
- bzr branch lp://staging/~xnox/apt-btrfs-snapshot/py3
Only
Dimitri John Ledkov
can upload to this branch. If you are
Dimitri John Ledkov
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Colin Watson (community): Approve
- Michael Vogt: Pending requested
-
Diff: 288 lines (+93/-33)6 files modifiedapt-btrfs-snapshot (+6/-6)
apt_btrfs_snapshot.py (+20/-17)
debian/changelog (+26/-2)
debian/control (+8/-2)
debian/rules (+23/-1)
test/test_apt_btrfs_snapshot.py (+10/-5)
Branch information
Recent revisions
- 42. By Dimitri John Ledkov
-
* 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 - 40. By Dimitri John Ledkov
-
* 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 - 39. By Dimitri John Ledkov
-
* apt_btrfs_
snapshot. py:
- port to python3
- fix pyflakes warning use 'AptBtrfsNotSupportedError' instead of
undefined name 'AptBtrfsSnapshotNotSupportedE rror' - 37. By Michael Vogt
-
* apt_btrfs_
snapshot. py:
- be even more robust against invalid fstab entries
(LP: #873411 comment #7)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/apt-btrfs-snapshot