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.

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]

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.

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

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

2024-01-14 Thread Yogeswaran Umasankar
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 autopkgtest. diff -Nru python

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
: 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 + + * Trim trailing whitespace. + * Use

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
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 ] diff -Nru

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

2024-01-08 Thread Yogeswaran Umasankar
in 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
) 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 file conflict between

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.