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
|
python-svg.path (6.1-1) unstable; urgency=medium
* New upstream version 6.1.
* debian/patches: Add patch to disable doctest. This is now
problematic and needs to be fixed later. (Closes: #1010819)
-- Boyuan Yang <byang@debian.org> Mon, 13 Jun 2022 14:36:14 -0400
python-svg.path (6.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debian/patches: Dropped, upstream no longer use custom font.
-- Boyuan Yang <byang@debian.org> Wed, 27 Apr 2022 21:45:15 -0400
python-svg.path (5.1~dfsg-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Trim trailing whitespace.
[ Boyuan Yang ]
* New upstream version 5.1.
* src/svg/path/tests/din1451e.ttf: Dropped for now due to
unclear font license.
* debian/control: Add new test build-deps.
* debian/patches: Add patch on src/svg.path.egg-info/SOURCES.txt
for the font file exclusion.
-- Boyuan Yang <byang@debian.org> Mon, 28 Mar 2022 14:08:14 -0400
python-svg.path (5.0.0~a1-1) unstable; urgency=medium
* QA upload.
[ Boyuan Yang ]
* New upstream release.
* Bump debhelper compat to v13.
* Bump Standards-Version to 4.6.0.
* debian/control: Add new test-time build-dependency python3-pytest.
* debian/tests/control: Add test dependency python3-pytest.
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Set upstream metadata fields: Repository.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Boyuan Yang <byang@debian.org> Thu, 09 Sep 2021 23:38:26 -0400
python-svg.path (3.0-2) unstable; urgency=medium
* QA upload.
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Sat, 10 Aug 2019 19:46:44 +0200
python-svg.path (3.0-1) unstable; urgency=medium
* QA upload.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
[ Fabian Wolff ]
* New upstream release.
* Upgrade to debhelper compat level 11.
* Upgrade to Standards-Version 4.2.0.
* Update watch file to version 4 format (no changes).
* Update debian/copyright.
-- Daniel Stender <stender@debian.org> Sat, 25 Aug 2018 10:23:24 +0200
python-svg.path (2.1.1-2) unstable; urgency=medium
* Orphan package:
+ deb/control: put Debian QA into Maintainer field, drop Uploaders.
-- Daniel Stender <stender@debian.org> Mon, 19 Jun 2017 16:21:40 +0200
python-svg.path (2.1.1-1) unstable; urgency=medium
* New upstream release.
* deb/control:
+ put team into Maintainer (for unconfirmed team uploads).
+ updated uploader email address.
+ dropped deprecated Testsuite field.
+ bumped standards to 3.9.8 (no changes needed).
* deb/copyright: updated.
[ Ondřej Nový ]
* Fixed VCS URL (https).
-- Daniel Stender <stender@debian.org> Sat, 25 Jun 2016 09:57:43 +0200
python-svg.path (2.0.1-1) unstable; urgency=medium
* New upstream release.
* test_doc-absolute-path.patch (applied upstream) and deb/patches removed.
* deb/control: use https for Vcs-Browser.
-- Daniel Stender <debian@danielstender.com> Thu, 29 Oct 2015 14:47:54 +0100
python-svg.path (2.0-1) unstable; urgency=low
* Initial release (Closes: #775238).
-- Daniel Stender <debian@danielstender.com> Fri, 16 Oct 2015 20:31:12 +0200
|