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 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335
|
python-hypothesis (5.43.3-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Tue, 15 Dec 2020 10:41:13 +0200
python-hypothesis (5.41.2-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Tristan Seligmann ]
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Tue, 10 Nov 2020 09:11:01 +0200
python-hypothesis (5.32.1-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 06 Sep 2020 12:08:05 +0200
python-hypothesis (5.29.0-1) unstable; urgency=medium
* New upstream release.
- Add Recommends: python3-click for the new CLI tool.
-- Tristan Seligmann <mithrandi@debian.org> Tue, 25 Aug 2020 17:29:44 +0200
python-hypothesis (5.27.0-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Thu, 20 Aug 2020 19:16:14 +0200
python-hypothesis (5.24.4-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 15 Aug 2020 22:44:19 +0200
python-hypothesis (5.24.0-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Mon, 10 Aug 2020 20:59:29 +0200
python-hypothesis (5.23.9-2) unstable; urgency=medium
* Reenable build-time tests.
* Disable test requiring pytest 5+.
-- Tristan Seligmann <mithrandi@debian.org> Mon, 03 Aug 2020 18:18:56 +0200
python-hypothesis (5.23.9-1) unstable; urgency=medium
* New upstream release.
* Disable hoverxref; not in Debian.
-- Tristan Seligmann <mithrandi@debian.org> Mon, 03 Aug 2020 15:22:21 +0200
python-hypothesis (5.20.2-1) unstable; urgency=medium
* New upstream release.
* Declare rootless build.
* Bump debhelper-compat to 13.
* Switch to dh-sequence-*.
* Fix copyright paths.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 19 Jul 2020 22:31:48 +0200
python-hypothesis (5.16.0-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Tue, 02 Jun 2020 21:26:34 -0400
python-hypothesis (5.10.4-1) unstable; urgency=medium
[ Emmanuel Arias ]
* Team upload.
* Drop pypy support.
* New upstream version 5.10.4 (Closes: #949762).
* d/gbp.conf: create configuration file and add debian/master branch.
- Create debian/master branch according to DEP-14.
* d/salsa-ci.yml: enable salsa-ci.
* d/control: Bump Standards-Version to 4.5.0 (from 4.1.3).
* d/tests/control: Drop tests on tests/py3 folder.
- Does not exist on upstream.
* Fix link on docs base.
* d/tests/control: Add pexpect dependecy on tests.
* Add patch to skip lazy test, that fails on Autopkgtest.
[ Sandro Tosi ]
* debian/control
- add dateutil, django, lark, numpy, sortedcontainers to b-d, used by
sphinx autodoc
-- Sandro Tosi <morph@debian.org> Mon, 01 Jun 2020 15:40:22 -0400
python-hypothesis (4.36.2-3) unstable; urgency=medium
* Drop python2 support; Closes: #937823
-- Sandro Tosi <morph@debian.org> Thu, 23 Apr 2020 01:10:54 -0400
python-hypothesis (4.36.2-2) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set upstream metadata fields: Bug-Database, Repository, Repository-
Browse.
[ Sandro Tosi ]
* Dont run unittests for python2 binary, to reduce pytest rdeps
-- Sandro Tosi <morph@debian.org> Mon, 13 Apr 2020 20:37:39 -0400
python-hypothesis (4.36.2-1) unstable; urgency=medium
* Team upload.
[ Nicolas Dandrimont ]
* New upstream release (Closes: #942693)
* Drop remote reference to image in documentation
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
-- Nicolas Dandrimont <olasd@debian.org> Tue, 19 Nov 2019 11:54:08 +0100
python-hypothesis (3.71.11-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Mattia Rizzolo ]
* New upstream version 3.71.11.
+ Compatibility with Python 3.7. Closes: #904646
* Update watch file to the new tarball names. Closes: #904647
* Fix paths after upstream shuffled files around.
* d/rules: Drop unneeded override_dh_python3.
* d/rules: Add a comment on why the tests are skipped.
* Add new dependency on python(3)-dateutil.
* Fix autopkgtest to fit the new version.
-- Mattia Rizzolo <mattia@debian.org> Mon, 24 Sep 2018 13:47:07 +0200
python-hypothesis (3.44.1-2) unstable; urgency=medium
* Team upload.
* Add python{,3}-/pypy-attrs and python{,3}-/pypy-coverage to B-D
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Bump debhelper compat level to 11
* Move docs to /usr/share/python-hypothesis
* Install examples
* Rename lintian override: debian-watch-may-check-gpg-signature
-> debian-watch-does-not-check-gpg-signature
* Bump Standards-Version to 4.1.3 (no changes).
-- Ondřej Nový <onovy@debian.org> Fri, 16 Feb 2018 11:44:09 +0100
python-hypothesis (3.44.1-1) unstable; urgency=medium
* New upstream release (closes: #884786).
- Fix docs reproducibility (closes: #854549).
* Replace extra priority with optional.
* Bump Standards-Version to 4.1.2 (no changes).
-- Tristan Seligmann <mithrandi@debian.org> Tue, 19 Dec 2017 23:04:43 +0200
python-hypothesis (3.12.0-2) unstable; urgency=medium
* Avoid loading py.test configuration from tox.ini (fixes autopkgtest
failures).
-- Tristan Seligmann <mithrandi@debian.org> Sat, 08 Jul 2017 13:58:47 +0200
python-hypothesis (3.12.0-1) unstable; urgency=medium
* New upstream release.
- Tweak docs/conf.py to fix building docs when Hypothesis is not
installed.
* Fix permuted python3-hypothesis and python-hypothesis-doc Depends
stanzas (closes: #867435).
* Bump Standards-Version to 4.0.0 (no changes).
-- Tristan Seligmann <mithrandi@debian.org> Fri, 07 Jul 2017 14:39:39 +0200
python-hypothesis (3.6.1-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Mon, 26 Dec 2016 14:45:42 +0200
python-hypothesis (3.6.0-1) unstable; urgency=medium
* The copyright of tests/cover/test_pretty.py is now documented
correctly.
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Mon, 07 Nov 2016 19:48:45 +0200
python-hypothesis (3.4.2-2) unstable; urgency=medium
[ Julian Taylor ]
* add pypy-hypothesis package
-- Tristan Seligmann <mithrandi@debian.org> Sat, 27 Aug 2016 18:04:12 +0200
python-hypothesis (3.4.2-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 16 Jul 2016 17:29:58 +0200
python-hypothesis (3.4.0-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 25 Jun 2016 02:00:45 +0200
python-hypothesis (3.1.3-3) unstable; urgency=medium
* Install python3-sphinx-rtd-theme instead of python-sphinx-rtd-theme
(closes: #827588, hopefully).
-- Tristan Seligmann <mithrandi@debian.org> Thu, 23 Jun 2016 19:23:22 +0200
python-hypothesis (3.1.3-2) unstable; urgency=medium
* Add python-hypothesis-doc to Suggests.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 15 May 2016 23:28:36 +0200
python-hypothesis (3.1.3-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.8 (no changes).
* Disable build-time test suite; running the tests takes a long time,
and is a little flaky, but hardly anything tested by them is
Debian-specific, so upstream would have already caught a bad release.
The DEP 8 tests are left, however.
* Swap team over to Maintainer.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 15 May 2016 02:43:24 +0200
python-hypothesis (3.1.0-1) unstable; urgency=medium
* New upstream release.
* Build python-hypothesis-doc package with documentation.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 06 Mar 2016 23:40:36 +0200
python-hypothesis (3.0.3-1) unstable; urgency=medium
* New upstream release.
* Add autopkgtest.
* Bump Standards-Version to 3.9.7 (no changes).
* Add missing dependency on python-enum34; the platform marker obscures
it from being detected automatically.
-- Tristan Seligmann <mithrandi@debian.org> Tue, 23 Feb 2016 14:48:26 +0200
python-hypothesis (3.0.2-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Thu, 18 Feb 2016 22:05:58 +0200
python-hypothesis (3.0.1-1) unstable; urgency=medium
* New upstream release.
-- Tristan Seligmann <mithrandi@debian.org> Thu, 18 Feb 2016 15:57:16 +0200
python-hypothesis (3.0.0-1) unstable; urgency=medium
* Fix watch file to handle alpha version.
* New upstream release.
- Add Build-Depends: python-enum34.
* Switch to https in Vcs-Git.
-- Tristan Seligmann <mithrandi@debian.org> Wed, 17 Feb 2016 17:44:32 +0200
python-hypothesis (2.0.0-1) unstable; urgency=medium
* New upstream version.
-- Tristan Seligmann <mithrandi@debian.org> Sat, 23 Jan 2016 04:34:52 +0200
python-hypothesis (1.18.0-1) unstable; urgency=medium
* New upstream release.
- Switch to GitHub tarball to pick up the tests.
* Run the tests at build time (closes: #808039).
-- Tristan Seligmann <mithrandi@debian.org> Mon, 21 Dec 2015 13:47:28 +0200
python-hypothesis (1.17.0-1) unstable; urgency=medium
* New upstream release.
- Change in Python 3 compatibility code (closes: #807988).
* Add myself to Uploaders.
-- Tristan Seligmann <mithrandi@debian.org> Wed, 16 Dec 2015 17:12:05 +0200
python-hypothesis (1.16.0-1) unstable; urgency=medium
* Team upload.
[ Vincent Bernat ]
* Ship README.rst.
[ Stefano Rivera ]
* Update VCS fields for Git migration.
[ Tristan Seligmann ]
* New upstream release.
* Remove stray egg-info directory.
-- Tristan Seligmann <mithrandi@debian.org> Fri, 11 Dec 2015 16:54:37 +0200
python-hypothesis (1.11.0-1) unstable; urgency=medium
* Initial release. Closes: #799044.
-- Vincent Bernat <bernat@debian.org> Tue, 15 Sep 2015 10:17:24 +0200
|