[Python-modules-team] Bug#929697: pyglet: diff for NMU version 1.3.0-2.1
Reinhard Tartler
siretart at tauware.de
Sun Jun 2 21:29:55 BST 2019
Control: tags 929697 + patch
Control: tags 929697 + pending
Dear maintainer,
I've prepared an NMU for pyglet (versioned as 1.3.0-2.1) and uploaded
it to DELAYED/2-days. Please feel free to tell me if I should delay it
longer.
Please note that this upload is *not* suitable for buster, as there
are many changes from 1.3.0-1 to 1.3.0-2 (including a conversion from
CDBS to dh) that don't meet the release team's criteria for updates to
buster this late in the game. This patch may need to be uploaded to
testing-proposed-updates separately.
Regards,
-rt
diff -Nru pyglet-1.3.0/debian/changelog pyglet-1.3.0/debian/changelog
--- pyglet-1.3.0/debian/changelog 2019-03-01 22:45:26.000000000 -0500
+++ pyglet-1.3.0/debian/changelog 2019-06-02 15:17:34.000000000 -0400
@@ -1,3 +1,14 @@
+pyglet (1.3.0-2.1) unstable; urgency=medium
+
+ [ Yaroslav Halchenko ]
+ * No strings exceptions is allowed in Python2.6
+
+ [ Reinhard Tartler ]
+ * Non-Maintainer upload.
+ * Disable ClockTimingTestCase (Closes: #929697)
+
+ -- Reinhard Tartler <siretart at tauware.de> Sun, 02 Jun 2019 15:17:34 -0400
+
pyglet (1.3.0-2) unstable; urgency=medium
[ Scott Kitterman ]
diff -Nru pyglet-1.3.0/debian/rules pyglet-1.3.0/debian/rules
--- pyglet-1.3.0/debian/rules 2019-03-01 21:13:15.000000000 -0500
+++ pyglet-1.3.0/debian/rules 2019-06-02 15:17:34.000000000 -0400
@@ -20,6 +20,8 @@
EXCLUDED_TESTS += and not test_issue429
EXCLUDED_TESTS += and not test_issue241
EXCLUDED_TESTS += and not test_issue471
+# cf. #929697
+EXCLUDED_TESTS += and not ClockTimingTestCase
export PYBUILD_NAME=pyglet
export PYBUILD_TEST_PYTEST=1
More information about the Python-modules-team
mailing list