[ubuntu/wily-proposed] python-lockfile 1:0.10.2-2ubuntu1 (Accepted)
Artur Rona
ari-tczew at ubuntu.com
Fri Jun 26 08:24:11 UTC 2015
python-lockfile (1:0.10.2-2ubuntu1) wily; urgency=low
* Sync from Debian unstable. All changes have been fixed in Debian.
(LP: #1399850)
* debian/control: Build-Depends on python*-setuptools to fix FTBFS.
(Closes: #789825)
python-lockfile (1:0.10.2-2) unstable; urgency=low
* The “Jabbeur Mejri” release.
* debian/NEWS:
* Jessie has released, the freeze is ended; resume our uploads to
“unstable”.
* debian/copyright:
* Update copyright notices.
* Update copyright information for transfer of upstream maintainer.
* Remove grant of license from “License” fields.
* debian/control, debian/rules, debian/*.install:
* Rely on ‘pybuild’ to find the files for install.
Remove obsolete ‘*.install’ files.
* Use Nose test runner for this package's tests.
Add ‘python{,3}-nose’ to Build-Depends.
* debian/rules:
* Discard HTTP traffic during packaging actions.
* Use a catch-all target for all Policy-required targets.
* debian/watch:
* Add editor hints.
* Switch from defunct source API to Debian-maintained mirror.
* debian/clean:
* Clean the documentation build directory.
* debian/patches/001.doctests-compatible-py2and3.patch:
* Patch doctests to be compatible with both Python 2 and Python 3.
python-lockfile (1:0.10.2-1) experimental; urgency=low
* The “Marthe Gautier” release.
* New upstream version. (Closes: bug#738837)
Highlights since last release:
* The ‘lockfile’ module is now reorganized into a package.
* Renamed the lockfile classes. New names: ‘LinkLockFile’,
‘MkdirLockFile’, ‘SQLiteLockFile’.
* New lockfile class, ‘PIDLockFile’.
* Remove support for Python versions earlier than 2.6.
* Add support for Python 3.2 – 3.4.
* debian/NEWS:
* Add a news entry to notify of the API compatibility breakage.
* debian/control:
* Update “VCS-*” fields for current Alioth layout.
* Declare “Standards-Version: 3.9.6”.
* Update package description to incorporate upstream changes.
* Update build requirements to incorporate upstream changes.
* debian/watch:
* Refine watch configuration for current upstream release location.
* debian/rules:
* License Debian packaging work under Expat terms.
* Add distinct targets for ‘…-arch’ and ‘…-indep’ (as recommended by
Policy §4.9).
* Add ‘get-orig-source’ target (as recommended by Policy §4.9) and
‘get-packaged-orig-source’ target.
* debian/rules, debian/control, debian/compat, debian/*.install:
* Increase minimum Debhelper version to support new build targets.
* Switch to ‘pybuild’ packaging helper.
* Build packages targeting both Python 2 and Python 3.
* debian/pyversions, debian/control:
* Use current Python versions in Debian.
* debian/copyright:
* Conform to copyright format version 1.0.
* Update copyright notices.
* debian/bzr-builddeb.conf:
* Add this package's configuration for ‘bzr builddeb’.
* debian/control, debian/python-lockfile-doc.docs:
* Install API documentation.
* Separate API documentation into a new package.
python-lockfile (1:0.8-2ubuntu2) trusty; urgency=medium
* No change rebuild to drop files in /usr/share/pyshared.
python-lockfile (1:0.8-2ubuntu1) precise; urgency=low
* Build using dh_python2
python-lockfile (1:0.8-2) unstable; urgency=low
* The “Slow mind” release.
* Revert to upstream version 0.8, since version 0.9 should not have been
made available and upstream is currently unresponsive.
(Closes: bug#581061)
* debian/control:
+ Declare “Standards-Version: 3.9.0”. No further changes needed.
+ Alter description to correctly describe version 0.8.
* debian/pyversions:
+ This older version supports Python 2.4 or later; declare it.
python-lockfile (0.9-2) unstable; urgency=low
* The “Sax flute fun” release.
* debian/control:
+ Set “Priority: optional” to allow other common packages to depend on
this one.
+ Update the package description to better match the new capabilities.
* debian/pyversions:
+ This version requires Python 2.5 or later; declare it.
(Closes: Bug#580937)
python-lockfile (0.9-1) unstable; urgency=low
* The “Euclid” release.
* New upstream version. Highlight since last release:
+ Reorganise library into a package.
+ API names changed for classes:
LinkLockFile
MkdirLockFile
SQLiteLockFile
+ New lockfile class ‘PIDLockFile’.
* debian/control:
+ Declare “Standards-Version: 3.8.4”. No further changes needed.
* Drop ‘Provides’ field, since a Python-versioned dependency should
not be necessary (ref. ‘python-support’ documentation).
* debian/source/format:
+ Declare source package format.
* debian/watch:
+ Detect source files when upstream moves them to a different provider.
Date: Wed, 24 Jun 2015 22:11:42 +0200
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/+source/python-lockfile/1:0.10.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 24 Jun 2015 22:11:42 +0200
Source: python-lockfile
Binary: python-lockfile python3-lockfile python-lockfile-doc
Architecture: source
Version: 1:0.10.2-2ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Description:
python-lockfile - file locking library for Python — Python 2 library
python-lockfile-doc - file locking library for Python — documentation
python3-lockfile - file locking library for Python — Python 3 library
Closes: 580937 581061 738837 789825
Launchpad-Bugs-Fixed: 1399850
Changes:
python-lockfile (1:0.10.2-2ubuntu1) wily; urgency=low
.
* Sync from Debian unstable. All changes have been fixed in Debian.
(LP: #1399850)
* debian/control: Build-Depends on python*-setuptools to fix FTBFS.
(Closes: #789825)
.
python-lockfile (1:0.10.2-2) unstable; urgency=low
.
* The “Jabbeur Mejri” release.
* debian/NEWS:
* Jessie has released, the freeze is ended; resume our uploads to
“unstable”.
* debian/copyright:
* Update copyright notices.
* Update copyright information for transfer of upstream maintainer.
* Remove grant of license from “License” fields.
* debian/control, debian/rules, debian/*.install:
* Rely on ‘pybuild’ to find the files for install.
Remove obsolete ‘*.install’ files.
* Use Nose test runner for this package's tests.
Add ‘python{,3}-nose’ to Build-Depends.
* debian/rules:
* Discard HTTP traffic during packaging actions.
* Use a catch-all target for all Policy-required targets.
* debian/watch:
* Add editor hints.
* Switch from defunct source API to Debian-maintained mirror.
* debian/clean:
* Clean the documentation build directory.
* debian/patches/001.doctests-compatible-py2and3.patch:
* Patch doctests to be compatible with both Python 2 and Python 3.
.
python-lockfile (1:0.10.2-1) experimental; urgency=low
.
* The “Marthe Gautier” release.
* New upstream version. (Closes: bug#738837)
Highlights since last release:
* The ‘lockfile’ module is now reorganized into a package.
* Renamed the lockfile classes. New names: ‘LinkLockFile’,
‘MkdirLockFile’, ‘SQLiteLockFile’.
* New lockfile class, ‘PIDLockFile’.
* Remove support for Python versions earlier than 2.6.
* Add support for Python 3.2 – 3.4.
* debian/NEWS:
* Add a news entry to notify of the API compatibility breakage.
* debian/control:
* Update “VCS-*” fields for current Alioth layout.
* Declare “Standards-Version: 3.9.6”.
* Update package description to incorporate upstream changes.
* Update build requirements to incorporate upstream changes.
* debian/watch:
* Refine watch configuration for current upstream release location.
* debian/rules:
* License Debian packaging work under Expat terms.
* Add distinct targets for ‘…-arch’ and ‘…-indep’ (as recommended by
Policy §4.9).
* Add ‘get-orig-source’ target (as recommended by Policy §4.9) and
‘get-packaged-orig-source’ target.
* debian/rules, debian/control, debian/compat, debian/*.install:
* Increase minimum Debhelper version to support new build targets.
* Switch to ‘pybuild’ packaging helper.
* Build packages targeting both Python 2 and Python 3.
* debian/pyversions, debian/control:
* Use current Python versions in Debian.
* debian/copyright:
* Conform to copyright format version 1.0.
* Update copyright notices.
* debian/bzr-builddeb.conf:
* Add this package's configuration for ‘bzr builddeb’.
* debian/control, debian/python-lockfile-doc.docs:
* Install API documentation.
* Separate API documentation into a new package.
.
python-lockfile (1:0.8-2ubuntu2) trusty; urgency=medium
.
* No change rebuild to drop files in /usr/share/pyshared.
.
python-lockfile (1:0.8-2ubuntu1) precise; urgency=low
.
* Build using dh_python2
.
python-lockfile (1:0.8-2) unstable; urgency=low
.
* The “Slow mind” release.
* Revert to upstream version 0.8, since version 0.9 should not have been
made available and upstream is currently unresponsive.
(Closes: bug#581061)
* debian/control:
+ Declare “Standards-Version: 3.9.0”. No further changes needed.
+ Alter description to correctly describe version 0.8.
* debian/pyversions:
+ This older version supports Python 2.4 or later; declare it.
.
python-lockfile (0.9-2) unstable; urgency=low
.
* The “Sax flute fun” release.
* debian/control:
+ Set “Priority: optional” to allow other common packages to depend on
this one.
+ Update the package description to better match the new capabilities.
* debian/pyversions:
+ This version requires Python 2.5 or later; declare it.
(Closes: Bug#580937)
.
python-lockfile (0.9-1) unstable; urgency=low
.
* The “Euclid” release.
* New upstream version. Highlight since last release:
+ Reorganise library into a package.
+ API names changed for classes:
LinkLockFile
MkdirLockFile
SQLiteLockFile
+ New lockfile class ‘PIDLockFile’.
* debian/control:
+ Declare “Standards-Version: 3.8.4”. No further changes needed.
* Drop ‘Provides’ field, since a Python-versioned dependency should
not be necessary (ref. ‘python-support’ documentation).
* debian/source/format:
+ Declare source package format.
* debian/watch:
+ Detect source files when upstream moves them to a different provider.
Checksums-Sha1:
a87f9fbb3c8b142efd872f64969a5d224ff8048b 2300 python-lockfile_0.10.2-2ubuntu1.dsc
1df8b1fad0c344230eaa7ce5fbf06521a74d7a6b 20662 python-lockfile_0.10.2.orig.tar.gz
b3f9040c7b3240070b290c015f0e21ccf36910bf 6320 python-lockfile_0.10.2-2ubuntu1.debian.tar.xz
Checksums-Sha256:
ebe02f0facc478f1bb11c9ea237a2d4151d802a64cac1abd7ca564721a602c35 2300 python-lockfile_0.10.2-2ubuntu1.dsc
9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 20662 python-lockfile_0.10.2.orig.tar.gz
c55359b2af37b9f6291777225567268243f8badd99cf5431df9313357530ec86 6320 python-lockfile_0.10.2-2ubuntu1.debian.tar.xz
Files:
04167010a01b376bdd0ccbbae6984cea 2300 python optional python-lockfile_0.10.2-2ubuntu1.dsc
1aa6175a6d57f082cd12e7ac6102ab15 20662 python optional python-lockfile_0.10.2.orig.tar.gz
570b54a2bf46f548152991a8873aabd6 6320 python optional python-lockfile_0.10.2-2ubuntu1.debian.tar.xz
Original-Maintainer: Ben Finney <ben+debian at benfinney.id.au>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVjQvQAAoJENFO8V2v4RNHixwP/0AwUsdgNS7cwmRjx6B8kkIk
+X6rPYD6cWTzdn524ZGUBzAnEcH3BGU2cjbZ+twfrxgOqxLwaunD11O69GoLlC+Y
vtl9dnWUFBwiWbot1OtLk2jI/WM1w5IeCJy1zkqJ+yRPDIPHIgjFnDEGStMkYj8H
3CHUjWjDeJwrhxe8iLUGekuL8dqQyubUMPalpa3fclKnZRCqjjQ4innd4gQW2X77
zsoXvlar8PaFXg86lOTM7iUhf+hOwUI2i7EVxJJM7yFQs1D4Em4PjZ3UhvozYYI1
EhNFExodkMAAT9zfcQ/FMO4raHFLUlMB6Xh7yV7sBWdvz6dZZnCl8uG0yARPvpJU
OtDX3RjpvpmuAF7OKqKOgzNc2LkAujszTyMIuc76AS9DPQDkxaXdj23cqyFBz46c
/t5raPBIL06vxRUAT2ca1zK82YBl0mDBmMgN/4CyYtvCIHiCvDu8kkVcTAkY8P5m
DqHvt6ch2XxZTCTBPbLFk0QAMQxOrmFRO14HIBdJfHQhBzhrm8n91WGfNev1qlnx
BUnhyDmpRSh0T7cSCUQbM7MVlGakXYnB6ezVdwQ1lS3dv9KlKgcyAIhXzYP+pHdG
gq9xE9qdkhqG652P0R4m6S380T1ZWQJeFq+pLKnD3BomVhsDtrEF3z8qZ77XGPoS
PbG+bVn8Z2ajVCKfB9tw
=1qcS
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list