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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
python-concurrent.futures (3.2.0-2) unstable; urgency=medium
* d/control: Set Vcs-* to salsa.debian.org
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* Convert git repository from git-dpm to gbp layout
* Bump debhelper compat level to 11
* Bump standards version to 4.2.1 (no changes)
* d/copyright: Bump my copyright year
* Build docs with Python 2 version of Sphinx, because code is not Python 3
compatible
* Add upstream metadata
-- Ondřej Nový <onovy@debian.org> Sat, 29 Sep 2018 21:20:34 +0200
python-concurrent.futures (3.2.0-1) unstable; urgency=medium
* New upstream release
* Remove openstack-pkg-tools from B-D, not needed anymore
* Standards-Version is 4.1.2 now (no changes needed)
* d/copyright: Add Alex Grönholm <alex.gronholm@nextday.fi>
* Run wrap-and-sort -bast
-- Ondřej Nový <onovy@debian.org> Wed, 06 Dec 2017 13:27:44 +0100
python-concurrent.futures (3.1.1-1) unstable; urgency=medium
* New upstream release
* d/copyright: Change upstream license to Python-2.0
-- Ondřej Nový <onovy@debian.org> Fri, 04 Aug 2017 20:41:07 +0200
python-concurrent.futures (3.0.5-4) unstable; urgency=medium
* Maintainer: DPMT team
* Vcs-* move to DPMT
* Use pybuild
* d/copyright
- Use https in format URL
- Bump my copyright years
* Bump debhelper compat version to 10
* Standards-Version is 4.0.0.4 now
* d/s/options: Remove extend-diff-ignore of .gitreview
-- Ondřej Nový <onovy@debian.org> Fri, 04 Aug 2017 19:33:48 +0200
python-concurrent.futures (3.0.5-3) unstable; urgency=medium
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <onovy@debian.org> Mon, 26 Sep 2016 19:08:21 +0200
python-concurrent.futures (3.0.5-2) unstable; urgency=medium
* Standards-Version is 3.9.8 now (no change)
* Change directory to $ADTTMP before running Debian tests
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/{control,copyright}: Use my @debian.org email address
-- Ondřej Nový <onovy@debian.org> Mon, 20 Jun 2016 23:30:33 +0200
python-concurrent.futures (3.0.5-1) unstable; urgency=medium
* New upstream release.
* Standards-Version is 3.9.7 now (no change).
* Fixed Homepage.
* Fixed Vcs-Url (https).
* Added Debian tests.
* Removed patch 0001-Fix-i386-test-failure.patch (Applied upstream).
* d/compat bumped to 9 (no change).
* Fixed d/copyright order.
* Added myself to d/copyright.
* Added myself as uploader.
-- Ondřej Nový <novy@ondrej.org> Mon, 29 Feb 2016 15:56:06 +0100
python-concurrent.futures (3.0.3-2) unstable; urgency=medium
* Uploading to unstable.
* Fixed watch file to use github tags instead of broken PyPi.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 07:49:51 +0000
python-concurrent.futures (3.0.3-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release: dropping version for python-all,
adding dh-python, etc.
* Standards-Version is now 3.9.6.
-- Thomas Goirand <zigo@debian.org> Wed, 15 Jul 2015 12:41:55 +0000
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
|