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
|
python3-stdlib-extensions (3.11.2-3) unstable; urgency=medium
* Remove 3.10 byte code on upgrade. Closes: #1031909.
-- Matthias Klose <doko@debian.org> Tue, 02 May 2023 15:34:18 +0200
python3-stdlib-extensions (3.11.2-2) unstable; urgency=high
* Relax versioned dependencies.
-- Matthias Klose <doko@debian.org> Wed, 15 Feb 2023 12:44:24 +0100
python3-stdlib-extensions (3.11.2-1) unstable; urgency=medium
* Update 3.11 extensions and modules to 3.11.2 release (Tkinter only).
* Update 3.10 extensions and modules to the 3.10.10 release (Tkinter only).
* Stop building extensions for 3.10.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Wed, 15 Feb 2023 07:10:29 +0100
python3-stdlib-extensions (3.10.8-1) unstable; urgency=medium
* Update 3.10 extensions and modules to the 3.10.8 release.
* Update 3.11 extensions and modules to 3.11.0 release.
* Remove bytecode files for old 3.9 version. Closes: #1017445.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Sun, 30 Oct 2022 09:24:07 +0100
python3-stdlib-extensions (3.10.7-1) unstable; urgency=medium
* Update 3.10 extensions and modules to the 3.10.7 release.
* Update 3.11 extensions and modules to 3.11.0 rc2.
* Update 3.9 extensions and modules to the 3.9.14 release.
-- Matthias Klose <doko@debian.org> Mon, 12 Sep 2022 18:49:43 +0200
python3-stdlib-extensions (3.10.6-1) unstable; urgency=medium
* Update 3.10 extensions and modules to the 3.10.6 release.
* Update 3.11 extensions and modules to 3.11.0 rc1.
* Remove python3.9 from build dependencies and don't build for 3.9.
-- Matthias Klose <doko@debian.org> Wed, 10 Aug 2022 13:25:31 +0200
python3-stdlib-extensions (3.10.5-2) unstable; urgency=medium
* Update 3.11 extensions and modules to the 3.11.0 beta4. Closes: #1015082.
-- Matthias Klose <doko@debian.org> Sun, 17 Jul 2022 12:00:07 +0200
python3-stdlib-extensions (3.10.5-1) unstable; urgency=medium
* Update 3.9 extensions and modules to the 3.9.13 release.
* Update 3.10 extensions and modules to the 3.10.5 release.
* Add extensions for python3.11 3.11.0 beta3.
-- Matthias Klose <doko@debian.org> Thu, 09 Jun 2022 13:32:17 +0200
python3-stdlib-extensions (3.9.12-1) unstable; urgency=medium
* Update 3.9 extensions and modules to the 3.9.11 release.
* Update 3.10 extensions and modules to the 3.10.3 release.
-- Matthias Klose <doko@debian.org> Thu, 24 Mar 2022 14:44:02 +0100
python3-stdlib-extensions (3.9.11-2) unstable; urgency=medium
[ Stefano Rivera ]
* Change the "include" and "platinclude" paths in the "posix_local"
scheme to refer to the location of Python's headers, not the install
location for modules' C headers. Closes: #1007966
-- Matthias Klose <doko@debian.org> Thu, 24 Mar 2022 13:20:28 +0100
python3-stdlib-extensions (3.9.11-1) unstable; urgency=medium
* Update 3.9 extensions and modules to the 3.9.11 release.
* Update 3.10 extensions and modules to the 3.10.3 release.
-- Matthias Klose <doko@debian.org> Wed, 16 Mar 2022 18:49:40 +0100
python3-stdlib-extensions (3.9.10-2) unstable; urgency=medium
[ Stefano Rivera ]
* 3.10: Re-add accidentally dropped /local/ to paths in distutils unix_local
scheme.
* Use the same is_virtual_environment() proposed in PEP 668 across the site,
sysconfig, and distutils modules. Stop checking for PYTHONUSERBASE or
VIRTUAL_ENV environment variables.
[ Matthias Klose ]
* Update python3-lib2to3 package description. Closes: #983431.
-- Matthias Klose <doko@debian.org> Mon, 14 Mar 2022 06:23:49 +0100
python3-stdlib-extensions (3.9.10-1) unstable; urgency=medium
* Update 3.9 extensions and modules to the 3.9.10 release.
* Update 3.10 extensions and modules to the 3.10.2 release.
-- Matthias Klose <doko@debian.org> Mon, 17 Jan 2022 17:23:50 +0100
python3-stdlib-extensions (3.9.9-3) unstable; urgency=medium
* Update 3.10 extensions and modules to the 3.10.1 release.
-- Matthias Klose <doko@debian.org> Tue, 07 Dec 2021 14:43:46 +0100
python3-stdlib-extensions (3.9.9-2) unstable; urgency=medium
* Fix the 3.10 build.
-- Matthias Klose <doko@debian.org> Wed, 17 Nov 2021 14:53:22 +0100
python3-stdlib-extensions (3.9.9-1) unstable; urgency=medium
* Update 3.9 extensions and modules to the 3.9.9 release.
* Build again the _dbm extension using libdb-dev.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Wed, 17 Nov 2021 07:55:21 +0100
python3-stdlib-extensions (3.9.8-1) unstable; urgency=medium
* Update 3.10 extensions and modules to the 3.10.0 release.
* Update 3.9 extensions and modules to the 3.9.8 release.
-- Matthias Klose <doko@debian.org> Thu, 11 Nov 2021 14:40:07 +0100
python3-stdlib-extensions (3.9.7-1) unstable; urgency=medium
* Update 3.10 extensions and modules to the 3.9.10 release candidate 1.
* Update 3.9 extensions and modules to the 3.9.7 release.
* Refresh patches.
-- Matthias Klose <doko@debian.org> Thu, 02 Sep 2021 17:21:26 +0200
python3-stdlib-extensions (3.10.0~b1-3) experimental; urgency=medium
* When building 3.10 for releases newer than Debian 11 (bullseye) or
Ubuntu 21.04 (hirsute), build the _dbm extension using gdbm, and
include it in the python3-gdbm package.
-- Matthias Klose <doko@debian.org> Thu, 06 May 2021 15:07:21 +0200
python3-stdlib-extensions (3.10.0~b1-2) experimental; urgency=medium
* Relax dependency on python3-defaults.
-- Matthias Klose <doko@debian.org> Tue, 04 May 2021 15:53:44 +0200
python3-stdlib-extensions (3.10.0~b1-1) experimental; urgency=medium
* Update 3.10 extensions and modules to the 3.9.10 beta1 snapshot.
* Update 3.9 extensions and modules to the 3.9.5 release (no changes).
* Update 3.8 extensions and modules to the 3.8.10 release (no changes).
* python3-distutils, python3-lib2to3: Breaks the stdlib (<< 3.10.0~b1).
* Refresh patches.
-- Matthias Klose <doko@debian.org> Tue, 04 May 2021 12:35:41 +0200
python3-stdlib-extensions (3.10.0~a7-1) experimental; urgency=medium
* Update 3.10 extensions and modules to the 3.9.10 alpha7 snapshot.
* Update 3.9 extensions and modules to the 3.9.1 release (no changes).
* Update 3.8 extensions and modules to the 3.8.7 release (no changes).
-- Matthias Klose <doko@debian.org> Tue, 06 Apr 2021 15:13:31 +0200
python3-stdlib-extensions (3.9.2-1) unstable; urgency=medium
* Update 3.9 extensions and modules to the 3.9.2 release.
IDLE changes:
- bpo-23544: Disable Debug=>Stack Viewer when user code is running or
Debugger is active, to prevent hang or crash.
- bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
2-process mode.
- bpo-33065: Fix problem debugging user classes with __repr__ method.
- bpo-32631: Finish zzdummy example extension module: make menu entries
work; add docstrings and tests with 100% coverage.
-- Matthias Klose <doko@debian.org> Sat, 20 Feb 2021 12:43:30 +0100
python3-stdlib-extensions (3.9.1-2) unstable; urgency=medium
* Fix removing old 3.8 files. Closes: #961274.
-- Matthias Klose <doko@debian.org> Sun, 03 Jan 2021 12:11:48 +0100
python3-stdlib-extensions (3.9.1-1) unstable; urgency=medium
* Update 3.9 extensions and modules to the 3.9.1 release.
* Update 3.8 extensions and modules to the 3.8.7 release.
* Stop building the extensions for 3.8. Closes: #976846.
* python3-lib2to3, python3-distutils: Add the :any qualifier to the
python3 dependencies. See: #964330.
* Bump standards versions.
-- Matthias Klose <doko@debian.org> Tue, 22 Dec 2020 19:55:15 +0100
python3-stdlib-extensions (3.8.6-1) unstable; urgency=medium
* Update 3.8 extensions and modules to the 3.8.6 release.
* Update 3.9 extensions and modules to the 3.9.0 release.
-- Matthias Klose <doko@debian.org> Mon, 05 Oct 2020 23:26:38 +0200
python3-stdlib-extensions (3.8.5-1) unstable; urgency=medium
* Update 3.8 extensions and modules to the 3.8.5 release.
-- Matthias Klose <doko@debian.org> Mon, 20 Jul 2020 20:45:01 +0200
python3-stdlib-extensions (3.8.4-1) unstable; urgency=medium
* Update 3.8 extensions and modules to the 3.8.4 release.
-- Matthias Klose <doko@debian.org> Mon, 13 Jul 2020 23:23:25 +0200
python3-stdlib-extensions (3.8.4~rc1-1) unstable; urgency=medium
* Update 3.8 extensions and modules to 3.8.4 release candidate 1.
-- Matthias Klose <doko@debian.org> Tue, 07 Jul 2020 14:56:51 +0200
python3-stdlib-extensions (3.8.3-2) unstable; urgency=medium
* Remove bytecode files for 3.7 on upgrade. Closes: #960653.
* Bump debhelper version.
-- Matthias Klose <doko@debian.org> Fri, 15 May 2020 12:55:52 +0200
python3-stdlib-extensions (3.8.3-1) unstable; urgency=medium
* Stop building extensions for 3.7.
* Update 3.8 extensions and modules to 3.8.3 release.
-- Matthias Klose <doko@debian.org> Thu, 14 May 2020 13:13:25 +0200
python3-stdlib-extensions (3.8.2-1) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.6 release.
* Update 3.8 extensions and modules to 3.8.2 release.
* Remove version information from the python3-lib2to3 package description.
Closes: #920867.
-- Matthias Klose <doko@debian.org> Fri, 28 Feb 2020 12:31:06 +0100
python3-stdlib-extensions (3.8.0-1) unstable; urgency=medium
* Package as 3.8.0 to override the package in experimental.
-- Matthias Klose <doko@debian.org> Sat, 26 Oct 2019 16:35:53 +0200
python3-stdlib-extensions (3.7.5-1) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.5 release.
* Update 3.8 extensions and modules to 3.8.0 release.
-- Matthias Klose <doko@debian.org> Tue, 15 Oct 2019 17:31:22 +0200
python3-stdlib-extensions (3.7.5~rc1-1) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.5 release candidate 1.
* Update 3.8 extensions and modules to 3.8.0 release candidate 1.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Wed, 02 Oct 2019 07:11:03 +0200
python3-stdlib-extensions (3.7.4-3) unstable; urgency=medium
* Don't encode the MACHDEP into the _sysconfigdata file name.
* Tighten build dependency on python3.8.
-- Matthias Klose <doko@debian.org> Thu, 11 Jul 2019 15:13:19 +0200
python3-stdlib-extensions (3.7.4-1) unstable; urgency=medium
* Update 3.7 extensions and modules to the 3.7.4 release.
* Silent some lintian warnings.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Tue, 09 Jul 2019 07:59:11 +0200
python3-stdlib-extensions (3.7.4~rc2-1) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.4 release candidate 2.
* Add 3.8 extensions and modules for 3.8.0~b2.
* Refresh patches.
-- Matthias Klose <doko@debian.org> Sat, 06 Jul 2019 12:30:36 +0200
python3-stdlib-extensions (3.7.3-1) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.3 (no changes).
-- Matthias Klose <doko@debian.org> Tue, 26 Mar 2019 08:58:04 +0100
python3-stdlib-extensions (3.7.3~rc1-1) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.3 release candidate 1.
-- Matthias Klose <doko@debian.org> Wed, 13 Mar 2019 13:36:05 +0100
python3-stdlib-extensions (3.7.2-3) unstable; urgency=medium
* Clean up empty directories on upgrade. Closes: #918182.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Fri, 18 Jan 2019 09:45:15 +0100
python3-stdlib-extensions (3.7.2-2) unstable; urgency=medium
* Remove 3.6 bytecode files on upgrade. Closes: #918098.
-- Matthias Klose <doko@debian.org> Fri, 04 Jan 2019 09:48:32 +0100
python3-stdlib-extensions (3.7.2-1) unstable; urgency=medium
* Update 3.6 extensions and modules to 3.6.8.
* Update 3.7 extensions and modules to 3.7.2.
* Stop building extensions for python3.6.
-- Matthias Klose <doko@debian.org> Thu, 03 Jan 2019 06:19:13 +0100
python3-stdlib-extensions (3.7.1-1) unstable; urgency=medium
* Update 3.6 extensions and modules to 3.6.7.
* Update 3.7 extensions and modules to 3.7.1.
-- Matthias Klose <doko@debian.org> Sun, 21 Oct 2018 11:30:14 +0200
python3-stdlib-extensions (3.6.6-1) unstable; urgency=medium
* Update 3.6 extensions and modules to 3.6.6.
* Update 3.7 extensions and modules to 3.7.0.
-- Matthias Klose <doko@debian.org> Wed, 27 Jun 2018 17:01:32 +0200
python3-stdlib-extensions (3.6.6~rc1-3) unstable; urgency=medium
* Don't ship generated files. Closes: #901637.
-- Matthias Klose <doko@debian.org> Sat, 16 Jun 2018 04:01:32 +0200
python3-stdlib-extensions (3.6.6~rc1-2) unstable; urgency=medium
* Use the distutils package from the source for the build.
-- Matthias Klose <doko@debian.org> Thu, 14 Jun 2018 01:31:09 +0200
python3-stdlib-extensions (3.6.6~rc1-1) unstable; urgency=medium
* Update 3.6 extensions and modules to 3.6.6~rc1.
* Update 3.7 extensions and modules to 3.7.0~rc1.
* Avoid build dependencies on packages built from python3-defaults.
Addresses: #900535.
* Add Vcs attributes.
-- Matthias Klose <doko@debian.org> Thu, 14 Jun 2018 00:26:27 +0200
python3-stdlib-extensions (3.6.5-4) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.0~b5.
-- Matthias Klose <doko@debian.org> Wed, 06 Jun 2018 01:08:51 +0200
python3-stdlib-extensions (3.6.5-3) unstable; urgency=medium
* Fix again the package removals (Simon McVittie). Closes: #894685.
-- Matthias Klose <doko@debian.org> Wed, 04 Apr 2018 13:04:35 +0200
python3-stdlib-extensions (3.6.5-2) unstable; urgency=medium
* Re-Add the 3.6.5~rc1-2 and 3.6.5~rc1-3 uploads. Closes: #894456.
-- Matthias Klose <doko@debian.org> Fri, 30 Mar 2018 23:11:23 +0000
python3-stdlib-extensions (3.6.5-1) unstable; urgency=medium
* Update 3.6 extensions to the 3.6.5 release.
* Update 3.7 extensions and modules to 3.7.0~b3.
-- Matthias Klose <doko@debian.org> Fri, 30 Mar 2018 18:47:46 +0800
python3-stdlib-extensions (3.6.5~rc1-3) unstable; urgency=medium
* Bump the release string to satisfy dependencies. Closes: #894168.
-- Matthias Klose <doko@debian.org> Tue, 27 Mar 2018 18:36:59 +0800
python3-stdlib-extensions (3.6.5~rc1-2) unstable; urgency=medium
* python3-distutils: Don't ship distutils/{__init__,version}.py
-- Matthias Klose <doko@debian.org> Fri, 23 Mar 2018 11:41:32 +0800
python3-stdlib-extensions (3.6.5~rc1-1) unstable; urgency=medium
* Update 3.6 extensions to the 3.6.5 release candidate.
* Update 3.7 extensions and modules to 3.7.0~b1.
-- Matthias Klose <doko@debian.org> Wed, 14 Mar 2018 08:28:00 +0100
python3-stdlib-extensions (3.6.4-4) unstable; urgency=medium
* Update to 20180212 from the 3.6 branch.
-- Matthias Klose <doko@debian.org> Mon, 12 Feb 2018 12:25:03 +0100
python3-stdlib-extensions (3.6.4-3) unstable; urgency=medium
* Update 3.7 extensions and modules to 3.7.0~b1.
-- Matthias Klose <doko@debian.org> Thu, 01 Feb 2018 09:56:26 +0100
python3-stdlib-extensions (3.6.4-2) unstable; urgency=medium
* Relax dependencies on python3.
-- Matthias Klose <doko@debian.org> Wed, 27 Dec 2017 13:50:54 +0100
python3-stdlib-extensions (3.6.4-1) unstable; urgency=medium
* Update extensions to the 3.6.4 release.
* Build a python3-lib2to3 package.
-- Matthias Klose <doko@debian.org> Wed, 27 Dec 2017 13:38:21 +0100
python3-stdlib-extensions (3.6.4~rc1-6) unstable; urgency=medium
* python3-distutils: Depend on python3.6-2to3.
* Loosen dependency on python3 version.
-- Matthias Klose <doko@debian.org> Fri, 15 Dec 2017 12:15:57 +0100
python3-stdlib-extensions (3.6.4~rc1-5) unstable; urgency=medium
* python3-tk: Don't ship the tkinter test files. Closes: #884414.
-- Matthias Klose <doko@debian.org> Fri, 15 Dec 2017 08:19:15 +0100
python3-stdlib-extensions (3.6.4~rc1-4) unstable; urgency=medium
* Re-upload, with binaries built.
-- Matthias Klose <doko@debian.org> Thu, 14 Dec 2017 07:51:19 +0100
python3-stdlib-extensions (3.6.4~rc1-3) unstable; urgency=medium
* Loosen the dependencies on the python3 version.
-- Matthias Klose <doko@debian.org> Thu, 14 Dec 2017 00:02:11 +0100
python3-stdlib-extensions (3.6.4~rc1-2) unstable; urgency=medium
* python3-tk: Ship the tkinter module in this package.
* python3-distutils: Split out from the Python standard library.
-- Matthias Klose <doko@debian.org> Wed, 13 Dec 2017 12:06:50 +0100
python3-stdlib-extensions (3.6.4~rc1-1) unstable; urgency=medium
* Update extensions to the 3.6.4 release candidate.
* Add extensions for 3.7.
-- Matthias Klose <doko@debian.org> Thu, 07 Dec 2017 08:39:56 +0100
python3-stdlib-extensions (3.6.3-1) unstable; urgency=medium
* Update extensions to the 3.6.3 release.
* Drop extensions for 3.5. Closes: #880839.
-- Matthias Klose <doko@debian.org> Mon, 06 Nov 2017 11:28:53 +0100
python3-stdlib-extensions (3.6.2-1) unstable; urgency=medium
* Update extensions to the 3.5.4 release.
* Update extensions to the 3.6.2 release.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Tue, 05 Sep 2017 09:36:29 +0200
python3-stdlib-extensions (3.5.3-2) unstable; urgency=medium
* Add extensions for 3.6.
-- Matthias Klose <doko@debian.org> Wed, 07 Jun 2017 16:49:33 -0700
python3-stdlib-extensions (3.5.3-1) unstable; urgency=medium
* Update extensions to the 3.5.3 release.
-- Matthias Klose <doko@debian.org> Thu, 19 Jan 2017 16:29:58 +0100
python3-stdlib-extensions (3.5.1-1) unstable; urgency=medium
* Remove 3.4 extensions.
* Update extensions to the 3.5.1 release.
-- Matthias Klose <doko@debian.org> Tue, 23 Feb 2016 09:13:52 +0100
python3-stdlib-extensions (3.4.3-4) unstable; urgency=medium
* Update extensions to the current 3.4 and 3.5 branches.
-- Matthias Klose <doko@debian.org> Fri, 14 Aug 2015 10:31:08 +0200
python3-stdlib-extensions (3.4.3-3) unstable; urgency=medium
* Build extensions for Python 3.5.
-- Matthias Klose <doko@debian.org> Mon, 18 May 2015 20:46:43 +0200
python3-stdlib-extensions (3.4.3-1) unstable; urgency=medium
* Bump version to 3.4.3.
-- Matthias Klose <doko@debian.org> Thu, 26 Feb 2015 11:15:44 +0100
python3-stdlib-extensions (3.4.2-1) unstable; urgency=medium
* Bump version to 3.4.2 release.
-- Matthias Klose <doko@debian.org> Wed, 08 Oct 2014 12:40:11 +0200
python3-stdlib-extensions (3.4.2~rc1-1) unstable; urgency=medium
* Bump version to 3.4.2 release candidate 1.
-- Matthias Klose <doko@debian.org> Wed, 01 Oct 2014 04:09:23 +0200
python3-stdlib-extensions (3.4.1-3) unstable; urgency=medium
* Build for blt 2.5. Closes: #753929.
-- Matthias Klose <doko@debian.org> Tue, 08 Jul 2014 11:19:53 +0200
python3-stdlib-extensions (3.4.1-2) unstable; urgency=medium
* Require BLT version built for Tcl/Tk 8.6.
-- Matthias Klose <doko@debian.org> Fri, 13 Jun 2014 13:51:07 +0200
python3-stdlib-extensions (3.4.1-1) unstable; urgency=medium
* Bump version to 3.4.1.
* Remove python 3.3 sources.
-- Matthias Klose <doko@debian.org> Wed, 04 Jun 2014 09:59:40 +0200
python3-stdlib-extensions (3.3.4-1) unstable; urgency=medium
* Bump version to 3.3.4.
* Handle multiarch extension names. Closes: #735805.
-- Matthias Klose <doko@debian.org> Wed, 12 Feb 2014 11:29:15 +0100
python3-stdlib-extensions (3.3.3-2) unstable; urgency=medium
* Build for python3.4.
-- Matthias Klose <doko@debian.org> Wed, 25 Dec 2013 22:41:17 +0100
python3-stdlib-extensions (3.3.3-1) unstable; urgency=low
* Bump version to 3.3.3.
* Make the packages Multi-Arch: same. Replace the dependency on
python3 with libpython3-stdlib.
* Allow the package to cross-build.
-- Matthias Klose <doko@debian.org> Wed, 27 Nov 2013 17:27:43 +0100
python3-stdlib-extensions (3.3.2-1) unstable; urgency=low
* Bump version to 3.3.2.
-- Matthias Klose <doko@debian.org> Thu, 16 May 2013 01:17:07 +0200
python3-stdlib-extensions (3.3.1-1) unstable; urgency=low
* Bump version to 3.3.1.
* Allow the package to cross-build.
-- Matthias Klose <doko@debian.org> Sun, 07 Apr 2013 21:05:13 +0200
python3-stdlib-extensions (3.3.0-1) experimental; urgency=low
* Python 3.3.0 release.
-- Matthias Klose <doko@ubuntu.com> Tue, 09 Oct 2012 14:32:39 +0200
python3-stdlib-extensions (3.3.0~rc1-1) experimental; urgency=low
* Python 3.3.0 release candidate 1.
-- Matthias Klose <doko@debian.org> Tue, 28 Aug 2012 10:10:02 +0200
python3-stdlib-extensions (3.3.0~a2-1) experimental; urgency=low
* Python 3.3.0 alpha 2 release.
-- Matthias Klose <doko@debian.org> Mon, 09 Apr 2012 11:24:07 +0200
python3-stdlib-extensions (3.2.3-1) unstable; urgency=low
* Python 3.2.3 release.
- Remove uses of the C tolower()/toupper() which could break with
a Turkish locale.
- Improve _tkinter error message on unencodable character.
* Bump standards version.
* Remove Python 3.1 sources.
-- Matthias Klose <doko@debian.org> Wed, 21 Mar 2012 17:32:40 +0100
python3-stdlib-extensions (3.2-4) unstable; urgency=low
* Fix FTBFS with multiarch locations.
-- Matthias Klose <doko@debian.org> Tue, 31 May 2011 17:29:08 +0200
python3-stdlib-extensions (3.2-2) unstable; urgency=low
* Stop building for python3.1.
-- Matthias Klose <doko@debian.org> Tue, 19 Apr 2011 21:21:43 +0200
python3-stdlib-extensions (3.2-1) unstable; urgency=low
* Python 3.2 release.
-- Matthias Klose <doko@debian.org> Mon, 21 Feb 2011 11:59:17 +0100
python3-stdlib-extensions (3.2~a3-1) experimental; urgency=low
* Build for Python 3.2.
-- Matthias Klose <doko@debian.org> Tue, 12 Oct 2010 20:33:57 +0200
python3-stdlib-extensions (3.1.2-2) unstable; urgency=low
* Fix build failure with changed site directory.
-- Matthias Klose <doko@debian.org> Tue, 28 Sep 2010 15:52:28 +0200
python3-stdlib-extensions (3.1.2-1) unstable; urgency=low
* Python 3.1.2 release.
-- Matthias Klose <doko@debian.org> Sun, 21 Mar 2010 18:45:14 +0100
python3-stdlib-extensions (3.1.1-1) unstable; urgency=low
* Bump to 3.1.1, update from the 3.1 branch 20100117.
-- Matthias Klose <doko@debian.org> Sun, 17 Jan 2010 14:17:04 +0100
python3-stdlib-extensions (3.1-1) experimental; urgency=low
* Build extensions for 3.1.
-- Matthias Klose <doko@debian.org> Thu, 23 Jul 2009 17:25:34 +0200
python3-stdlib-extensions (3.0.1-0ubuntu3) jaunty; urgency=low
* debian/rules (clean): Update for 3.x.
-- Matthias Klose <doko@ubuntu.com> Tue, 17 Feb 2009 11:13:27 +0100
python3-stdlib-extensions (3.0.1-0ubuntu2) jaunty; urgency=low
* Build for python3.
-- Matthias Klose <doko@ubuntu.com> Mon, 16 Feb 2009 23:27:58 +0100
python-stdlib-extensions (2.5.4-0ubuntu2) jaunty; urgency=low
* Fix build dependencies.
-- Matthias Klose <doko@ubuntu.com> Mon, 16 Feb 2009 12:33:41 +0000
python-stdlib-extensions (2.5.4-0ubuntu1) jaunty; urgency=low
* Build extensions for 2.6.
-- Matthias Klose <doko@ubuntu.com> Mon, 16 Feb 2009 12:39:04 +0100
python-stdlib-extensions (2.5.2-1ubuntu1) intrepid; urgency=low
* Fix build failure, linking with the correct BLT library.
-- Matthias Klose <doko@ubuntu.com> Thu, 23 Oct 2008 20:55:54 +0000
python-stdlib-extensions (2.5.2-1) unstable; urgency=low
* Bump the package version to 2.5.2.
-- Matthias Klose <doko@debian.org> Thu, 17 Apr 2008 21:27:50 +0000
python-stdlib-extensions (2.5.2-0ubuntu2) hardy; urgency=low
* python-tk-dbg: Depend on python-tk, python-gdbm-dbg: Depend on python-gdbm.
-- Matthias Klose <doko@ubuntu.com> Mon, 10 Mar 2008 18:00:36 +0000
python-stdlib-extensions (2.5.2-0ubuntu1) hardy; urgency=low
* New upstream bugfix version.
-- Matthias Klose <doko@ubuntu.com> Tue, 26 Feb 2008 11:27:59 +0000
python-stdlib-extensions (2.5.1-1ubuntu2) hardy; urgency=low
* Build separate python-tk-dbg and python-gdbm-dbg packages. LP: #154020.
-- Matthias Klose <doko@ubuntu.com> Thu, 03 Jan 2008 20:32:58 +0100
python-stdlib-extensions (2.5.1-1ubuntu1) gutsy; urgency=low
* Bump the package version to 2.5.1 (no code change).
-- Matthias Klose <doko@ubuntu.com> Thu, 26 Apr 2007 10:38:47 +0200
python-stdlib-extensions (2.5-0ubuntu1) feisty; urgency=low
* Bump the package version to 2.5.
* Set Ubuntu maintainer address.
-- Matthias Klose <doko@ubuntu.com> Mon, 5 Mar 2007 19:30:55 +0100
python-stdlib-extensions (2.4.4-3) unstable; urgency=low
* python-*-dbg: Add dependency to the python-* package.
-- Matthias Klose <doko@ubuntu.com> Thu, 31 Jan 2008 01:00:21 +0100
python-stdlib-extensions (2.4.4-2) unstable; urgency=low
* Build separate python-tk-dbg and python-gdbm-dbg packages.
-- Matthias Klose <doko@debian.org> Tue, 01 Jan 2008 20:41:45 +0100
python-stdlib-extensions (2.4.4-1) unstable; urgency=low
* Update modules to the 2.4.4 and 2.5 releases.
-- Matthias Klose <doko@debian.org> Fri, 20 Oct 2006 00:33:37 +0200
python-stdlib-extensions (2.4.3-4) unstable; urgency=low
* Update 2.5 extensions, taken from the 2.5c1 release.
-- Matthias Klose <doko@debian.org> Wed, 30 Aug 2006 16:42:16 +0000
python-stdlib-extensions (2-2) unstable; urgency=high
* Remove the conflicts with the python2.x versions; now the python2.x
packages conflict with python-tk (<< 2.3.4-2). Closes: #380597.
-- Matthias Klose <doko@debian.org> Mon, 31 Jul 2006 16:58:23 +0000
python-stdlib-extensions (2-1) unstable; urgency=low
* Add 2.5 extensions, taken from the 2.5beta2 release.
* Build the extensions for python2.5 as well. Closes: #380125.
* Remove lib-tk from the package, moved to python2.x.
-- Matthias Klose <doko@debian.org> Sun, 30 Jul 2006 17:58:40 +0200
python-stdlib-extensions (1-1ubuntu1) edgy; urgency=low
* Do build the extensions for the supported Python versions only.
-- Matthias Klose <doko@ubuntu.com> Wed, 5 Jul 2006 04:49:33 +0000
python-stdlib-extensions (1-1) unstable; urgency=low
* Build python-tk and python-gdbm from a separate source to
include the extensions for all supported python versions into
one binary package.
* Initial release, split out from the python2.x packages.
- 2.4 taken from the 2.4 branch (20060607).
- 2.3 taken from the 2.3.5 release.
-- Matthias Klose <doko@debian.org> Wed, 7 Jun 2006 03:02:31 +0200
|