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
|
python-typing-extensions (4.4.0-1) unstable; urgency=medium
* New upstream release; Closes: #1029581
-- Danilo Egea Gondolfo <danilogondolfo@gmail.com> Thu, 26 Jan 2023 22:30:18 +0000
python-typing-extensions (4.3.0-2) unstable; urgency=medium
* debian/examples
- install also src/_typed_dict_test_helper.py as examples, essentially
needed by autopkgtests
* debian/tests/run-unit-test
- install all example in the temp dir, fixing autopkgtests
-- Sandro Tosi <morph@debian.org> Mon, 08 Aug 2022 00:27:31 -0400
python-typing-extensions (4.3.0-1) unstable; urgency=medium
* New upstream release; Closes: #1004351
* debian/control
- switch to pyproject + flit
* debian/rules
- run tests from src/
* debian/docs
- install README.md, now that README.rst is no longer available
* debian/examples
- install examples from src/
* debian/patches/add_typed_dict_test_helper.py.patch
- add a file missing from PyPI tarball but needed for running tests
-- Sandro Tosi <morph@debian.org> Mon, 08 Aug 2022 00:09:22 -0400
python-typing-extensions (3.10.0.2-1) unstable; urgency=medium
[ Adam Cecile ]
* New upstream release including Python 3.9/3.10 new features.
Closes: #995853
[ Michael R. Crusoe ]
* d/control: confirm team maintenance. Closes: #995852
* Standards-Version: 4.6.0 (routine-update)
* watch file standard 4 (routine-update)
* d/control: depend on :any python, to help with cross-building
* d/control: correct the homepage
-- Michael R. Crusoe <crusoe@debian.org> Thu, 07 Oct 2021 10:56:08 +0200
python-typing-extensions (3.7.4.3-1) unstable; urgency=medium
[ Michael R. Crusoe ]
* Move source package to DPMT.
* New upstream version
* debhelper-compat 13 (routine-update)
* Remove malformed lintian override
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
-- Michael R. Crusoe <crusoe@debian.org> Thu, 08 Oct 2020 15:07:27 +0200
python-typing-extensions (3.7.4.2-1) unstable; urgency=medium
* New upstream version
* Standards-Version: 4.5.0 (routine-update)
* autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Mon, 06 Apr 2020 19:14:29 +0200
python-typing-extensions (3.7.4.1-1) unstable; urgency=medium
* New upstream version
* debhelper-compat 12
* Standards-Version: 4.4.0
* Set upstream metadata fields: Repository.
* Fix the autopkgtests
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 06 Nov 2019 18:00:35 +0100
python-typing-extensions (3.7.4-1) unstable; urgency=medium
* New upstream release (drops Python 3.3 support, adds TypedDict & IntVar)
* ann_module, ann_module2, ann_module3 now present in libpython3.7-stdlib,
so drop the build-dependency on libpython3.7-testsuite
* python3-for-py3-tests patch applied upstream, dropping it here
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 23 Jul 2019 12:26:02 +0200
python-typing-extensions (3.7.2-1) unstable; urgency=medium
* Fix watch file.
* New upstream version with Python 3.7 compatibility.
* Run the unittests
* Include the unittests in the binary package and run them as autopkgtests
* Standards-Version: 4.3.0; no changes needed
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 13 Feb 2019 23:07:33 -0800
python-typing-extensions (3.6.6-2) unstable; urgency=medium
* debian/watch: fix package name
* debian/control: fix homepage typo
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 18 Dec 2018 01:29:24 -0800
python-typing-extensions (3.6.6-1) unstable; urgency=medium
* New package (Closes: #914928)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 28 Nov 2018 11:16:19 -0800
|