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
|
python-diff-match-patch (20241021-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.7.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Wed, 08 Jan 2025 01:15:16 +1100
python-diff-match-patch (20230430-1) unstable; urgency=medium
* New upstream release.
- update build-depends to use flit
* Update Standards-Version to 4.6.2 (no changes required).
-- Stuart Prescott <stuart@debian.org> Fri, 18 Aug 2023 00:29:02 +1000
python-diff-match-patch (20200713-2) unstable; urgency=medium
* Add changes from Janitor:
- update Standards-Version to 4.6.0 (no changes needed)
- add upstrem metadata
* Change homepage from pypi to github.
* Remove Python 2 cruft from binary package for Python 3.
-- Stuart Prescott <stuart@debian.org> Mon, 18 Oct 2021 15:40:41 +1100
python-diff-match-patch (20200713-1) unstable; urgency=medium
* New upstream version.
- drop patch for Python 3.7+ compatibility that was merged upstream
* Update to debhelper-compat 13.
-- Stuart Prescott <stuart@debian.org> Sat, 08 Aug 2020 20:18:07 +1000
python-diff-match-patch (20181111-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository, Repository-Browse.
[ Stuart Prescott ]
* Only test py3versions -s in autopkgtest.
* Update Standards-Version to 4.5.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Tue, 24 Mar 2020 01:37:37 +1100
python-diff-match-patch (20181111-2) unstable; urgency=medium
* Drop Python 2 module package (Closes: #937700).
* Update Standards-Version to 4.4.1 (no changes required).
-- Stuart Prescott <stuart@debian.org> Sun, 03 Nov 2019 12:48:36 +1100
python-diff-match-patch (20181111-1) unstable; urgency=medium
* New upstream version.
* Use debhelper-compat (= 12).
-- Stuart Prescott <stuart@debian.org> Sun, 30 Jun 2019 16:20:15 +1000
python-diff-match-patch (20121119-4) unstable; urgency=medium
[ Ondřej Nový ]
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
[ Stuart Prescott ]
* Update Standards-Version to 4.3.0 (no changes required).
* Use debhelper-compat (= 11)
-- Stuart Prescott <stuart@debian.org> Sat, 26 Jan 2019 23:48:35 +1100
python-diff-match-patch (20121119-3) unstable; urgency=medium
* Add missing python3 dependency on Python 3 package, with thanks to
Adrian Bunk for the report (Closes: #867424).
* Update Standards-Version to 4.0.0 (no changes required)
-- Stuart Prescott <stuart@debian.org> Sun, 30 Jul 2017 10:20:31 +1000
python-diff-match-patch (20121119-2) unstable; urgency=medium
* Add dh-python to build-dependencies.
* Add Vcs-* headers and push packaging into collab-maint.
* Bump S-V to 3.9.8 (no changes required).
-- Stuart Prescott <stuart@debian.org> Mon, 26 Dec 2016 12:07:45 +1100
python-diff-match-patch (20121119-1) unstable; urgency=medium
* Initial release. (Closes: #758638)
-- Stuart Prescott <stuart@debian.org> Thu, 21 Aug 2014 22:42:58 +1000
|