Bug#954477: python-jsonext: Autopkgtest failure due to use of py3versions -i

2020-03-28 Thread eamanu
Hi,

I attach a NMU patch. Please consider apply it.

Also, try to update the salsa respository, please.

Thanks!
Cheers,


-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 3286c01cac52a8acbcbda38f00f5e8743e05f642 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Sat, 28 Mar 2020 11:38:07 -0300
Subject: [PATCH] python-jsonext: Fix autopkgtest regression.

Use pyversions -s to test all suported versions.
---
 debian/changelog   | 8 
 debian/tests/control   | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4704bcc..b165c0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-jsonext (0.4.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * python-jsonext: Fix autopkgtest regression.
+Use pyversions -s to test all suported versions (Closes: #954477).
+
+ -- Emmanuel Arias   Sat, 28 Mar 2020 11:39:20 -0300
+
 python-jsonext (0.4.2-1) unstable; urgency=medium
 
   [ Ben Finney ]
diff --git a/debian/tests/control b/debian/tests/control
index ee1fa43..42389c5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
 python3-pkg-resources,
-python3-jsonext
+python3-jsonext,
+python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index 578dbd1..9f89df6 100755
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
 test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
 printf "Python command: %s\n" $py
 $py debian/tests/smoke_test.py $test_opts
 printf "\n"
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#954473: python-daemon: Autopkgtest failure due to use of py3versions -i

2020-03-28 Thread eamanu
Hi,

I attach a NMU patch. Please consider apply it.

Thanks!
Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From d335ff34ce43f932ecec48a0774d1bd3f39bb012 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Sat, 28 Mar 2020 10:56:55 -0300
Subject: [PATCH] python-daemon: Fix autopkgtest regression.

Use pyversions -s to test all suported versions
---
 debian/changelog   | 8 
 debian/tests/control   | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18151a4..bb3d6bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-daemon (2.2.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/smoke-python3: fix autopkgtest regression.
+Use pyversions -s to test all suported versions (Closes: #954473).
+
+ -- Emmanuel Arias   Sat, 28 Mar 2020 10:57:23 -0300
+
 python-daemon (2.2.4-1) unstable; urgency=medium
 
   * The “Doris Rivett” release.
diff --git a/debian/tests/control b/debian/tests/control
index 06ee01d..25e1a00 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
 python3-pkg-resources,
-python3-daemon
+python3-daemon,
+python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index c6e5b8d..2af1f63 100755
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
 test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
 printf "Python command: %s\n" $py
 $py debian/tests/smoke_test.py $test_opts
 printf "\n"
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#954470: pysha3: Autopkgtest failure due to use of py3versions -i

2020-03-25 Thread eamanu
Hi,

I attach a NMU patch. Please, consider apply it.

Thanks

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From db724cd1aa5c7bc37c9210e3cdf5a2c252ae504d Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Wed, 25 Mar 2020 23:04:36 -0300
Subject: [PATCH] pysha3: fix autopkgtest regression.

Use pyversions -s to test all suported version.
---
 debian/changelog   | 8 
 debian/tests/control   | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5c4363..4c79179 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pysha3 (1.0.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/smoke-python3: Fix autopkgtest regression.
+Use pyversions -s to test all suported version (Closes: #954470).
+
+ -- Emmanuel Arias   Wed, 25 Mar 2020 23:04:41 -0300
+
 pysha3 (1.0.2-4) unstable; urgency=medium
 
   * Declare Debhelper compatibility using ‘debhelper-compat’ dependency.
diff --git a/debian/tests/control b/debian/tests/control
index c522629..6f8102c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
 python3-pkg-resources,
-python3-sha3
+python3-sha3,
+python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index b01681e..4358597 100644
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
 test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
 printf "Python command: %s\n" $py
 $py debian/tests/smoke_test.py $test_opts
 printf "\n"
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#954469: src:pyrlp: Autopkgtest failure due to use of py3versions -i

2020-03-25 Thread eamanu
Hi,

I attach a NMU patch. Please, consider apply it.

Thanks!

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 05d4ad3f70ed004e4d4bee65fa39c302b02ad640 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Wed, 25 Mar 2020 22:12:31 -0300
Subject: [PATCH] pyrlp: Fix autopkgtest regression.

Use pyversions -s to test all suported versions.
---
 debian/changelog   | 8 
 debian/tests/control   | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a78b0f..eb2d496 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyrlp (0.5.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/smoke-python3: Fix autopkgtest regression.
+Use pyversions -s to test all suported versions (Closes: #954469).
+
+ -- Emmanuel Arias   Wed, 25 Mar 2020 22:12:44 -0300
+
 pyrlp (0.5.1-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/tests/control b/debian/tests/control
index 1a50271..e92292f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
 python3-pkg-resources,
-python3-rlp
+python3-rlp,
+python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index b9155f7..ffddf53 100755
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -26,7 +26,7 @@ for mod in ${MODULE_NAMES[@]} ; do
 test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
 printf "Python command: %s\n" $py
 $py debian/tests/smoke_test.py $test_opts
 printf "\n"
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#954468: src:pyethash: Autopkgtest failure due to use of py3versions -i

2020-03-25 Thread eamanu
Hi,

I attach a NMU patch. Please, consider apply it.

Thanks!

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 86054609e4f0c6526fdb21ebe6fd90088366ec62 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Wed, 25 Mar 2020 21:56:15 -0300
Subject: [PATCH] pyethash: d/tests/smoke-python3: fix autopkgtest regression.

Use pyversions -s to test all suported versions.

---
 debian/changelog   | 8 
 debian/tests/control   | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7783c95..40adcd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyethash (0.1.27-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/smoke-python3: fix autopkgtest regression.
+Use pyversions -s to test all suported versions (Closes: #954468).
+
+ -- Emmanuel Arias   Wed, 25 Mar 2020 21:56:25 -0300
+
 pyethash (0.1.27-2) unstable; urgency=medium
 
   [ Ben Finney ]
diff --git a/debian/tests/control b/debian/tests/control
index f3c4053..9661185 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
 python3-pkg-resources,
-python3-pyethash
+python3-pyethash,
+python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index 7092cd9..d043aec 100755
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
 test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
 printf "Python command: %s\n" $py
 $py debian/tests/smoke_test.py $test_opts
 printf "\n"
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#954461: Autopkgtest failure due to use of py3versions -i

2020-03-25 Thread eamanu
Hi,

I attach a NMU patch. Please consider apply it.

Thanks!

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 7bb9a35414b61d9392aa5673f63b538b96b7a4cb Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Wed, 25 Mar 2020 14:11:33 -0300
Subject: [PATCH] d/tests/smoke-python3: fix autopkgtest regression. Use
 pyversions -s to test all suported versions

---
 debian/changelog   | 8 
 debian/tests/control   | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 20ed205..e76bb46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+editorconfig-core-py (0.12.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/smoke-python3: fix autopkgtest regression.
+Use pyversions -s to test all suported versions (Closes: #954461).
+
+ -- Emmanuel Arias   Wed, 25 Mar 2020 14:11:42 -0300
+
 editorconfig-core-py (0.12.2-2) unstable; urgency=medium
 
   [ Ben Finney ]
diff --git a/debian/tests/control b/debian/tests/control
index 2a82b68..53a15a4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
 python3-pkg-resources,
-python3-editorconfig
+python3-editorconfig,
+python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index e1767e1..3b3f0da 100755
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
 test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
 printf "Python command: %s\n" $py
 $py debian/tests/smoke_test.py $test_opts
 printf "\n"
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#954480: python-tinyrpc: Autopkgtest failure due to use of py3versions -i

2020-03-25 Thread eamanu
Hi,

I attach a NMU patch. Please, consider apply it.

Thanks!
Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 12441b71f337e965c3304ab6700f84d455c6dadc Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Wed, 25 Mar 2020 11:03:55 -0300
Subject: [PATCH] d/tests/smoke-python3: fix autopkgtest regression. Use
 pyversions -s to test all suported versions

---
 debian/changelog   | 8 
 debian/tests/control   | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4a1a688..43f1118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-tinyrpc (0.6-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/smoke-python3: fix autopkgtest regression.
+Use pyversions -s to test all suported versions (Closes: #954480).
+
+ -- Emmanuel Arias   Wed, 25 Mar 2020 11:04:01 -0300
+
 python-tinyrpc (0.6-3) unstable; urgency=medium
 
   * Remove obsolete smoke test program for Python 2.
diff --git a/debian/tests/control b/debian/tests/control
index 4e5c4ce..ed0e813 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
 python3-pkg-resources,
-python3-tinyrpc
+python3-tinyrpc,
+python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index 1ad04f0..f067ca7 100755
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
 test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
 printf "Python command: %s\n" $py
 $py debian/tests/smoke_test.py $test_opts
 printf "\n"
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#954474: python-h2: Autopkgtest failure due to use of py3versions -i

2020-03-24 Thread eamanu
Hi,

I attach a NMU patch. Please consider apply it.

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From c22a8954dd14fe7c01734ae0564a3855dcf92e30 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Tue, 24 Mar 2020 22:53:44 -0300
Subject: [PATCH] d/tests/control: Fix autopkgtest to test all supported
 python3 versions

---
 debian/changelog | 8 
 debian/tests/control | 2 +-
 debian/tests/python3-h2-upstream | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f74bb04..85f332a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-h2 (3.2.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/control: Fix autopkgtest to test all
+supported python3 versions (Closes: #954474).
+
+ -- Emmanuel Arias   Tue, 24 Mar 2020 22:56:51 -0300
+
 python-h2 (3.2.0-1) unstable; urgency=medium
 
   * New upstream release (Closes: #947010).
diff --git a/debian/tests/control b/debian/tests/control
index a67baab..fe53b53 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
 Tests: python3-h2-upstream
-Depends: @, python3-pytest, python3-hypothesis
+Depends: @, python3-pytest, python3-hypothesis, python3-all
diff --git a/debian/tests/python3-h2-upstream b/debian/tests/python3-h2-upstream
index 161e771..44ee546 100644
--- a/debian/tests/python3-h2-upstream
+++ b/debian/tests/python3-h2-upstream
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-for py in $(py3versions -i); do
+for py in $(py3versions -s); do
 echo "[*] testing $py:"
 $py -m pytest
 done
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#953970: python-boto: autopkgtest failure with Python 3.8 as default

2020-03-24 Thread eamanu
Hi everybody,

I prepare a non-maintainer upload patch that I attach.

Please consider apply it.

Also I make a MR [0]

[0] https://salsa.debian.org/eevans/python-boto/-/merge_requests/1

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 967bd5043b6b41fdc3a2532ebffb722c087426e4 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias 
Date: Tue, 24 Mar 2020 11:00:44 -0300
Subject: [PATCH]  d/tests/unit: using py3versions -s to make sure all
 supported version are installed.

---
 debian/changelog  | 9 +
 debian/tests/unit | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8d274ab..c0ddf34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-boto (2.49.0-2.1) UNRELEASED; urgency=medium
+
+  [ Emmanuel Arias ]
+  * Non-maintainer upload.
+  * d/tests/unit: using py3versions -s to make sure all
+supported version are installed (Closes: #953970).
+
+ -- Emmanuel Arias   Tue, 24 Mar 2020 11:01:26 -0300
+
 python-boto (2.49.0-2) unstable; urgency=medium
 
   * Re-enable boto.vendored package (for regions sub-pacakge).
diff --git a/debian/tests/unit b/debian/tests/unit
index 9ee2a66..53e2dea 100644
--- a/debian/tests/unit
+++ b/debian/tests/unit
@@ -4,6 +4,6 @@ set -eu
 cp -r tests "$ADTTMP/"
 cd "$ADTTMP"
 
-for python in $(pyversions -i); do
+for python in $(pyversions -s); do
 $python tests/test.py unit > /dev/null
 done
-- 
2.25.1



0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#952208: python-ftputil

2020-03-04 Thread eamanu
Hi


> was temporary, just referring what my patch impacts and will close this
> issue.
> 
> The skip you made in your patch does not fix all issues, only workaround
> them.
>  

Oh! I can see. I was looking on the last commit.


> 
> >
> > Will you push new patch release soon? Or should I do?
> 
> I'm DM and I will need sponsorhip.
> 
> 
> I am DD, so I can upload it if you think it is "over" for you.

It' will be  great! Thanks
>  

> I have updated debian/master branch accordingly
> I pushed my patch and disabled your patch to skip the tests from
> d/patches/series
> A gbp buildpackage works with all tests now.

Great. Please, when you have time, push to salsa to see it. :-)

And please, if you can upload will be great.

> 
> Maybe master branch should be removed to avoid this kind of confusion

Yes, could be. But I let it for history purpose. If you consider better
remove it, go ahead.

Cheers!

-- 
Emmanuel Arias
@eamanu
yaerobi.com


0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#952208: python-ftputil

2020-03-04 Thread eamanu
Hi olivier,

On 04/03/2020 12:13, olivier sallou wrote:
> Hi,
> I saw you started some work on python-ftputil to fix #952208.
> 
> I just pushed to git repo a fix for that.

I am a little confused, you just added description to the patch?

Why do you  douplicate on d/changelog  the (Closes #bugnumber) sentence? [0]

> 
> Will you push new patch release soon? Or should I do?

I'm DM and I will need sponsorhip.
> 
> I wonder however why you pushed a gbp.conf (not really expected usually)
> setting branch as debian/master , which does not exists and default
> being master.

I push gbp.conf and set debian/master as default branch to be the
repository according to the DPMT policy recommendation [1] and DEP-14 [2]

[0]
https://salsa.debian.org/python-team/modules/python-ftputil/-/commit/a52fad2009b720882fed9bbed366b5e70e9154ae
[1]
https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst#branch-names
[2] https://dep-team.pages.debian.net/deps/dep14/

Cheers!

-- 
Emmanuel Arias
@eamanu
yaerobi.com


0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#885267: coccinelle: Depends on unmaintained pygtk

2020-02-04 Thread eamanu
Source: coccinelle
Version: 1.0.4.deb-3

Hi everybody,

This issue was forward to upstream [1].

The dependency will be remove from coccinelle soon

[1] https://systeme.lip6.fr/pipermail/cocci/2020-February/006836.html

Cheers,
eamanu



Bug#950039: pyglet FTBFS with Python 3.8 as supported version

2020-01-29 Thread eamanu
Source: pyglet
Version: 1.4.1-3
Severity: serious
Tags: ftbfs

Hi!

According to upstream [1]. This bugs was introduce in the latest Python
version [2]
In pyglet b1.4.9 this bugs is fixed.

[1] https://github.com/pyglet/pyglet/issues/137#issuecomment-579527965
[2] https://github.com/pyglet/pyglet/issues/112

Cheers,
eamanu