1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
python-concurrent.futures (2.2.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Barry Warsaw <barry@debian.org> Mon, 29 Sep 2014 15:53:00 -0400
python-concurrent.futures (2.1.6-4) unstable; urgency=medium
* Team upload.
* debian/patches/0001-Fix-i386-test-failure.patch: Fix FTBFS on i386.
(Closes: #762142)
-- Barry Warsaw <barry@debian.org> Thu, 18 Sep 2014 17:21:42 -0400
python-concurrent.futures (2.1.6-3) unstable; urgency=medium
* Adopting the package (Closes: #736714).
* Moves the package to pkg-openstack because I want to use Git.
* Added missing build-depends: python-unittest2.
* Removes Provides: python-futures, since concurrent.futures is really the
new API that upstream wants to advertise for.
* Added extend-diff-ignore = "^[^/]*[.]egg-info/" in debian/source/options,
and removed the rm -rf *.egg-info from debian/rules.
* Fix debian/copyright parseable format.
* Simplify unit test runs.
-- Thomas Goirand <zigo@debian.org> Fri, 21 Feb 2014 15:07:44 +0800
python-concurrent.futures (2.1.6-2) unstable; urgency=medium
* Team upload.
* Fixes the fact that the package isn't installed at all in /usr/lib/python,
which makes it completely unusable:
- Added missing --with python2.
- Added explicit --buildsystem=python_distutils.
- Added Provides: python-futures
- Added missing ${sphinxdoc:Depends}, installing correctly with sphinx-build
* Removed useless XS-Python-Version: >= 2.6.
* Removed deprecated python-support build-depends in the favor of dh_python2,
and therefore now build-depends on python-all version (>= 2.6.6-3~).
* Ran wrap-and-sort.
* Fixed Format field of debian/copyright.
-- Thomas Goirand <zigo@debian.org> Sat, 25 Jan 2014 05:59:22 +0000
python-concurrent.futures (2.1.6-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Sandro Tosi ]
* New upstream release
* debian/copyright
- extend packaging copyright years
* debian/control
- bump Standards-Version to 3.9.5 (no changes needed)
-- Sandro Tosi <morph@debian.org> Fri, 17 Jan 2014 21:04:59 +0100
python-concurrent.futures (2.1.3-1) experimental; urgency=low
* New upstream release
-- Sandro Tosi <morph@debian.org> Wed, 29 Aug 2012 23:17:44 +0200
python-concurrent.futures (2.1.2-1) unstable; urgency=low
* Initial release (Closes: #657067)
-- Sandro Tosi <morph@debian.org> Sun, 08 Apr 2012 13:22:06 +0200
|