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 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
|
billiard (3.6.0.0-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Add python(3)-psutil to Build-Depends as it is used in tests.
* Bump Standards-Version to 4.3.0.
* Bump debhelper compatibility and version to 12.
* Add hardening maintainer flags to debian/rules.
-- Michael Fladischer <fladi@debian.org> Sun, 10 Feb 2019 16:10:28 +0100
billiard (3.5.0.5-1) unstable; urgency=low
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Michael Fladischer ]
* New upstream release.
* Disable PGP signature check in uscan as upstream is not providing a
signature for current releases.
* Clean up files in .pytest_cache/ to allow two builds in a row.
* Bump Standards-Version to 4.2.1.
-- Michael Fladischer <fladi@debian.org> Mon, 17 Dec 2018 14:46:30 +0100
billiard (3.5.0.4-1) unstable; urgency=low
[ Thomas Bechtold ]
* Remove myself from Uploaders
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/watch: Use https protocol
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Michael Fladischer ]
* New upstream release.
* Replace debian/upstream-signing-key.pgp with debian/upstream/signing-
key.asc.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.5.
* Install README.rst for python3-billiard package.
* Replace python(3)-nose with python(3)-pytest for tests during
package build.
* Add python(3)-case to Build-Depends to satisfy test requirements.
* Clean up .pytest_cache/v/cache/nodeids during builds.
* Build documentation in override_dh_sphinxdoc.
* Enable autopkgtest-pkg-python testsuite.
* Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi@debian.org> Tue, 07 Aug 2018 10:59:31 +0200
billiard (3.5.0.3-1) unstable; urgency=low
* New upstream release.
* Add new upstream signing key.
* Refresh patches for 3.5.0.3.
* Use https:// for copyright-format 1.0 URL.
* Update d/copyright.
-- Michael Fladischer <fladi@debian.org> Sun, 30 Jul 2017 20:54:52 +0200
billiard (3.5.0.2-1) unstable; urgency=medium
* New upstream version.
* Update standards version to 4.0.0.
-- Brian May <bam@debian.org> Thu, 13 Jul 2017 08:13:15 +1000
billiard (3.3.0.23-2) unstable; urgency=medium
* Fix up git repository so that Debian release is in the Master branch.
* Fix Git-Vcs header.
-- Brian May <bam@debian.org> Sun, 17 Apr 2016 18:37:53 +1000
billiard (3.3.0.23-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.7.
* Use https in Vcs-Git field.
* Use python3-sphinx to build documentation.
-- Michael Fladischer <fladi@debian.org> Thu, 31 Mar 2016 11:21:37 +0200
billiard (3.3.0.22-1) unstable; urgency=low
* New upstream release.
* Add a patch to fix a typo in multiprocessing.c.
-- Michael Fladischer <fladi@debian.org> Sun, 20 Dec 2015 09:14:15 +0100
billiard (3.3.0.21-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Thu, 19 Nov 2015 08:30:26 +1100
billiard (3.3.0.20-3) unstable; urgency=medium
* Clean up debian/rules.
* Ensure Python3 tests run.
* Fix FTBFS error. Closes: #804137.
-- Brian May <bam@debian.org> Fri, 06 Nov 2015 09:09:53 +1100
billiard (3.3.0.20-2) unstable; urgency=medium
* Team upload.
[ SVN-Git Migration ]
* Added git-dpm
* Update Vcs fields for git migration
[ Scott Kitterman ]
* Convert python3-billiard from arch any to arch all since binary extension
builds are disabled for python3 and adjust build-depends accordingly
(Closes: #799182)
* Add dh-python to build-depends to ensure the most recent version is used
-- Scott Kitterman <scott@kitterman.com> Wed, 14 Oct 2015 08:49:37 -0400
billiard (3.3.0.20-1) unstable; urgency=medium
* New upstream release.
* Drop remove-nose-cover3.patch as it was included upstream.
-- Michael Fladischer <fladi@debian.org> Tue, 19 May 2015 14:31:52 +0200
billiard (3.3.0.19-1) unstable; urgency=medium
* New upstream release.
* Drop billiard/_connection.py from Files section as it is no longer
part of the upstream source.
* Use pypi.debian.net service for uscan.
* Bump Standards-Version to 3.9.6.
* Refresh patches.
* Add DEP-3 header to hurd.patch.
* Change my email address to fladi@debian.org.
-- Michael Fladischer <fladi@debian.org> Tue, 19 May 2015 07:45:38 +0200
billiard (3.3.0.18-2) unstable; urgency=low
* Add patch to fix build on hurd-i386. Closes: #753836.
-- Brian May <bam@debian.org> Mon, 18 Aug 2014 13:51:41 +1000
billiard (3.3.0.18-1) unstable; urgency=low
* New upstream release.
* Remove gnukfreebsd.patch as it was included upstream.
-- Michael Fladischer <FladischerMichael@fladi.at> Thu, 14 Aug 2014 15:06:09 +0200
billiard (3.3.0.17-2) unstable; urgency=medium
* Add gnukfreebsd.patch to make setup.py recognize GNU/kFreeBSD as a
FreeBSD platform (Closes: #747441).
-- Michael Fladischer <FladischerMichael@fladi.at> Sat, 14 Jun 2014 20:41:08 +0200
billiard (3.3.0.17-1) unstable; urgency=low
* New upstream release.
-- Michael Fladischer <FladischerMichael@fladi.at> Wed, 23 Apr 2014 12:08:06 +0200
billiard (3.3.0.16-1) unstable; urgency=medium
* New upstream release.
* Enable tests during build (Closes: #735201).
* Enable Python3 support with python3-billiard.
* Extend remove-nose-cover3.patch to also remove nose-cover3 from funtests
package.
* Check PGP signature on upstream tarball:
+ Add signature URL to debian/watch.
+ Include upstream public PGP key 030A2708.
+ Allow debian/upstream-signing-key.pgp to be included as a binary.
* Remove .PHONY declarations from debian/rules.
-- Michael Fladischer <FladischerMichael@fladi.at> Wed, 09 Apr 2014 09:52:00 +0200
billiard (3.3.0.15-1) unstable; urgency=medium
* New upstream release.
* Drop exclude_funtests_package.patch, as it is no longer needed.
-- Michael Fladischer <FladischerMichael@fladi.at> Tue, 11 Feb 2014 11:55:10 +0100
billiard (3.3.0.13-1) unstable; urgency=medium
* New upstream release.
* Bump Standards version to 3.9.5.
-- Michael Fladischer <FladischerMichael@fladi.at> Sun, 15 Dec 2013 18:53:18 +0100
billiard (2.7.3.34-2) unstable; urgency=low
* Don't use sphinxdoc addon when building binary-arch (Closes: #721779).
-- Michael Fladischer <FladischerMichael@fladi.at> Wed, 06 Nov 2013 11:11:02 +0200
billiard (2.7.3.34-1) unstable; urgency=low
* New upstream release.
* Drop versioned Build-Depends on python-all as no prior versions are
available in Wheezy.
-- Michael Fladischer <FladischerMichael@fladi.at> Tue, 15 Oct 2013 08:27:52 +0200
billiard (2.7.3.32-2) unstable; urgency=low
* Move python-sphinx from Build-Depends-Indep to Build-Depends to fix
FTBFS if only arch independend parts are built (Closes: #721779).
* Drop libjs-jquery from Build-Depends-Indep as it is not required during
build.
-- Michael Fladischer <FladischerMichael@fladi.at> Wed, 04 Sep 2013 11:53:15 +0200
billiard (2.7.3.32-1) unstable; urgency=low
* New upstream release.
* Rename "BSD" to "BSD-3-clause" in d/copyright. Thanks to paultag.
-- Michael Fladischer <FladischerMichael@fladi.at> Mon, 02 Sep 2013 20:03:14 +0200
billiard (2.7.3.31-1) unstable; urgency=low
[ Michael Fladischer ]
* Initial release (Closes: #571656)
[ Thomas Bechtold ]
* Update package to version 2.7.3.31.
* Remove debian/pyversions.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
-- Michael Fladischer <FladischerMichael@fladi.at> Fri, 16 Aug 2013 10:18:12 +0200
|