Bug#1072133: metakernel: FTBFS: dh_sphinxdoc: error: debian/python-metakernel-doc/usr/share/doc/python3-metakernel/html/_static/js/jquery-1.12.4.min.js is missing

2024-07-14 Thread Yogeswaran Umasankar
control: tags 1072133 + moreinfo unreproducible Hi, Cannot reproduce the error in sid anymore. Could you please give it a try. Cheers!

Bug#1074502: listparser: autopkgtest failure with Python 3.12

2024-06-29 Thread Yogeswaran Umasankar
Source: listparser Version: 0.18-3 Severity: serious Tags: sid trixie X-Debbugs-Cc: y...@debian.org User: debian-pyt...@lists.debian.org Usertags: python3.12 Dear Maintainer, listparser autopkgtests fail with Python 3.12 [0]. [0] https://ci.debian.net/packages/l/listparser/testing/arm64/ autop

Bug#1074500: pompem: autopkgtest failure with Python 3.12

2024-06-29 Thread Yogeswaran Umasankar
Package: pompem Version: 0.2.0-6 Severity: serious Tags: sid trixie X-Debbugs-Cc: y...@debian.org User: debian-pyt...@lists.debian.org Usertags: python3.12 Dear Maintainer, pompem autopkgtests fail with Python 3.12 [0]. autopkgtest [23:24:27]: test command1: [--- /usr/share/

Bug#1074499: python-pydub: autopkgtest failure with Python 3.12

2024-06-29 Thread Yogeswaran Umasankar
Source: python-pydub Version: 0.24.1-1 Severity: serious Tags: sid trixie X-Debbugs-Cc: y...@debian.org User: debian-pyt...@lists.debian.org Usertags: python3.12 Dear Maintainer, python-pydub autopkgtests fail with Python 3.12 [0]. autopkgtest [22:58:42]: test command1: [---

Bug#1074490: twython: autopkgtest failure with Python 3.12

2024-06-29 Thread Yogeswaran Umasankar
Source: twython Version: 3.8.2+dfsg-2 Severity: serious Tags: sid trixie X-Debbugs-Cc: y...@debian.org User: debian-pyt...@lists.debian.org Usertags: python3.12 Dear Maintainer, twython autopkgtests fail with Python 3.12 [0]. autopkgtest [15:06:37]: test command1: [--- /tmp/a

Bug#1068500: Installs /usr/LICENSE

2024-06-09 Thread Yogeswaran Umasankar
Hi, On Mon, Jun 10, 2024 at 01:13:14AM +0530, Nilesh Patra wrote: +execute_after_dh_auto_install: + # Remove xml file generated during tests. + find $(CURDIR)/debian/python3-xmlrunner \( -name '*.xml' \) -type f -delete Missed to comment on this. It should ideally be cleaned up pos

Bug#1068500: Installs /usr/LICENSE

2024-06-09 Thread Yogeswaran Umasankar
epends. +- Patch to fix AssertionError in autopkgtest in Py 3.12. + * d/control: Bumped Standards-Version to 4.7.0. + + -- Yogeswaran Umasankar Sun, 09 Jun 2024 14:30:00 + + python-xmlrunner (3.2.0-2) unstable; urgency=medium * Team upload diff -Nru python-xmlrunner-3.2.0/debian/control py

Bug#1068500: Installs /usr/LICENSE

2024-06-09 Thread Yogeswaran Umasankar
/rules: remove usr/LICENSE in build. (Closes: #1068500) + * Updated tests to pytest. + + -- Yogeswaran Umasankar Sun, 09 Jun 2024 03:00:00 + + python-xmlrunner (3.2.0-2) unstable; urgency=medium * Team upload diff -Nru python-xmlrunner-3.2.0/debian/rules python-xmlrunner-3.2.0/debian/rules

Bug#1072073: python3-proto-plus has an undeclared file conflict on /usr/lib/python3/dist-packages/proto/__init__.py

2024-05-29 Thread Yogeswaran Umasankar
Hi Laszlo, I am reaching out to you regarding a file conflict between the nanopb package and the python3-proto-plus package. The conflict involves the file /usr/lib/python3/dist-packages/proto/__init__.py, which is present in both packages. Module name "proto" is part of python3-proto-plus. Rena

Bug#1072073: python3-proto-plus has an undeclared file conflict on /usr/lib/python3/dist-packages/proto/__init__.py

2024-05-29 Thread Yogeswaran Umasankar
Hi, I will reachout to the nanopb maintainer. Thank you!

Bug#1072073: python3-proto-plus has an undeclared file conflict on /usr/lib/python3/dist-packages/proto/__init__.py

2024-05-29 Thread Yogeswaran Umasankar
Hi, Thank you for noticing. Looks like proto module in nanopb is very specific to nanopb. For now, I am planning to declare nanopb in Conflicts for 'python3-proto-plus' binary. Let me know if it might not be advisable. Cheers!

Bug#1067372: starlette: FTBFS: with pytest.raises(RuntimeError):

2024-04-17 Thread Yogeswaran Umasankar
Hi, The new upstream version fixed this issue. Cheers!

Bug#1058256: powerline: FTBFS: ModuleNotFoundError: No module named 'imp'

2024-02-03 Thread Yogeswaran Umasankar
Hi, I have created a patch to fix the ModuleNotFoundError no module named’ imp’. It resolves the build issue with Python 3.12. https://salsa.debian.org/python-team/packages/powerline Cheers!

Bug#1058229: liac-arff ftbfs with Python 3.12 as default

2024-02-03 Thread Yogeswaran Umasankar
Hi, I made a patch for AttributeError in tests with Python 3.12 and created MR [0] [0] https://salsa.debian.org/science-team/liac-arff/-/merge_requests/1 Cheers!

Bug#1061028: flask-restful: FTBFS: intersphinx inventory 'six/objects.inv' not fetchable due to : [Errno 2] No such file or directory: '/<>/docs/six/objects.inv

2024-02-03 Thread Yogeswaran Umasankar
Hi, I have fixed all the test failures in build other than two tests, test_media_types_method and test_media_types_q. It seems the issue is XML request handing. A detailed investigation is needed in class api mediatypes() in flask_restful/__init__.py or similar. https://salsa.debian.org/python-t

Bug#1058235: mmllib: FTBFS: AssertionError: {'title': 'Loreley', 'composer': 'Ph. Fried[721 chars]0527} != {'arranger': 'Klavier: August Linder; MML: [721 chars]': 4}

2024-01-31 Thread Yogeswaran Umasankar
Hi, I have created a patch to resolve AssertionError with Python 3.12 [0], along with the new upstream version update. [0] https://salsa.debian.org/python-team/packages/mmllib Cheers!

Bug#1058450: pexpect: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-01-29 Thread Yogeswaran Umasankar
Hi, I have updated pexpect [0] to new upstream and worked on a fix for build issue with Python 3.12. [0] https://salsa.debian.org/python-team/packages/pexpect Thank you, Yogeswaran.

Bug#1042620: New upstream version of flufl.i18n fails its test

2024-01-29 Thread Yogeswaran Umasankar
Hi, On Sat, Jan 27, 2024 at 07:01:06PM +0100, Andreas Tille wrote: Hi, I checked some random DPT packages and had a look into flufl.i18n. Unfortunately the new upstream version fails its test as you can see in Salsa CI[1]. Any help is welcome Andreas. [1] https://salsa.debian.org/python-

Bug#1054748: [Help] Re: mlpy ftbfs with Python 3.12

2024-01-21 Thread Yogeswaran Umasankar
Hi, I created a patch for ModuleNotFoundError with Python 3.12. I worked on it in a fork, and created MR [0]. I hope it fixes the issue with the build. [0] https://salsa.debian.org/science-team/mlpy/-/merge_requests/5 Cheers! Yogeswaran. signature.asc Description: PGP signature

Bug#1059110: chirp: please remove extraneous dependency on python3-future

2024-01-20 Thread Yogeswaran Umasankar
Hi, I have worked on a patch for replacing python3-future, and in the process I have updated the upstream version too. I did that in a fork, and created MR [0]. I made minor revisions in old patches to fit the new upstream. Please feel free to review and make any further adjustments necessary. [0

Bug#1058127: python-mpiplus: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

2024-01-16 Thread Yogeswaran Umasankar
Hi Andrius, On Tue, Jan 16, 2024 at 10:05:20AM +0200, Andrius Merkys wrote: Hi Yogeswaran, On 2024-01-16 03:43, Yogeswaran Umasankar wrote: I have removed the hard-coded version number from setup.py. I found that the issue was due to changes in PEP440 version naming convention in versioneer

Bug#1058127: python-mpiplus: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

2024-01-15 Thread Yogeswaran Umasankar
Hi Andrius, I have removed the hard-coded version number from setup.py. I found that the issue was due to changes in PEP440 version naming convention in versioneer. For this package no need python3-versioneer, upstream has its own versioneer.py. The work around is, once have everything in master b

Bug#1058127: python-mpiplus: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

2024-01-14 Thread Yogeswaran Umasankar
ner upload. + * New upstream 0.0.2. + * Patch for configparser and version issue. (Closes: #1058127) + * Included d/tests/pytest to avoid __file__ attribute issues. + + -- Yogeswaran Umasankar Sun, 14 Jan 2024 01:30:00 + + python-mpiplus (0.0.1-2) unstable; urgency=medium * Add autopkgtes

Bug#1058441: python-docx: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-01-13 Thread Yogeswaran Umasankar
@@ +python-docx (1.1.0+dfsg-2) UNRELEASED; urgency=medium + + * Team upload. + * Patch for dh_auto_test datetime DeprecationWarning with +Python 3.12. (Closes: #1058441) + + -- Yogeswaran Umasankar Sat, 13 Jan 2024 20:00:00 + + python-docx (1.1.0+dfsg-1) unstable; urgency=medium

Bug#1058122: python-griddataformats: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

2024-01-12 Thread Yogeswaran Umasankar
Patch for AttributeError: module 'configparser' (Closes:#1058122). + * Revised autopkgtest d/tests/* for Python 3.12. + * Bumped Standards-Version to 4.6.2. + + -- Yogeswaran Umasankar Sat, 13 Jan 2024 01:30:00 + + +python-griddataformats (1.0.1-2) UNRELEASED; urgency=medium + + *

Bug#1056474: python-ibm-cloud-sdk-core's autopkg tests fail with Python 3.12

2024-01-12 Thread Yogeswaran Umasankar
Hi, Uploaded a patch in salsa [0] to fix the autopkgtest issue with Py 3.12. Updated the package with new upstream version too. [0] https://salsa.debian.org/python-team/packages/python-ibm-cloud-sdk-core Cheers! signature.asc Description: PGP signature

Bug#1058310: python-ibm-cloud-sdk-core: FTBFS: failed tests

2024-01-12 Thread Yogeswaran Umasankar
Hi, Uploaded a patch in salsa [0] to fix the autopkgtest issue with Py 3.12. Updated the package with new upstream version too. [0] https://salsa.debian.org/python-team/packages/python-ibm-cloud-sdk-core Cheers! signature.asc Description: PGP signature

Bug#1058197: straight.plugin: FTBFS: ModuleNotFoundError: No module named 'imp'

2024-01-09 Thread Yogeswaran Umasankar
lib to fix ModuleNotFoundError +in Python 3.12. (Closes: #1058197) + * Added d/tests for autopkgtest. + * Updated Standards-Version to 4.6.2 in d/control. + + -- Yogeswaran Umasankar Tue, 09 Jan 2024 21:00:00 + + straight.plugin (1.4.1-4) unstable; urgency=medium [ Debian Janitor ]

Bug#1058106: python-ml-collections: FTBFS: ModuleNotFoundError: No module named 'imp'

2024-01-08 Thread Yogeswaran Umasankar
autopkgtest. + + -- Yogeswaran Umasankar Mon, 08 Jan 2024 20:00:00 + + python-ml-collections (0.1.1-2) unstable; urgency=medium * Team Upload. diff -Nru python-ml-collections-0.1.1/debian/control python-ml-collections-0.1.1/debian/control --- python-ml-collections-0.1.1/debian/control 2023

Bug#1058106: python-ml-collections: FTBFS: ModuleNotFoundError: No module named 'imp'

2024-01-08 Thread Yogeswaran Umasankar
to fix ModuleNotFoundError +in Python 3.12. (Closes: #1058106) + * Added python3-absl, python3-contextlib2, python3-yaml to test-deps. + + -- Yogeswaran Umasankar Mon, 08 Jan 2024 20:00:00 + + python-ml-collections (0.1.1-2) unstable; urgency=medium * Team Upload. diff -Nru python

Bug#1059657: circuits: autopkgtest failure with Python 3.12

2024-01-05 Thread Yogeswaran Umasankar
01:27:18.0 + @@ -1,3 +1,11 @@ +circuits (3.2.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer/Team upload. (Closes: #1059657) + * Included a patch for /circuits/core/utils.py to replace +deprecated imp with importlib to fix autopkgtest in Py3.12. + + -- Yogeswaran Umasankar

Bug#1056471: python-fabio: debdiff with patch from upstream recommendation

2024-01-04 Thread Yogeswaran Umasankar
@@ -1,3 +1,10 @@ +python-fabio (2023.6.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Bug fix for autopkg tests fail with Python 3.12 (Closes: #1056471). + + -- Yogeswaran Umasankar Thu, 04 Jan 2024 02:28:15 + + python-fabio (2023.6.0-3) unstable; urgency=medium * Bug

Bug#1056471: python-fabio: debdiff with patch from upstream recommendation

2024-01-03 Thread Yogeswaran Umasankar
-fabio (2023.6.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Bug fix for autopkg tests fail with Python 3.12 (Closes: #1056471). + + -- Yogeswaran Umasankar Thu, 04 Jan 2024 02:28:15 + + python-fabio (2023.6.0-3) unstable; urgency=medium * Bug fix: "undeclared fi

Bug#1058226: python-qmix: FTBFS: ImportError: Numba could not be imported.

2023-12-12 Thread Yogeswaran Umasankar
Hello, Upstream relies on the numba to calculate certain coefficients at the core of qmix. Therefore, without numba, qmix would not be able to function properly. I'll monitor the upcoming versions of numba to determine compatibility with qmix. Thank you, Yogeswaran.

Bug#1055150: a2d: apt remove a2k nukes user data (postinst)

2023-11-03 Thread Yogeswaran Umasankar
Hi, I have revised postrm not to remove user config files. I let the dpkg to take care of config files. Thank you, Yogeswaran Umasankar

Bug#1055150: a2d: Failed to analyze the VCS repository, and new upstream available

2023-11-01 Thread Yogeswaran Umasankar
Ignore my previous request to block 1055040 by 1055041, posted in wrong bug number. On Wed, Nov 01, 2023 at 10:03:21AM -0400, Yogeswaran Umasankar wrote: Hi, Could anyone help to block 1055040 by 1055041, seems thats been removed in the process. https://bugs.debian.org/cgi-bin/bugreport.cgi

Bug#1055150: a2d: Failed to analyze the VCS repository, and new upstream available

2023-11-01 Thread Yogeswaran Umasankar
Hi, Could anyone help to block 1055040 by 1055041, seems thats been removed in the process. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055041 Thank you, Yogeswaran Umasankar. On Wed, Nov 01, 2023 at 08:33:03AM +, Debian Bug Tracking System wrote: Processing control commands

Bug#1055150: a2d: apt remove a2k nukes user data (postinst)

2023-11-01 Thread Yogeswaran Umasankar
only during purge it deletes user config and user's a2d database. The user generated/modified config and user's a2d database created by flask seems to stay after removing the package, so removing them by postrm during purge helps. Thank you, Yogeswaran Umasankar.