summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog13
-rw-r--r--debian/control8
2 files changed, 17 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index c3fdf6b..70e67d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-zstandard (0.19.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: depend on python3-exceptiongroup.
+ This allows us to restore support for python3.10 a little longer,
+ and also smoothens transition to testing with existing reverse
+ dependencies.
+ Thanks to s3v <c0llapsed@yahoo.it>
+ * d/control: declare compliance to standards version 4.6.2.
+ * d/control: declare rules do not require root.
+
+ -- Étienne Mollier <emollier@debian.org> Wed, 25 Jan 2023 20:18:20 +0100
+
python-zstandard (0.19.0-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index fb2ef98..b7d926b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,18 +8,18 @@ Build-Depends:
debhelper-compat (= 13),
dh-python,
libzstd-dev (>= 1.5.2),
-# FIXME: restore python3-all-dev after removal of python3.10, see #1028837.
- python3-dev (>= 3.11),
+ python3-all-dev,
python3-cffi,
python3-setuptools,
+ python3-exceptiongroup <!nocheck>,
python3-hypothesis <!nocheck>,
python3-sphinx <!nodoc>,
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/indygreg/python-zstandard
+Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zstandard
Vcs-Git: https://salsa.debian.org/python-team/packages/python-zstandard.git
-X-Python3-Version: >= 3.11
Package: python3-zstandard
Architecture: any