Your message dated Tue, 16 Sep 2025 16:04:53 +0000
with message-id <[email protected]>
and subject line Bug#1115162: fixed in python-isal 1.8.0-0.1
has caused the Debian Bug report #1115162,
regarding python-isal: update to version 1.8.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1115162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115162
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-isal
Version: 1.7.2-1
Severity: normal
Tags: patch

In the new version the previously failing tests are no longer failing.
The _version.py file is now generated in a more standard way, so there
is no longer any need to patch the sources, setting an environment
variable in debian/rules is sufficient.

Proposed changes attached.

        Mattias
From e1b445e3e0cfddadac4a56a31b07550519573712 Mon Sep 17 00:00:00 2001
From: Mattias Ellert <[email protected]>
Date: Sat, 13 Sep 2025 14:49:00 +0200
Subject: [PATCH] New upstream version 1.8.0

---
 debian/changelog                         |  8 ++++++
 debian/clean                             |  1 +
 debian/control                           |  1 +
 debian/patches/remove-versioningit.patch | 34 ------------------------
 debian/patches/series                    |  1 -
 debian/rules                             |  7 +----
 6 files changed, 11 insertions(+), 41 deletions(-)
 delete mode 100644 debian/patches/remove-versioningit.patch
 delete mode 100644 debian/patches/series

diff --git a/debian/changelog b/debian/changelog
index a4620d9..2447ea9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-isal (1.8.0-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream version 1.8.0
+  * No longer exclude now working tests that used to ignore PYTHONPATH
+
+ -- Mattias Ellert <[email protected]>  Sat, 13 Sep 2025 11:50:12 +0200
+
 python-isal (1.7.2-1) unstable; urgency=medium
 
   * New upstream version 1.7.2 that builds on s390x.
diff --git a/debian/clean b/debian/clean
index 95c629a..62010c8 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,2 @@
 src/isal/_version.py
+src/isal.egg-info/SOURCES.txt
diff --git a/debian/control b/debian/control
index 8b2df15..3d500b8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
  python3-all-dev,
  python3-pytest,
  python3-setuptools,
+ python3-setuptools-scm,
 Rules-Requires-Root: no
 Standards-Version: 4.7.0
 Homepage: https://github.com/pycompression/python-isal
diff --git a/debian/patches/remove-versioningit.patch b/debian/patches/remove-versioningit.patch
deleted file mode 100644
index 4d457da..0000000
--- a/debian/patches/remove-versioningit.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["setuptools>=64", "versioningit>=1.1.0"]
-+requires = ["setuptools>=64"]
- build-backend = "setuptools.build_meta"
- 
- [tool.versioningit.vcs]
---- a/setup.py
-+++ b/setup.py
-@@ -18,7 +18,12 @@
- from setuptools import Extension, find_packages, setup
- from setuptools.command.build_ext import build_ext
- 
--import versioningit
-+def _get_version():
-+    version = subprocess.check_output(['dpkg-parsechangelog', '-SVersion'],
-+                                   text=True).split('-')[0]
-+    with open('src/isal/_version.py', 'w') as fd:
-+        fd.write('__version__ = "%s"' % version)
-+
- 
- ISA_L_SOURCE = os.path.join("src", "isal", "isa-l")
- 
-@@ -138,7 +143,7 @@
- 
- setup(
-     name="isal",
--    version=versioningit.get_version(),
-+    version=_get_version(),
-     description="Faster zlib and gzip compatible compression and "
-                 "decompression by providing python bindings for the ISA-L "
-                 "library.",
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7e15eba..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-remove-versioningit.patch
diff --git a/debian/rules b/debian/rules
index a5e6eb3..9aba6b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,7 @@
 #! /usr/bin/make -f
 
 export PYTHON_ISAL_LINK_DYNAMIC=1
-
-export PYBUILD_TEST_ARGS=-k 'not test_compress_fast_best_are_exclusive \
-                         and not test_compress_infile_outfile \
-                         and not test_compress_infile_outfile_default \
-                         and not test_decompress_cannot_have_flags_compression \
-                         and not test_decompress_infile_outfile_error'
+export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_ISAL=$(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
 
 %:
 	dh $@ --buildsystem=pybuild
-- 
2.51.0

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: python-isal
Source-Version: 1.8.0-0.1
Done: Mattias Ellert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-isal, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattias Ellert <[email protected]> (supplier of updated python-isal 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 13 Sep 2025 11:50:12 +0200
Source: python-isal
Architecture: source
Version: 1.8.0-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Closes: 1115162
Changes:
 python-isal (1.8.0-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version 1.8.0 (Closes: #1115162)
   * No longer exclude now working tests that used to ignore PYTHONPATH
Checksums-Sha1:
 f79cff965e43e8f8eac9d912600deed9dc0c08d8 2171 python-isal_1.8.0-0.1.dsc
 2565da76d397d45493547e6dd8ded8a2cbc2b2c9 3398939 python-isal_1.8.0.orig.tar.gz
 33e6dbeec6a636c9caea610bd86e803857f8e52d 2896 
python-isal_1.8.0-0.1.debian.tar.xz
 48ea48bcafa941653c191e4a70ea905944e35109 7698 
python-isal_1.8.0-0.1_amd64.buildinfo
Checksums-Sha256:
 24edeea4ed313b5afbaa85cd7f974edd6f1e497564cbb240be728d08b9efb134 2171 
python-isal_1.8.0-0.1.dsc
 fe7eb948871521d690abfb3f6354abd41846d026cb72611aed467b69e88c942e 3398939 
python-isal_1.8.0.orig.tar.gz
 405c2d8641800bf0cc2ca6c627b25ba2d3db4b7501b36003daacadc25de56bb8 2896 
python-isal_1.8.0-0.1.debian.tar.xz
 26d2461a013b396201cc5d644ef334ee9bfe6fc5f03df1de74f1e2e71e8451d6 7698 
python-isal_1.8.0-0.1_amd64.buildinfo
Files:
 b36234e7836ccf48c41eb2d38422d47c 2171 python optional python-isal_1.8.0-0.1.dsc
 93205a1efc43e309f082f4a50f44a91a 3398939 python optional 
python-isal_1.8.0.orig.tar.gz
 79436e0ff90242c10f885e42f23e21b5 2896 python optional 
python-isal_1.8.0-0.1.debian.tar.xz
 b83c23356ed2fc178bd8695d0ebae8ae 7698 python optional 
python-isal_1.8.0-0.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAmjJhXEACgkQ6K7C/zvh
qUuOWw/+LujixJEnhv7fGi7LmNfj6kp5/MVYpY4Fo6U5VrwpZD4tPzP1aCJVEUqb
P4BtWTpwwwrCujwD2PrlWv8HWGXHx3Ff22EsACnYeuAVcQrcJZwWnrXX+yrdSiiI
LBYo8NQSroS94P6byk1/403jnV9lGkgOw3Hv+Z4cgBFYTliWsyWMxUFyyELm6N0N
7xWFjXyGhBhrS+VxcV6EDdqQayiZ0FgT6pvEElOGUpX5RDg1OpfN1S5DtCIOtery
MWKA0eFvOXyeCqgQtZ8od9J40l3Aiu1EBOx6LcaKJMMaRHUpHSOLHt/fY0oI5EgE
r8xfV8oYG2zqsvGqJeo+KdRIWUFs7HP7fzWzJjgDpybOP4IhTyTjKK1sa/XxtW5t
ECPfejuFJaM4/hoTKTLVK5CloX1V7LBoxnZwCq8tee0ET+1rR5qLAizGPCuzr4zm
v2HV+RBv5g8Y+0grVyGpnL1TFl0Q1PQyHWP8PItlXYxrPVTIeYLdcwVST1MOBjus
NiAxKnvXV1X1QrMEjoOfSNXpLwK7VsZKPPz+UjuL1f/aqE6E1hD/wmQdsaGQB1u9
kAR3gxr3RuYuSXO+ZTXWk9L0rbIC6UTje5C8yDJWuSw6yBkbMuWojPM9eQb4b1qp
JwJZkXj5GbORlF8hCtF8ga0ts+SGphdMVOY3K7UG9GVyN2o+ZpM=
=5uNG
-----END PGP SIGNATURE-----

Attachment: pgpgrZ1GF4tvB.pgp
Description: PGP signature


--- End Message ---

Reply via email to