[med-svn] [Git][python-team/packages/python-xopen][master] release
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sat Jan 18 23:40:23 GMT 2025
Alexandre Detiste pushed to branch master at Debian Python Team / packages / python-xopen
Commits:
4c4b487a by Alexandre Detiste at 2025-01-19T00:38:37+01:00
release
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+python-xopen (1.7.0-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Remove extraneous dependency on python3-pkg-resources (Closes: #1083725)
+ * Recommends python3-isal, but maybe a stronger Depends
+ would be better ? (Closes: #1077819)
+
+ -- Alexandre Detiste <tchet at debian.org> Sun, 19 Jan 2025 00:31:49 +0100
+
python-xopen (1.7.0-2) unstable; urgency=high
* Add patch to increase timeout for tests to work on
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-setuptools,
@@ -25,8 +25,8 @@ Package: python3-xopen
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
- python3-pkg-resources,
pigz
+Recommends: python3-isal,
Description: Python3 module to open compressed files transparently
This small Python3 module provides a xopen function that works like the
built-in open function, but can also deal with compressed files.
=====================================
debian/rules
=====================================
@@ -4,8 +4,7 @@ DH_VERBOSE := 1
export PYBUILD_NAME=xopen
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
-override_dh_auto_clean:
- dh_auto_clean
+execute_after_dh_auto_clean:
rm -f src/xopen/_version.py
View it on GitLab: https://salsa.debian.org/python-team/packages/python-xopen/-/commit/4c4b487a32aa27ff877850257aa1a10b95253bfd
--
View it on GitLab: https://salsa.debian.org/python-team/packages/python-xopen/-/commit/4c4b487a32aa27ff877850257aa1a10b95253bfd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250118/b8e24b51/attachment-0001.htm>
More information about the debian-med-commit
mailing list