--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: python-tz@packages.debian.org
Control: affects -1 + src:python-tz
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package python-tz
These are little fixes found by Lintian when merging a branch on Salsa
https://salsa.debian.org/python-team/packages/python-tz/-/pipelines/867186
[ Reason ]
There is no RC bug as of now, but there would instantaneously
be 2 at once if another random Python package were
to make the exact same mistake.
[ Impact ]
It's a bit ugly, feels unpolished.
[ Tests ]
Yes, an this has been in unstable for 30 days already.
[ Risks ]
Minimal
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing --> hereunder
[ Other info ]
n/a
unblock python-tz/2025.2-3
diff -Nru python-tz-2025.2/debian/changelog python-tz-2025.2/debian/changelog
--- python-tz-2025.2/debian/changelog 2025-04-22 18:53:33.000000000 +0200
+++ python-tz-2025.2/debian/changelog 2025-05-18 20:33:30.000000000 +0200
@@ -1,3 +1,13 @@
+python-tz (2025.2-3) unstable; urgency=medium
+
+ * Team upload.
+ * Do not ship /usr/lib/python3/dist-packages/README.rst
+
+ [ William Desportes ]
+ * Remove Fabio from Uploaders
+
+ -- Alexandre Detiste <tchet@debian.org> Sun, 18 May 2025 20:33:30 +0200
+
python-tz (2025.2-2) unstable; urgency=medium
* Team upload.
diff -Nru python-tz-2025.2/debian/control python-tz-2025.2/debian/control
--- python-tz-2025.2/debian/control 2025-04-22 18:53:33.000000000 +0200
+++ python-tz-2025.2/debian/control 2025-05-18 19:24:19.000000000 +0200
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>,
- Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>,
- Fabio Tranchitella <kobold@debian.org>
+ Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
@@ -36,4 +35,4 @@
Architecture: all
Section: oldlibs
Description: transitional package to rename python3-tz
- This is a transitional package. It can safely be removed.
+ This is a transitional package. It can safely be removed.
diff -Nru python-tz-2025.2/debian/rules python-tz-2025.2/debian/rules
--- python-tz-2025.2/debian/rules 2025-04-22 18:53:33.000000000 +0200
+++ python-tz-2025.2/debian/rules 2025-05-18 19:25:13.000000000 +0200
@@ -30,4 +30,4 @@
dh_auto_test -- --before-test="\
cp $(CURDIR)/src/README.rst {build_dir}; \
cp -r $(CURDIR)/src/pytz/tests {build_dir}/pytz/" \
- --after-test="rm -rf {build_dir}/src/README.rst {build_dir}/pytz/tests"
+ --after-test="rm -rf {build_dir}/README.rst {build_dir}/pytz/tests
--- End Message ---