[med-svn] [Git][python-team/packages/mypy][debian/experimental] 2 commits: d/control: new build-dep, python3-librt
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Oct 30 11:48:07 GMT 2025
Michael R. Crusoe pushed to branch debian/experimental at Debian Python Team / packages / mypy
Commits:
fff7e026 by Michael R. Crusoe at 2025-10-29T14:08:55+01:00
d/control: new build-dep, python3-librt
- - - - -
d7e34fe8 by Michael R. Crusoe at 2025-10-29T17:49:58+01:00
Added patch for newer lxml formatting
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/reports.test.tweak
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ mypy (1.19.0~rc0-1) UNRELEASED; urgency=medium
* Snaptshot from upstream to test the new python3-librt dependency
* Refresh the "verbose" patch.
+ * Added patch for newer lxml formatting
-- Michael R. Crusoe <crusoe at debian.org> Wed, 29 Oct 2025 13:54:04 +0100
=====================================
debian/control
=====================================
@@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 13),
flake8,
help2man,
python3-all,
+ python3-librt (>= 0.3),
python3-lxml,
python3-attr <!nocheck>,
python3-pathspec,
=====================================
debian/patches/reports.test.tweak
=====================================
@@ -0,0 +1,59 @@
+From: Michael R. Crusoe <crusoe at debian.org>
+Subject: Adapt to newer lxml
+Bug: https://github.com/python/mypy/issues/20070
+--- mypy.orig/test-data/unit/reports.test
++++ mypy/test-data/unit/reports.test
+@@ -118,7 +118,7 @@
+ [outfile report/html/n.py.html]
+ <html>
+ <head>
+-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
++<meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="../mypy-html.css">
+ </head>
+ <body>
+@@ -172,7 +172,7 @@
+ [outfile report/html/n.py.html]
+ <html>
+ <head>
+-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
++<meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="../mypy-html.css">
+ </head>
+ <body>
+@@ -214,7 +214,7 @@
+ [outfile report/html/n.py.html]
+ <html>
+ <head>
+-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
++<meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="../mypy-html.css">
+ </head>
+ <body>
+@@ -255,7 +255,7 @@
+ [outfile report/html/n.py.html]
+ <html>
+ <head>
+-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
++<meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="../mypy-html.css">
+ </head>
+ <body>
+@@ -487,7 +487,7 @@
+ [outfile report/html/n.py.html]
+ <html>
+ <head>
+-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
++<meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="../mypy-html.css">
+ </head>
+ <body>
+@@ -529,7 +529,7 @@
+ [outfile report/html/folder/subfolder/something.py.html]
+ <html>
+ <head>
+-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
++<meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="../../../mypy-html.css">
+ </head>
+ <body>
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
hint-typeshed-package
verbose
intersphinx
+reports.test.tweak
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/e429a9c084e572f874fda45b2c8fc249720bccf7...d7e34fe878a64002016109ba5b53b25c9f1adeb8
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/e429a9c084e572f874fda45b2c8fc249720bccf7...d7e34fe878a64002016109ba5b53b25c9f1adeb8
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/20251030/43a80fb1/attachment-0001.htm>
More information about the debian-med-commit
mailing list