[med-svn] [Git][python-team/packages/python-schema-salad][master] Resume compiling using mypyc, now that the fix for...
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Aug 26 12:01:49 BST 2026
Michael R. Crusoe pushed to branch master at Debian Python Team / packages / python-schema-salad
Commits:
f62b585f by Michael R. Crusoe at 2026-04-29T09:00:54+02:00
Resume compiling using mypyc, now that the fix for https://github.com/python/mypy/issues/21133 has been backported to the Debian package.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-schema-salad (8.9.20260417192335-2) unstable; urgency=medium
+
+ * Resume compiling using mypyc, now that the fix for
+ https://github.com/python/mypy/issues/21133 has been backported to
+ the Debian package.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Wed, 29 Apr 2026 09:00:47 +0200
+
python-schema-salad (8.9.20260417192335-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends:
python3-yaml,
python3-rdflib,
python3-ruamel.yaml,
- python3-mypy,
+ python3-mypy (>= 1.20.2-2~),
python3-typeshed,
python3-cachecontrol,
python3-filelock,
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk
export PYBUILD_NAME=schema-salad
export PYBUILD_TEST_ARGS=-rsfE $(DEB_BUILD_OPTION_PARALLEL:%=-n %) -k 'not (test_secondaryFiles or test_outputBinding or test_yaml_tab_error or test_bad_schemas or test_load_by_yaml_metaschema or test_detect_changes_in_html)' --pyargs schema_salad
-#export SCHEMA_SALAD_USE_MYPYC=1
+export SCHEMA_SALAD_USE_MYPYC=1
export MYPYPATH=$(CURDIR)/mypy-stubs
%:
View it on GitLab: https://salsa.debian.org/python-team/packages/python-schema-salad/-/commit/f62b585f86f73cacbbdd61a4b557b634c9044e36
--
View it on GitLab: https://salsa.debian.org/python-team/packages/python-schema-salad/-/commit/f62b585f86f73cacbbdd61a4b557b634c9044e36
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260826/f9022fd5/attachment-0001.htm>
More information about the debian-med-commit
mailing list