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 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
python-taskflow (2.3.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
[ Thomas Goirand ]
* Uploading to unstable.
* Fixed oslotest EPOCH.
-- Ondřej Nový <onovy@debian.org> Mon, 26 Sep 2016 19:15:35 +0200
python-taskflow (2.3.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* Standards-Version is 3.9.8 now (no change)
* Added missing Debian tests dependencies
* Added Python module import Debian tests
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Using pkgos-dh_auto_{test,install} from openstack-pkg-tools >= 52~.
-- Thomas Goirand <zigo@debian.org> Wed, 13 Jul 2016 21:47:19 +0200
python-taskflow (1.30.0-2) unstable; urgency=medium
* Uploading to unstable.
* Added git as build-depends-indep.
-- Thomas Goirand <zigo@debian.org> Thu, 10 Mar 2016 10:24:58 +0100
python-taskflow (1.30.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URLs (https).
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Standards-Version: 3.9.7 (no change).
-- Thomas Goirand <zigo@debian.org> Fri, 04 Mar 2016 04:16:11 +0000
python-taskflow (1.26.0-1) experimental; urgency=medium
* New upstream release.
* Fixed debian/copyright ordering.
-- Thomas Goirand <zigo@debian.org> Sat, 16 Jan 2016 03:40:16 +0000
python-taskflow (1.25.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Removed use-async_utils.patch.
-- Thomas Goirand <zigo@debian.org> Mon, 07 Dec 2015 17:52:48 +0100
python-taskflow (1.21.0-3) unstable; urgency=medium
* Downgrade python-networkx minimum version to 1.9 instead of 1.10, as it
doesn't look like the update will come soon.
-- Thomas Goirand <zigo@debian.org> Sat, 17 Oct 2015 23:20:16 +0000
python-taskflow (1.21.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 11:27:59 +0000
python-taskflow (1.21.0-1) experimental; urgency=medium
[ Ivan Udovichenko ]
* New upstream release.
* d/control: Fixed (build-)depends for this release.
* d/control: python-mysql is now replaced with python-pymysql.
* d/control: unittest2 is not used anymore.
* d/patches: Add use-async_utils.patch
[ Thomas Goirand ]
* Added python{3,}-netifaces as build-depends-indep.
-- Thomas Goirand <zigo@debian.org> Sat, 03 Oct 2015 18:44:05 +0000
python-taskflow (1.17.0-3) experimental; urgency=medium
* Added Python3 support (Closes: #798018).
* Added a -doc package.
* Fixed compat level.
* Fixed wrong watch file URL (moved upstream).
-- Thomas Goirand <zigo@debian.org> Sat, 12 Sep 2015 07:56:16 +0000
python-taskflow (1.17.0-2) experimental; urgency=medium
* Applied what's remaining as usefull in the Ubuntu patch (Closes: #791930).
-- Thomas Goirand <zigo@debian.org> Tue, 08 Sep 2015 13:49:30 +0200
python-taskflow (1.17.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Disabled unit test patch.
* Black list a unit test:
taskflow.tests.test_examples.ExamplesTestCase.test_99_bottles
See LP bug: https://bugs.launchpad.net/taskflow/+bug/1479958
-- Thomas Goirand <zigo@debian.org> Thu, 30 Jul 2015 15:21:31 +0000
python-taskflow (1.15.0-1) experimental; urgency=medium
* New upstream release.
* Fixed build-depends for this release.
-- Thomas Goirand <zigo@debian.org> Wed, 15 Jul 2015 11:39:13 +0200
python-taskflow (0.7.1-1) unstable; urgency=medium
* New upstream release.
* Uploading to unstable.
* Reviewed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Tue, 10 Feb 2015 15:58:07 +0100
python-taskflow (0.4.0-2) experimental; urgency=medium
* Added ordereddict in debian/pydist-overrides.
-- Thomas Goirand <zigo@debian.org> Sun, 19 Oct 2014 15:47:13 +0800
python-taskflow (0.4.0-1) experimental; urgency=medium
* New upstream release.
* Updated (build-)depends for this release.
* Do not support python 2.6 because of the need for ordereddict. Therefore
setting-up X-Python-Version: >= 2.7.
* Add patch to disable unit tests using Kombu 3.x, which isn't available
normally with OpenStack Juno.
-- Thomas Goirand <zigo@debian.org> Wed, 01 Oct 2014 16:31:11 +0800
python-taskflow (0.3.21-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 28 Jul 2014 23:11:37 +0800
python-taskflow (0.2-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 18 Apr 2014 08:04:17 +0000
python-taskflow (0.2-1) experimental; urgency=medium
[ gustavo panizzo ]
* New upstream release.
* Increased the version required of python-six, python-iso8601,
python-steveodore.
[ Thomas Goirand ]
* Some more (build-)depends fixes.
-- Thomas Goirand <zigo@debian.org> Thu, 03 Apr 2014 08:35:03 +0000
python-taskflow (0.1.3-2) unstable; urgency=medium
* Adds openstack-pkg-tools as build-depends. (Closes: #743070)
* Standards-Version: is now 3.9.5
* Using testrepository instead of nose.
-- Thomas Goirand <zigo@debian.org> Mon, 31 Mar 2014 11:15:22 +0800
python-taskflow (0.1.3-1) unstable; urgency=medium
* New upstream release.
* Updated new upstream repository in d/copyright, d/rules and d/control.
* Renamed python-futures into python-concurrent.futures for the
(build-)depends (Closes: #739470).
* Added python-subunit as build-depends.
* Now needs python-testtools (>= 0.9.34)
-- Thomas Goirand <zigo@debian.org> Wed, 19 Feb 2014 15:23:19 +0800
python-taskflow (0.1.2-1) unstable; urgency=low
* Initial release.
-- Thomas Goirand <zigo@debian.org> Fri, 24 Jan 2014 22:06:31 +0800
|