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 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899
|
python-hypothesis (6.138.0-1) unstable; urgency=medium
* New upstream version 6.138.0
* Update patches
* Migrate to PEP 517 build
* Do not fail on Redis deprecation warning
-- Timo Röhling <roehling@debian.org> Wed, 13 Aug 2025 15:17:10 +0200
python-hypothesis (6.130.5-2) unstable; urgency=medium
* Team upload.
* Add ignore-warnings-in-the-testsuite-alone.patch (Closes: #1106438).
-- Thomas Goirand <zigo@debian.org> Fri, 30 May 2025 10:06:04 +0200
python-hypothesis (6.130.5-1) unstable; urgency=medium
* New upstream version 6.130.5
* Refresh patches (no functional changes)
* Use furo theme for documentation
* Skip crosshair tests
-- Timo Röhling <roehling@debian.org> Sat, 05 Apr 2025 00:52:20 +0200
python-hypothesis (6.127.4-1) unstable; urgency=medium
* New upstream version 6.127.4
* Bump Standards-Version to 4.7.2
* New test dependency python3-watchdog
* README.rst is README.md now
-- Timo Röhling <roehling@debian.org> Sun, 02 Mar 2025 21:33:08 +0100
python-hypothesis (6.125.2-1) unstable; urgency=medium
* New upstream version 6.125.2
-- Timo Röhling <roehling@debian.org> Sat, 08 Feb 2025 00:06:40 +0100
python-hypothesis (6.124.0-1) unstable; urgency=medium
* New upstream version 6.124.0
* Refresh patches (no functional changes)
* Wrap and sort Debian package files
-- Timo Röhling <roehling@debian.org> Thu, 16 Jan 2025 13:31:20 +0100
python-hypothesis (6.122.1-1) unstable; urgency=medium
* New upstream version 6.122.1
-- Timo Röhling <roehling@debian.org> Mon, 02 Dec 2024 07:57:45 +0100
python-hypothesis (6.121.0-1) unstable; urgency=medium
* New upstream version 6.121.0
-- Timo Röhling <roehling@debian.org> Thu, 28 Nov 2024 10:18:21 +0100
python-hypothesis (6.119.3-1) unstable; urgency=medium
* New upstream version 6.119.3
-- Timo Röhling <roehling@debian.org> Mon, 18 Nov 2024 10:29:05 +0100
python-hypothesis (6.116.0-1) unstable; urgency=medium
* New upstream version 6.116.0
* Refresh patches (no functional changes)
-- Timo Röhling <roehling@debian.org> Mon, 04 Nov 2024 09:23:37 +0100
python-hypothesis (6.115.3-1) unstable; urgency=medium
* New upstream version 6.115.3
-- Timo Röhling <roehling@debian.org> Fri, 18 Oct 2024 16:58:02 +0200
python-hypothesis (6.115.0-1) unstable; urgency=medium
* New upstream version 6.115.0
-- Timo Röhling <roehling@debian.org> Mon, 14 Oct 2024 20:18:13 +0200
python-hypothesis (6.112.1-1) unstable; urgency=medium
* New upstream version 6.112.1
-- Timo Röhling <roehling@debian.org> Sat, 28 Sep 2024 15:18:43 +0200
python-hypothesis (6.112.0-1) unstable; urgency=medium
* New upstream version 6.112.0
-- Timo Röhling <roehling@debian.org> Tue, 10 Sep 2024 11:33:21 +0200
python-hypothesis (6.111.2-1) unstable; urgency=medium
* New upstream version 6.111.2
* Skip test which expects installed /usr/bin/hypothesis
-- Timo Röhling <roehling@debian.org> Mon, 26 Aug 2024 22:27:30 +0200
python-hypothesis (6.105.1-1) unstable; urgency=medium
* New upstream version 6.105.1
-- Timo Röhling <roehling@debian.org> Tue, 09 Jul 2024 15:08:30 +0200
python-hypothesis (6.104.2-1) unstable; urgency=medium
* New upstream version 6.104.2
-- Timo Röhling <roehling@debian.org> Mon, 01 Jul 2024 15:57:40 +0200
python-hypothesis (6.103.2-1) unstable; urgency=medium
* New upstream version 6.103.2
-- Timo Röhling <roehling@debian.org> Mon, 17 Jun 2024 16:28:10 +0200
python-hypothesis (6.103.1-1) unstable; urgency=medium
* New upstream version 6.103.1
-- Timo Röhling <roehling@debian.org> Sat, 08 Jun 2024 23:42:47 +0200
python-hypothesis (6.103.0-1) unstable; urgency=medium
* New upstream version 6.103.0
* Reenable ghostwriter tests (fixed by upstream)
-- Timo Röhling <roehling@debian.org> Mon, 03 Jun 2024 16:59:49 +0200
python-hypothesis (6.102.6-1) unstable; urgency=medium
* New upstream version 6.102.6
-- Timo Röhling <roehling@debian.org> Mon, 27 May 2024 11:55:38 +0200
python-hypothesis (6.102.4-1) unstable; urgency=medium
* New upstream version 6.102.4
-- Timo Röhling <roehling@debian.org> Mon, 20 May 2024 10:21:50 +0200
python-hypothesis (6.102.1-1) unstable; urgency=medium
* New upstream version 6.102.1
-- Timo Röhling <roehling@debian.org> Tue, 14 May 2024 19:04:30 +0200
python-hypothesis (6.100.7-1) unstable; urgency=medium
* New upstream version 6.100.7
-- Timo Röhling <roehling@debian.org> Sun, 12 May 2024 22:56:54 +0200
python-hypothesis (6.100.4-1) unstable; urgency=medium
* New upstream version 6.100.4
-- Timo Röhling <roehling@debian.org> Mon, 06 May 2024 17:32:40 +0200
python-hypothesis (6.100.2-1) unstable; urgency=medium
* New upstream version 6.100.2
* Stop enforcing minimum Sphinx version for now
-- Timo Röhling <roehling@debian.org> Thu, 02 May 2024 11:11:26 +0200
python-hypothesis (6.100.1-3) unstable; urgency=medium
* Drop obsolete Build-Depend on python3-exceptiongroup
-- Timo Röhling <roehling@debian.org> Wed, 24 Apr 2024 11:12:56 +0200
python-hypothesis (6.100.1-2) unstable; urgency=medium
* Skip test_adds_note_showing_which_strategy.
This test fails with pytest 7 because the note is not matched
by pytest.raises(match=...)
-- Timo Röhling <roehling@debian.org> Thu, 18 Apr 2024 00:26:23 +0200
python-hypothesis (6.100.1-1) unstable; urgency=medium
* New upstream version 6.100.1
* Bump Standards-Version to 4.7.0
-- Timo Röhling <roehling@debian.org> Thu, 11 Apr 2024 15:25:55 +0200
python-hypothesis (6.100.0-1) unstable; urgency=medium
* New upstream version 6.100.0
* Temporarily disable ghostwriter tests due to Python 3.12 regression
-- Timo Röhling <roehling@debian.org> Wed, 03 Apr 2024 17:48:18 +0200
python-hypothesis (6.99.9-1) unstable; urgency=medium
* New upstream version 6.99.9
* Update patches
- Drop 0004-Fix-32-bit-architecture-detection-in-pandas-index-te.patch
(merged by upstream)
-- Timo Röhling <roehling@debian.org> Tue, 19 Mar 2024 12:23:45 +0100
python-hypothesis (6.98.15-1) unstable; urgency=medium
* New upstream version 6.98.15
* Fix test failure on 32 bit architectures
-- Timo Röhling <roehling@debian.org> Thu, 29 Feb 2024 23:13:22 +0100
python-hypothesis (6.98.12-2) unstable; urgency=medium
* Require pytest 8 as one test fails with pytest 7
-- Timo Röhling <roehling@debian.org> Tue, 27 Feb 2024 13:08:25 +0100
python-hypothesis (6.98.12-1) unstable; urgency=medium
* New upstream version 6.98.12
-- Timo Röhling <roehling@debian.org> Mon, 26 Feb 2024 16:49:57 +0100
python-hypothesis (6.98.9-1) unstable; urgency=medium
* New upstream version 6.98.9
* Update d/copyright
-- Timo Röhling <roehling@debian.org> Tue, 20 Feb 2024 21:02:12 +0100
python-hypothesis (6.98.4-1) unstable; urgency=medium
* New upstream version 6.98.4
-- Timo Röhling <roehling@debian.org> Tue, 13 Feb 2024 16:43:41 +0100
python-hypothesis (6.98.2-2) unstable; urgency=medium
* Do not create egg-info in autopkgtest
* Skip some tests which still fail in autopkgtest
-- Timo Röhling <roehling@debian.org> Thu, 08 Feb 2024 00:13:45 +0100
python-hypothesis (6.98.2-1) unstable; urgency=medium
[ Alexandre Detiste ]
* remove extraneous dep. on python3-mock
[ Timo Röhling ]
* New upstream version 6.98.2
* Refresh patches (no functional changes)
* Make sure that Hypothesis plugin is autoloaded for tests
-- Timo Röhling <roehling@debian.org> Wed, 07 Feb 2024 10:23:25 +0100
python-hypothesis (6.93.2-1) unstable; urgency=medium
* New upstream version 6.93.2
- Fix flaky test_can_produce_multi_line_strings (Closes: #1059897)
-- Timo Röhling <roehling@debian.org> Tue, 16 Jan 2024 14:01:43 +0100
python-hypothesis (6.92.2-1) unstable; urgency=medium
* Use pybuild {build_dir} for sphinx-build
* New upstream version 6.92.2
-- Timo Röhling <roehling@debian.org> Sat, 30 Dec 2023 23:33:26 +0100
python-hypothesis (6.92.1-1) unstable; urgency=medium
* New upstream version 6.92.1
-- Timo Röhling <roehling@debian.org> Mon, 18 Dec 2023 22:42:39 +0100
python-hypothesis (6.92.0-1) unstable; urgency=medium
* New upstream version 6.92.0
* Refresh patches
-- Timo Röhling <roehling@debian.org> Mon, 11 Dec 2023 16:16:13 +0100
python-hypothesis (6.91.0-1) unstable; urgency=medium
* New upstream version 6.91.0
-- Timo Röhling <roehling@debian.org> Tue, 28 Nov 2023 08:46:18 +0100
python-hypothesis (6.90.0-1) unstable; urgency=medium
* New upstream version 6.90.0
-- Timo Röhling <roehling@debian.org> Mon, 20 Nov 2023 12:56:43 +0100
python-hypothesis (6.88.4-1) unstable; urgency=medium
* New upstream version 6.88.4
-- Timo Röhling <roehling@debian.org> Wed, 15 Nov 2023 19:33:31 +0100
python-hypothesis (6.88.3-1) unstable; urgency=medium
* New upstream version 6.88.3
-- Timo Röhling <roehling@debian.org> Fri, 10 Nov 2023 22:12:07 +0100
python-hypothesis (6.88.1-1) unstable; urgency=medium
* New upstream version 6.88.1
-- Timo Röhling <roehling@debian.org> Wed, 18 Oct 2023 16:51:41 +0200
python-hypothesis (6.87.4-1) unstable; urgency=medium
* New upstream version 6.87.4
-- Timo Röhling <roehling@debian.org> Sun, 15 Oct 2023 15:50:30 +0200
python-hypothesis (6.87.3-1) unstable; urgency=medium
* New upstream version 6.87.3
-- Timo Röhling <roehling@debian.org> Wed, 11 Oct 2023 12:14:20 +0200
python-hypothesis (6.87.1-1) unstable; urgency=medium
* New upstream version 6.87.1
-- Timo Röhling <roehling@debian.org> Wed, 04 Oct 2023 22:37:32 +0200
python-hypothesis (6.87.0-1) unstable; urgency=medium
* New upstream version 6.87.0
-- Timo Röhling <roehling@debian.org> Mon, 25 Sep 2023 13:32:16 +0200
python-hypothesis (6.86.2-1) unstable; urgency=medium
* New upstream version 6.86.2
-- Timo Röhling <roehling@debian.org> Thu, 21 Sep 2023 09:48:19 +0200
python-hypothesis (6.84.3-1) unstable; urgency=medium
* New upstream version 6.84.3
- Disable differing_executor health check for pytest parametrized
tests, because those were mostly false alarms
(Closes: #1051434, #1051435)
-- Timo Röhling <roehling@debian.org> Tue, 12 Sep 2023 18:26:02 +0200
python-hypothesis (6.84.2-1) unstable; urgency=medium
* New upstream version 6.84.2
-- Timo Röhling <roehling@debian.org> Fri, 08 Sep 2023 01:27:17 +0200
python-hypothesis (6.84.0-1) unstable; urgency=medium
* New upstream version 6.84.0
-- Timo Röhling <roehling@debian.org> Tue, 05 Sep 2023 10:30:11 +0200
python-hypothesis (6.82.7-1) unstable; urgency=medium
* New upstream version 6.82.7
* Update patches
- New patch 0003-Avoid-hard-dependency-on-libcst.patch
-- Timo Röhling <roehling@debian.org> Tue, 29 Aug 2023 10:59:15 +0200
python-hypothesis (6.82.6-1) unstable; urgency=medium
* New upstream version 6.82.6
-- Timo Röhling <roehling@debian.org> Mon, 21 Aug 2023 11:12:52 +0200
python-hypothesis (6.82.4-1) unstable; urgency=medium
* Clean build detritus (Closes: #1047388)
* New upstream version 6.82.4
-- Timo Röhling <roehling@debian.org> Mon, 14 Aug 2023 15:16:54 +0200
python-hypothesis (6.82.3-1) unstable; urgency=medium
* New upstream version 6.82.3
-- Timo Röhling <roehling@debian.org> Tue, 08 Aug 2023 21:09:07 +0200
python-hypothesis (6.82.0-1) unstable; urgency=medium
* Add myself to uploaders
* Remove Vincent Bernat from uploaders at his request
Thank you for your contribution!
* New upstream version 6.82.0
-- Timo Röhling <roehling@debian.org> Sun, 23 Jul 2023 19:53:49 +0200
python-hypothesis (6.81.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.81.1
- Fixes some lingering issues with inference of recursive types.
This will hopefully improve the recent unit test flakiness.
-- Timo Röhling <roehling@debian.org> Thu, 13 Jul 2023 23:45:21 +0200
python-hypothesis (6.81.0-2) unstable; urgency=medium
* Team upload.
* Remove retired uploader.
-- Bastian Germann <bage@debian.org> Thu, 13 Jul 2023 15:48:15 +0200
python-hypothesis (6.81.0-1) unstable; urgency=medium
* Team upload.
* Skip two NumPy tests again; still broken
* New upstream version 6.81.0
-- Timo Röhling <roehling@debian.org> Mon, 10 Jul 2023 23:50:10 +0200
python-hypothesis (6.80.1-3) unstable; urgency=medium
* Team upload.
* Skip tests which want to update package files
-- Timo Röhling <roehling@debian.org> Sun, 09 Jul 2023 21:50:11 +0200
python-hypothesis (6.80.1-2) unstable; urgency=medium
* Team upload.
* Refactor test skipping; skip failing recursion test
-- Timo Röhling <roehling@debian.org> Sun, 09 Jul 2023 09:41:50 +0200
python-hypothesis (6.80.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.80.1
* Refresh patches
- Drop 0004-Fix-failing-numpy-test.patch (no longer needed)
* Add more test dependencies
* Skip fewer tests in upstream test suite
* Add lintian override for false positive
* Add manual page for CLI tool
-- Timo Röhling <roehling@debian.org> Fri, 07 Jul 2023 11:46:49 +0200
python-hypothesis (6.80.0-1) unstable; urgency=medium
* Team upload.
* Use tags in debian/watch again
* New upstream version 6.80.0
-- Timo Röhling <roehling@debian.org> Thu, 29 Jun 2023 00:21:03 +0200
python-hypothesis (6.74.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.74.0
* Skip broken timezone_keys() test
-- Timo Röhling <roehling@debian.org> Fri, 16 Jun 2023 20:48:34 +0200
python-hypothesis (6.67.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.67.1
- Fix a rare RecursionError introduced by the changes in 6.65.0
-- Timo Röhling <roehling@debian.org> Mon, 06 Feb 2023 13:09:15 +0100
python-hypothesis (6.65.2-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.65.2
* Fix failing numpy test (Closes: #1030233)
-- Timo Röhling <roehling@debian.org> Wed, 01 Feb 2023 21:17:16 +0100
python-hypothesis (6.64.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.64.0
- Fix compatibility with numpy 1.24 (Closes: #1028830)
-- Timo Röhling <roehling@debian.org> Mon, 23 Jan 2023 23:55:53 +0100
python-hypothesis (6.61.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.61.0
* Bump Standards-Version to 4.6.2
* Drop Built-Using for Sphinx documentation
-- Timo Röhling <roehling@debian.org> Mon, 26 Dec 2022 13:29:50 +0100
python-hypothesis (6.60.0-3) unstable; urgency=medium
* Team upload.
* Upload to unstable.
* Consolidate skipping all broken tests in one patch
* Apply M-A hint
-- Timo Röhling <roehling@debian.org> Sat, 10 Dec 2022 17:36:35 +0100
python-hypothesis (6.60.0-2) experimental; urgency=medium
* Team upload.
* Remove obsolete d/tests and fix autopkgtest invocation
* Update Build-Depends
* Avoid circular dependency on self
* Set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-- Timo Röhling <roehling@debian.org> Fri, 09 Dec 2022 23:34:25 +0100
python-hypothesis (6.60.0-1) experimental; urgency=medium
* Team upload.
* Fix d/watch
* New upstream version 6.60.0
- Fix Python 3.11 compatibility (Closes: #1025105)
* New Build-Depend on python3-exceptiongroup
* Remove unneeded dh_auto_test override
* Use autopkgtest-pkg-pybuild
-- Timo Röhling <roehling@debian.org> Thu, 08 Dec 2022 15:00:20 +0100
python-hypothesis (6.36.0-1) unstable; urgency=medium
* New upstream release
* debian/control
- add a Breaks against python3-h2, to easy their testing migraiton
-- Sandro Tosi <morph@debian.org> Mon, 31 Jan 2022 00:56:15 -0500
python-hypothesis (6.35.1-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Mon, 17 Jan 2022 22:29:55 -0500
python-hypothesis (6.35.0-1) unstable; urgency=medium
* New upstream release; Closes: #1001538, #1002392, #1000639
* debian/watch
- properly detect new upstream releases
* debian/copyright
- update upstream copyright information
* debian/tests/control
- skip test_basic_indices_default_max_dims_does_not_warn in autopkgtest
* debian/rules
- set the proper PYTHONPATH when building doc
* refresh/update patches
-- Sandro Tosi <morph@debian.org> Sun, 16 Jan 2022 23:31:30 -0500
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
|