[med-svn] [Git][python-team/packages/mypy][master] 2 commits: drop Depends: python3-orjson on nonsupporting arches
Drew Parsons (@dparsons)
gitlab at salsa.debian.org
Fri Nov 22 19:01:50 GMT 2024
Drew Parsons pushed to branch master at Debian Python Team / packages / mypy
Commits:
f3334447 by Drew Parsons at 2024-11-22T19:57:15+01:00
drop Depends: python3-orjson on nonsupporting arches
arches alongside i386 where orjson is not available
(rust is not available)
[!alpha !hppa !m68k !sh4 !x32]
See Bug#1087727.
Closes: #1087661, #1087662
- - - - -
ce1ea91b by Drew Parsons at 2024-11-22T19:58:04+01:00
upload 1.13.0-2 to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+mypy (1.13.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * drop Depends: python3-orjson on arches alongside i386 where it is
+ not available (rust is not available) [!alpha !hppa !m68k !sh4 !x32]
+ See Bug#1087727. Closes: #1087661, #1087662.
+
+ -- Drew Parsons <dparsons at debian.org> Fri, 22 Nov 2024 19:57:54 +0100
+
mypy (1.13.0-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -36,7 +36,7 @@ Build-Depends: debhelper-compat (= 13),
python-setuptools-doc <!nodoc>,
python-attr-doc <!nodoc>,
python3-myst-parser <!nodoc>,
- python3-orjson [!i386] <!nocheck>,
+ python3-orjson [!i386 !alpha !hppa !m68k !sh4 !x32] <!nocheck>,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/mypy
Vcs-Git: https://salsa.debian.org/python-team/packages/mypy.git
@@ -91,7 +91,7 @@ Depends: ${misc:Depends},
python3-psutil
Recommends: python3-lxml (>= 4.9.1),
python3-setuptools,
- python3-orjson [!i386]
+ python3-orjson [!i386 !alpha !hppa !m68k !sh4 !x32]
Description: public modules for mypy (Python 3)
Add type annotations to your Python programs, and use mypy to type check them.
Mypy is essentially a Python linter on steroids, and it can catch many
=====================================
debian/tests/control
=====================================
@@ -7,7 +7,7 @@ Depends: gcc, g++,
python3-pytest-xdist,
python3-setuptools,
python3-tomli,
- python3-orjson [!i386],
+ python3-orjson [!i386 !alpha !hppa !m68k !sh4 !x32],
python3-typeshed (>= 0.0~git20221107.4f381af),
python3-virtualenv
Restrictions: allow-stderr
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/13672391435cd3e47aea70919b1666f158f6adf3...ce1ea91bda56257d90bc74d3397db368af8acaf6
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/13672391435cd3e47aea70919b1666f158f6adf3...ce1ea91bda56257d90bc74d3397db368af8acaf6
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/20241122/9bd4e30a/attachment-0001.htm>
More information about the debian-med-commit
mailing list