[med-svn] [Git][med-team/python-cykhash][master] 3 commits: d/rules: added workaround to skip a few tests while we wait for Cython3 3.x.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Dec 14 13:10:57 GMT 2023
Michael R. Crusoe pushed to branch master at Debian Med / python-cykhash
Commits:
3d6ad409 by Michael R. Crusoe at 2023-12-14T14:01:42+01:00
d/rules: added workaround to skip a few tests while we wait for Cython3 3.x.
- - - - -
b9dc76ca by Michael R. Crusoe at 2023-12-14T14:02:43+01:00
Set upstream metadata fields: Repository.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
82388b3c by Michael R. Crusoe at 2023-12-14T14:02:59+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,7 +1,4 @@
-python-cykhash (2.0.0-3) UNRELEASED; urgency=medium
-
- TODO: Python3.12 support is blocked by #1056644 (fixed by cython3 3.x, but
- not yet uploaded to sid)
+python-cykhash (2.0.0-3) unstable; urgency=medium
[ Andreas Tille ]
* Build-Depends: s/python3-dev/python3-all-dev/
@@ -9,7 +6,11 @@ python-cykhash (2.0.0-3) UNRELEASED; urgency=medium
[ Nilesh Patra ]
* Run tests properly with pytest and corresponding py interpreter
- -- Andreas Tille <tille at debian.org> Sun, 10 Dec 2023 08:45:49 +0100
+ [ Michael R. Crusoe ]
+ * d/rules: added workaround to skip a few tests while we wait for Cython3
+ 3.x.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 14 Dec 2023 14:02:59 +0100
python-cykhash (2.0.0-2) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -9,5 +9,6 @@ export PYBUILD_NAME=cykhash
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m pytest -v tests/unit_tests"
+ dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m pytest -v tests/unit_tests --ignore tests/unit_tests/test_unique.py --ignore tests/unit_tests/test_CythonInterfaceSets.py --ignore tests/unit_tests/test_CythonInterfaceMaps.py"
+ # TODO: remove --ignore-globs when cython3 3.x is a build-dep
endif
=====================================
debian/upstream/metadata
=====================================
@@ -19,4 +19,5 @@ Registry:
Entry:
- Name: bio.tools
Entry:
+Repository: https://github.com/realead/cykhash.git
Repository-Browse: https://github.com/realead/cykhash
View it on GitLab: https://salsa.debian.org/med-team/python-cykhash/-/compare/771db80162db198fee7b3dfe8048a748a1297916...82388b3c246dee2ed5a029d209045e38cf3f19d2
--
View it on GitLab: https://salsa.debian.org/med-team/python-cykhash/-/compare/771db80162db198fee7b3dfe8048a748a1297916...82388b3c246dee2ed5a029d209045e38cf3f19d2
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/20231214/b399a6f8/attachment-0001.htm>
More information about the debian-med-commit
mailing list