Bug#1060877: dateparser: 5 timezone related test failures while building

2024-01-15 Thread Alexandre Detiste
Source: dateparser Severity: normal Salsa CI will likely fail too: https://salsa.debian.org/python-team/packages/dateparser/-/pipelines/626417 Local build: === FAILURES === _ TestLocalTZOffset.test_timezone_offset_cal

Bug#1019925: backblaze-b2: new upstream 3.5.0 available

2024-01-15 Thread Alexandre Detiste
phx-class-registry is now packaged but rst2ansi is not https://github.com/Snaipe/python-rst2ansi

Bug#1060842: ITP: trillian -- A transparent, highly scalable and cryptographically verifiable data store

2024-01-15 Thread Alexandre Detiste
People using the non-free trillian.deb (the chat client) will have a nasty surprise https://forums.debian.net/viewtopic.php?t=146679 Le lun. 15 janv. 2024 à 15:03, Simon Josefsson a écrit : > > Package: wnpp > Severity: wishlist > Owner: Simon Josefsson > > * Package name: trillian

Bug#1060686: python-httpretty: please remove extraneous dependency on python3-six

2024-01-12 Thread Alexandre Detiste
Source: python-httpretty Severity: normal please remove extraneous dependency on python3-six -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386

Bug#1058995: version 0.9.0

2024-01-12 Thread Alexandre Detiste
Please package version 0.9.0 that fix the RC bug & help forward python3-future removal. Greetings

Bug#1058997: flask-autoindex is incompatible with Py3.12

2024-01-12 Thread Alexandre Detiste
control: -1 tag +patch Please apply this patch and remove "python3-future ," from debian/control. Greetings remove-future Description: Binary data

Bug#1056423: [Help] Started to replace future but failed

2024-01-12 Thread Alexandre Detiste
Ok I'll pick it up this evening ! -class ExtensionNode(with_metaclass(ExtensionNodeMetaclass, object)): +class ExtensionNode(metaclass=ExtensionNodeMetaclass, object_=True): Just simply +class ExtensionNode(metaclass=ExtensionNodeMetaclass): , but I can't test here: Greetings Le ven. 12 janv. 2

Bug#1014519: RFA: python-canmatrix -- Handle CAN (Controller Area Network) database formats

2024-01-12 Thread Alexandre Detiste
I'm interested. At work I usually process CAN messages stuffed into UDP by this transceiver: http://www.digigroup.com/flyers/FMS2IP%20ENG%2020130916.pdf but I'm interested to do more work on the field with the PEAK-CAN

Bug#1060421: python3-botocore: botocore as a (useless) undeclared dependency on python3-six

2024-01-11 Thread Alexandre Detiste
s? Le jeu. 11 janv. 2024 à 21:04, Alexandre Detiste a écrit : > > CodeSearch tell us it's used twice elsewhere ... two other packages to check > first > > https://codesearch.debian.net/search?q=+botocore.compat&literal=1&perpkg=1 > > > awscli_2.14.6-1/tes

Bug#1060641: python-pecan: please remove extraneous stale python3-unittest2 build-dep

2024-01-11 Thread Alexandre Detiste
Source: python-pecan Severity: normal python3-unittest2 is an obsolete library that is being removed from Debian, remove remove this stale declaration: tchet@brix /tmp/python-pecan $ grep unittest2 -r debian/control: python3-unittest2, --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@

Bug#1060637: python-pymysql: please port package from unittest2 to mock.unittest

2024-01-11 Thread Alexandre Detiste
Source: python-pymysql Severity: normal Please port this package away from Unittest2 which is deprecated. diff --git a/debian/control b/debian/control index a517b8b..0483ea5 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Build-Depends: python3-sphinx, Build-Depends-Indep:

Bug#1060634: sahara-dashboard: please remove state python3-unittest2 build dep

2024-01-11 Thread Alexandre Detiste
Source: sahara-dashboard Severity: normal python3-unittest2 is being removed from Debian diff --git a/debian/control b/debian/control index f33bbeb..db79416 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,6 @@ Build-Depends-Indep: python3-testscenarios, python3-testtools, pyt

Bug#1060632: senlin-dashboard: please remove extraneous python3-unittest2 build-dep

2024-01-11 Thread Alexandre Detiste
Source: senlin-dashboard Severity: normal python3-unittest2 is being removed from Debian, please remove the stale reference in d/control. diff --git a/debian/control b/debian/control index 4795571..8679038 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,6 @@ Build-Depends-Indep:

Bug#1060629: trove-dashboard: please remove extraneous python3-unittest2 build-dep

2024-01-11 Thread Alexandre Detiste
Source: trove-dashboard Severity: normal python3-unittest2 is being removed It is not referenced by this project, please remove it from debian/control. --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@ Build-Depends-Indep: python3-testscenarios, python3-testtools, python3-trovecl

Bug#1060421: python3-botocore: botocore as a (useless) undeclared dependency on python3-six

2024-01-11 Thread Alexandre Detiste
CodeSearch tell us it's used twice elsewhere ... two other packages to check first https://codesearch.debian.net/search?q=+botocore.compat&literal=1&perpkg=1 awscli_2.14.6-1/tests/functional/s3/test_presign_command.py ---> I ll check out 2.15.8 python-s3transfer_0.7.0-1/s3transfer/compat.py

Bug#1060447: Acknowledgement (autopgktest: please remove python3-mock hybridation)

2024-01-11 Thread Alexandre Detiste
control: reassign -1 autopkgtest

Bug#1060447: autopgktest: please remove python3-mock hybridation

2024-01-11 Thread Alexandre Detiste
Source: src:autopkgtest Dear Maintainer, autopkgtest is still hybrided for old "mock" (python3-mock) that should be removed someday. I guess we don't want to backport to 10 year old os anymore Greetings --- autopkgtest (3.2) unstable; urgency=medium ... * Rewrite build depends to n

Bug#1058290: Kafka vs Six

2024-01-11 Thread Alexandre Detiste
This one line is a no-op under Python3 and can be removed > from kafka.vendor.six.moves import range I ll have a more torough look at home and use CodeSearch to locate vendored copies of six.py Greetings

Bug#1060421: python3-botocore: botocore as a (useless) undeclared dependency on python3-six

2024-01-10 Thread Alexandre Detiste
Package: python3-botocore Version: 1.31.49+repack-1 Severity: important X-Debbugs-Cc: debian-pyt...@lists.debian.org python3-core is importing python3-six for absolutely no reason this package only work by luck for now because the library got pulled-in by something else (most likely python3-urlli

Bug#1060384: RM: maybe this package should be removed

2024-01-10 Thread Alexandre Detiste
Source: python-azure-devtools Severity: normal X-Debbugs-Cc: Luca Boccassi Hi Luca, Can you check if azure-devops-cli-extension still needs python-azure-devtools ? It is the only reverse dependency. https://github.com/Azure/azure-python-devtools > This repository has been archived by the owne

Bug#1060114: please push old commits on Salsa

2024-01-10 Thread Alexandre Detiste
please push old commits on Salsa

Bug#1060365: RM: python-unicodecsv -- ROM; obsolete py2+3 compatibility shim, no user left

2024-01-09 Thread Alexandre Detiste
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: python-unicode...@packages.debian.org Control: affects -1 + src:python-unicodecsv Dear FTP Masters, python-unicodecsv was once the best thing to read CSV files under Python2, but the P

Bug#1060360: ares: source includes unknown .rom binary blob files

2024-01-09 Thread Alexandre Detiste
Package: ares Version: 132-1 Severity: important We must ask upstream what these files are: ./ares/System/Game Boy/boot.dmg-0.rom ./ares/System/Game Boy/boot.dmg-1.rom ./ares/System/Game Boy/boot.mgb.rom ./ares/System/Game Boy Color/boot.cgb-0.rom ./ares/System/Game Boy Color/boot.cgb-1.rom ./are

Bug#1060291: ITP: python-nh3 -- Python bindings to the ammonia HTML sanitization library.

2024-01-08 Thread Alexandre Detiste
Package: wnpp Severity: wishlist Owner: Alexandre Detiste X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: python-nh3 Version : 0.2.15 Upstream Contact: * URL : https://github.com/messense/nh3 * License : MIT Programming Lang: Pytthon

Bug#1039011: python3-breezy: does not needs python3-six anymore

2024-01-07 Thread Alexandre Detiste
After the nmu, python3-six is back. I don't know anything about Bazaar ... I don't know what happened. Greetings

Bug#1060207: ncbi-acc-download: please remove extraneous dependency on python3-mock

2024-01-07 Thread Alexandre Detiste
T) Kernel taint flags: TAINT_USER Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) >From a9e98b0af541b52a4a938a84c750c372304f0819 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste

Bug#1060026: yade: please move away from python3-future

2024-01-06 Thread Alexandre Detiste
please push upstream branch on Salsa

Bug#1060154: turing: does not start at all

2024-01-06 Thread Alexandre Detiste
Package: turing Version: 0.11~beta-4 Severity: grave Justification: renders package unusable X-Debbugs-Cc: Andreas Tille Turing does not starts at all. $ turing NoneType: None Traceback (most recent call last): File "/usr/share/turing/src/main.py", line 101, in from forms import mainwind

Bug#1060153: /usr/bin/pbr: please package v6.0.0

2024-01-06 Thread Alexandre Detiste
Package: python3-pbr Version: 5.11.1-5 Severity: normal Please package v6.0.0 and strip-out trival usage of six. I can provide a real .patch on request. Greetings (please don't me use Launchpad) $ grep six -r - test-requirements.txt:six>=1.12.0 # MIT - pbr/tests/test_util.py:import six - pbr/t

Bug#1060119: python-vulndb: please patch-out dependency on python3-future

2024-01-05 Thread Alexandre Detiste
Source: python-vulndb Severity: important python3-future is RC buggy and won't be ported to Python3.12 please patch-out it's usage in setup.py & vulndb/tests/test_load_all_json.py Greetings, Alexandre diff --git a/debian/control b/debian/control index 30afc26..dfc385a 100644 --- a/debian/con

Bug#1060118: pyicloud: please remove obsolete dependency on python3-future

2024-01-05 Thread Alexandre Detiste
Source: pyicloud Severity: important The library python3-future is not compatible with Python3.12 and will soon be removed from the archive. Please remove the one stale ref. in debian/control. Greetings, $ grep -e past -e future -r -> debian/control: , python3-future debian/changelog:

Bug#1060116: wfuzz: please remove python3-future build-dependency

2024-01-05 Thread Alexandre Detiste
Source: wfuzz Severity: important This library is obsolete, RC buggy & is being removed now from Debian. Upstream has removed it's usage a long time ago. https://github.com/xmendez/wfuzz/commit/f6ae03858228ea314003120d2eb41c70bf5bf98f diff --git a/debian/control b/debian/control index 396b9bc

Bug#1060114: python-txaio: please remove extraneous dependency on python3-six

2024-01-05 Thread Alexandre Detiste
Source: python-txaio Severity: normal Forwarded: https://github.com/crossbario/txaio/pull/186 six is an obsolete Python2+3 compatibility layer that was used by this project ... before. Please apply the patch in attachmnent Another up PR has been sent upstream to clean up requirements.txt Gre

Bug#1060095: python-sure: please remove python3-usage using provided patch

2024-01-05 Thread Alexandre Detiste
Source: python-sure Severity: normal mock is now part of the standard library under the name unittest.mock -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental') Architecture: amd64 (x86_64) Foreign Archite

Bug#1060094: python-thinc: remove usage of python3-mock

2024-01-05 Thread Alexandre Detiste
Source: python-thinc Severity: normal Please apply this patch to remove usage of old python3-mock and use unittest.mock from the standard library instead. Greetings -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450, 'unstable'), (400,

Bug#1060092: python-datacache: remove usage of old python3-mock

2024-01-05 Thread Alexandre Detiste
Source: python-datacache Severity: normal Dear Maintainers, Please apply this patch to remove usage of old python3-mock. Instead we can use the new 'mock' from the standard library. Greetings, -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing

Bug#1060088: python-telegram-bot: please remove extraneous build-dep on python3-future

2024-01-05 Thread Alexandre Detiste
Source: python-telegram-bot Version: 20.7-1 Severity: important Hi, python3-future is being removed soon from archive please remove it from "Build-Depends:", the package doesn't need this library. Greetings -- System Information: Debian Release: trixie/sid APT prefers testing APT policy:

Bug#1060073: RM: fheroes2-pkg -- ROM; obsolete downloader in contrib, replaced by fheroes2 in main

2024-01-05 Thread Alexandre Detiste
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: fheroes2-...@packages.debian.org, Dmitry Smirnov , Anatoliy Gunya , b...@debian.org Control: affects -1 + src:fheroes2-pkg Dear FTP Masters, "fheroes2" has just been accepted. Thanks

Bug#1060026: yade: please move away from python3-future

2024-01-04 Thread Alexandre Detiste
Source: yade Severity: important Dear Maintainers, python3-future is RC buggy and being removed from the archive. please remove it's usage from you package Greetings, -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450, 'unstable'), (40

Bug#1060025: cfgrib: please remove extraneous build-dep on python3-future

2024-01-04 Thread Alexandre Detiste
Source: cfgrib Version: 0.9.10.4-2 Severity: important python3-future is RC buggy and being removed from the archive. Please remove the stale references from your packaging. debian/control: python3-future, Greetings, -- System Information: Debian Release: trixie/sid APT prefers testing A

Bug#1060009: RM: exam -- ROM; RC buggy, dead upstream, low popcon, better alternatives

2024-01-04 Thread Alexandre Detiste
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: e...@packages.debian.org, Gilles Dubuc Control: affects -1 + src:exam Dear FTP Masters behind the curtain. I stumbled on this package when reviewing the tasks needed for python3-mock

Bug#1059992: python-schema-salad: please upload current package or push 'upstream' branch on Salsa

2024-01-04 Thread Alexandre Detiste
Source: python-schema-salad Severity: normal X-Debbugs-Cc: Julien Puydt , Michael R. Crusoe Dear Maintainer, I see that this package is deadlocking mistune migration. https://tracker.debian.org/pkg/mistune I think a simple upload would be enough to solve the deadlock Salsa CI fails becaus

Bug#1058794: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-01-04 Thread Alexandre Detiste
Le jeu. 4 janv. 2024 à 07:48, Andreas Tille a écrit : > > @Vincent: this one package "gtextfsm" is yours > > do you green light an upload ? > > If you ask me the package is team maintained and a "Team upload" > should be fine. Hi, I just try to follow the rules I agreed on last month. https://sa

Bug#1059956: qgis: remove usage of old python3-mock

2024-01-03 Thread Alexandre Detiste
Package: qgis Version: 3.28.14+dfsg-1 Severity: normal Dear Maintainer, Upstream is still using the old (python3-)mock in a single place: > python/testing/mocked.py:import mock It as switched elsewhere to unittest.mock (stdlib). python3-mock is unmaintained and will be removed some day. The

Bug#1059955: python-bioblend: please remove dependency on deprecated python3-boto

2024-01-03 Thread Alexandre Detiste
Source: python-bioblend Severity: important Dear Maintainer, The obsolete python3-boto library is being removed from the archive. Please remove the extraneous, stale, reference in debian/control. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058652 CHANGELOG.md- CHANGELOG.md-* Added depen

Bug#1059951: rows: please move away from obsolete, unmaintained, python3-unicodecsv

2024-01-03 Thread Alexandre Detiste
Source: rows Severity: normal Forwarded: https://github.com/turicas/rows/pull/367 Dear Maintainer, "python3-unicodecsv" is a remnant of the python2+3 dual suppor codebasese. It depends on another package being itself removed too: "python3-unittest2" Both are now builtin in the Python3 standard

Bug#1059949: biomaj3-core: please remove old extraneous python3-future build-dep

2024-01-03 Thread Alexandre Detiste
Source: biomaj3-core Severity: normal python3-future is RC buggy and being removed from the archive, please remove it's reference from debian/control. Greetings,

Bug#1059948: python-biom-format: please remove stale extraneous build-dep on python3-future

2024-01-03 Thread Alexandre Detiste
Source: python-biom-format Severity: normal python3-future is an obsolete library that is now RC buggy with python 3.12 please remove it from debian/control Greetings -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450, 'unstable'), (400

Bug#1059947: cnvkit: please remove extraneous build-dep on python3-future

2024-01-03 Thread Alexandre Detiste
Source: cnvkit Severity: normal python3-future is an obsolete, RC-buggy, library that is being removed from the archive. Greetings

Bug#1059946: plip: please remove extraneous build-dep on python3-future

2024-01-03 Thread Alexandre Detiste
Source: plip Severity: normal python3-future is RC buggy and being removed from the archive.

Bug#1059945: toil: please remove extraneous build-dep on python3-future

2024-01-03 Thread Alexandre Detiste
Source: toil Severity: normal python3-future is RC buggy and being removed from the archive. It is still in debian/control but not needed anymore by upstream. Please remove this stale reference. Greetings, -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (

Bug#1059944: dioptas: please remove usage of deprecated & RB buggy python3-future

2024-01-03 Thread Alexandre Detiste
Source: dioptas Version: 0.5.2-4 Severity: normal python3-future was a compatibility layer that enabled to have both python2 & 3 compatibility with the same codebase. It is not compatible with Python3.12 and is being removed from the archive. Your package use it only on a single line that could

Bug#1058794: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-01-03 Thread Alexandre Detiste
g=1059934 (list is not complete) There might be some nmu needed too if maintainers don't react. @Vincent: this one package "gtextfsm" is yours do you green light an upload ? Greetings, https://salsa.debian.org/python-team/packages/gtextfsm/-/pipelines/621238 gtextfsm $

Bug#1059934: python-future: RM python3-future / tracker

2024-01-03 Thread Alexandre Detiste
Source: python-future Severity: normal python3-future is not comptible with Python 3.12 This bug is tracker to help fix package that still depends on python3-future. (mostly obsolete info in setup.py or debian/control)

Bug#1059933: python-mock: RM python3-mock / tracker

2024-01-03 Thread Alexandre Detiste
Source: python-mock Severity: normal Upstreams should have already migrated to STDLIB unittest.mock a long time ago... this is only a old leftover from Python2 era. This is a tracker to identify stragglers. At the end of the way this RM will be forwarded to ftp-masters. Greetings,

Bug#1059890: lepton-eda: weird short description: "metapackage" ?

2024-01-02 Thread Alexandre Detiste
Package: lepton-eda Severity: minor This does not looks like a metapackage. Maybe this is an holdover from ancient times. Greetings, Alexandre

Bug#1058987: turing: please remove extraneous dependency on python3-future

2024-01-02 Thread Alexandre Detiste
S'il vous plaît.

Bug#1059889: dfvfs: please package new version 20231208

2024-01-02 Thread Alexandre Detiste
Source: dfvfs Version: 20201219-1 Severity: normal A new version has been published recentyl online. https://github.com/log2timeline/dfvfs Just a little reminder in the absence of working d/watch. (I'm interrested on updating "plaso" that depends on dfvfs). Greetings -- System Information:

Bug#1059887: RM: chaussette -- RoQA; RC buggy, dead upstream, low popcon, Maintainer MIA

2024-01-02 Thread Alexandre Detiste
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: chausse...@packages.debian.org, David Douard Control: affects -1 + src:chaussette Dear Maitainer, FTP-Masters, I was thinking of preparing a NMU to help python3-unittest2 removal, bu

Bug#1059449: game-data-packager: Fate of Atlantis fails to start without "scumm:" prefix

2023-12-27 Thread Alexandre Detiste
Hi, I have briefly discussed the situation of the Scummvm plugin with Simon last month in Cambridge. We agreed that there is too much intelligence in the generated, "unfixable" (unless someone takes the time to repack the game), generated .deb's; and that some or most of this intelligence should

Bug#1059210: qmake6

2023-12-21 Thread Alexandre Detiste
Hi Helmut. Xaos started this Qt6/QMake6 discussion and turned out to be a good testbed for checking debhelper versus Qt6 compatibility. A someone pointed out (sorry cannot find his name browsing on the phone), the generic first thing to try would be to try CMake instead. But I don't want to depr

Bug#1038476: lincity-ng SDL2

2023-12-20 Thread Alexandre Detiste
Today's 2.9.0 release completes the port to SDL2. Happy gaming

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

2023-12-20 Thread Alexandre Detiste
Source: chirp Severity: important both upstream & debian packaging declare an old stale extraneousdepency on python3-future. This lib is RC buggy and being removed. Please remove these references. $ grep future -r test-requirements.txt:future setup.py: 'future', requirements.txt:futur

Bug#1059109: plaso: please remove extraneous dependency on python3-future

2023-12-20 Thread Alexandre Detiste
Source: plaso Version: 20201007-2 Severity: important python3-future is RC buggy and being removed. please remove the 2 extraneous dependencies declared in debian/control. Greetings -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450, 'u

Bug#1056423: FTBFS with Python 3.12 because of python3-future

2023-12-20 Thread Alexandre Detiste
The actual culprit is python3-future which won't be fixed. Please patch-out it's usage or see if it's already done upstream. Greetings $ grep future -r | grep -v __future__ setup.py: install_requires = ['numpy', 'future'], mdp/utils/templet.py:from future.utils import with_metaclass md

Bug#1042244: RM: python3-future

2023-12-20 Thread Alexandre Detiste
control: tag -1 +wontfix control: tag -2 +wontfix Patches have been provided to all reverse dependencies. Please don't loose time trying to fix this _huge_ one; fix the reverse dependencies instead. (it's more tedious, but still easier) Greetings

Bug#1059108: gnocchi: please remove extraneous dependency on python3-future

2023-12-20 Thread Alexandre Detiste
Source: gnocchi Severity: important python3-future is RC buggy and being removed from the archive please remove the hardcoded dependencies in debian/control to help untangle this removal. Greetings, tchet@brix /tmp/gnocchi $ grep future -r | grep -v __future__ setup.cfg:futures; python_ve

Bug#1059107: python-pysaml2: please remove extraneous dependency on python3-future

2023-12-20 Thread Alexandre Detiste
Source: python-pysaml2 Version: 7.2.1-2 Severity: important Dear Maintainer, python3-future is now buggy with Python3.12 and will be removed from the archive soon. Please remove this extraneous dependency from your package. This can either be done now on top of 7.2.1 or later on top of 7.4.2.

Bug#1058199: patch for FTBS with Python3.12

2023-12-20 Thread Alexandre Detiste
control: tag -1 +patch Hi, Here's a patch. Greetings From a2dfc8434492368b4e299411c97f0f2aecab8e80 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Wed, 20 Dec 2023 10:54:16 +0100 Subject: [PATCH] fix FTBFS with Py3.12 --- debian/control

Bug#1059102: python-pattern: please remove extraneous dependency on python3-future

2023-12-20 Thread Alexandre Detiste
Source: python-pattern Severity: important python3-future is RC buggy with Python3.12 and being removed from the archive. Hopefully it's not required at all anymore by your package. Please consider this patch to remove it. Greetings, Alexandre diff --git a/debian/control b/debian/control ind

Bug#1059099: python-arabic-reshaper: please remove extraneous dependency on python3-future

2023-12-20 Thread Alexandre Detiste
Source: python-arabic-reshaper Severity: important Dear Maintainer, Your package has an extraneous dependency on python3-future. This package is RC buggy and will be removed from Debian soon. Here's a patch to solve this. Please forward it upstream. Most of the time people mixed up 'from __fu

Bug#1059098: python-ulmo: please remove dependency on python3-future, this module is incompatible with Py3.12

2023-12-20 Thread Alexandre Detiste
SER Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) >From ee30a679fec81221352445e1e09f0a7e4947c955 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Wed, 20 Dec 2023 10:27:

Bug#1058406: python-lzstring: FTBFS: ModuleNotFoundError: No module named 'imp'

2023-12-19 Thread Alexandre Detiste
Here is the patch. It's just about hacking out the referencesto python3-future. Greetings python-lzstring $ git diff diff --git a/debian/control b/debian/control index 727100d..1d1d4aa 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper-compat (= 13),

Bug#1057867: python-matrix-nio: New version 0.23 available

2023-12-19 Thread Alexandre Detiste
control: severity -1 important Dear Maintainer, python3-future is RC buggy and will likely be removed soon from the archive. Updating to at least 0.22 solves this issue. Please also remove " python3-future ," form debian/control. Greetings, ## [0.22.0] - 2023-10-6 ### Miscellaneous Tasks -

Bug#1058997: flask-autoindex is incompatible with Py3.12

2023-12-18 Thread Alexandre Detiste
Source: flask-autoindex Version: 0.6.6-3 Severity: important Forwarded: https://github.com/general03/flask-autoindex/issues/71 Dear Maintainer, by using python3-future, your project is not compatible with Python3.12. This issue is already tracked upstream at: https://github.com/general03/flask-

Bug#1058995: pyhamtools: please remove usage of python3-future

2023-12-18 Thread Alexandre Detiste
Source: pyhamtools Severity: normal Dear Maintainer, python3-future is buggy with Python 3.12 and is being removed from Debian. Upstream website states they want to drop Py2.7 support "in 2023". I've created an issue to activate this plan. https://github.com/dh1tw/pyhamtools/issues/26 Even if

Bug#1058988: grapefruit: please remove extraneous dependency on python3-future

2023-12-18 Thread Alexandre Detiste
Source: grapefruit Severity: normal python3-future is an old Python2 -> 3 translation layer. It does not build with Python 3.12 90% of the packages dependy on it are like this one: one just need to remove one or two lines from d/control; (or maybe also patch setup.py). So that's what I ask you

Bug#1058987: turing: please remove extraneous dependency on python3-future

2023-12-18 Thread Alexandre Detiste
Source: turing Severity: normal Dear Maintainter, Please remove "python3-future" from debian/control; your package will cope just fine. python3-future is an old python2>3 transaltion layer that is now being removed from Debian. >try: >from future.builtins import str, super >except: >#

Bug#1058986: scikit-rf: please package 0.30.0 and provide a d/watch file

2023-12-18 Thread Alexandre Detiste
Source: scikit-rf Version: 0.15.4-2.1 Severity: normal Hi, v0.15 requires python3-future which is now being removed from the archive, please package v0.30.0 https://github.com/scikit-rf/scikit-rf/releases/tag/v0.30.0 Greetings, Alexandre

Bug#1058985: radon: please remove extraneous dependency on python3-future

2023-12-18 Thread Alexandre Detiste
Source: radon Version: 5.1.0-2 Severity: normal Dear Maintainer, The library python3-future is buggy/unmaintained and is being removed from Debian. Luckily your project don't really need it: It seems packaging v6 is enough to solve this: https://github.com/rubik/radon/pull/234 Greetings Alexa

Bug#1053138: unittest2: RM unittest2

2023-12-18 Thread Alexandre Detiste
I've filled 20-something bugs to task to remove extraneous Build-Dependency. Follow up next year :-)

Bug#1058984: blockdiag: please remove old extraneous dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: blockdiag Severity: normal Dear Maintainer, python3-unittest2 is being removed from the archive. It was a port of Python3's "unittest" to Python2. Your package hasn't required it for a long time. Please remove it from debian/control. Greetings

Bug#1058983: flake8-noqa: please remove old extraneous dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: flake8-noqa Severity: normal Dear Maintainer, python3-unittest2 is being removed from the archive. It was a backport of Python3's "unittest" to Python2. Upstream is already using the real 'unittest'. Greetings, flake8-noqa $ grep unittest -r test.py:import unittest test.py:class

Bug#1058982: gitinspector: please port this package to stdlib:unittest

2023-12-18 Thread Alexandre Detiste
Source: gitinspector Severity: normal Dear Maintainer, I see that the whole Python3 port is carried as a patch "port-to-python3.patch". Could this patch be reworked to use plain 'unittest' from the standard library instead of old fork 'python3-unittest2' ? The goal is to remove python3-unittest

Bug#1058981: h5py: please remove old extraneous dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: h5py Severity: normal Dear Maintainer, python3-unittest2 is obsolete: it was an old backport of Python3's "unittest" to Python2. Upstream does not use at all it anymore. Please remove it from "debian/control" & "debian/tests/control", so this library can be removed from Debian. Greetin

Bug#1058980: nwdiag: please remove extraneous dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: nwdiag Version: 2.0.0+dfsg-1.1 Severity: normal Dear Maintainer, python3-unittest2 is being removed from Debian. It was a backport of Python3 "unittest" to Python2 It may have been used by Upstream project ... before. It can now safely be removed from debian/control. Greetings $ gre

Bug#1058979: pyclipper: please remove extraneous dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: pyclipper Severity: normal Dear Maintainer, python3-unittest2 is being removed from Debian it was a backport of "unittest" to Python2. Upstream source will handle this just fine, one only need to tweak debian/control. Upstream (old but ok): >try: > from unittest2 import TestCase, main

Bug#1058978: python-ciso8601: please remove old dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: python-ciso8601 Severity: normal Dear Maintainer, python3-unittest2 was a port of Python3 "unittest" to Python2. It has now no purpose and it's being removed from Debian. Please remove it from debian/control. Upstream has moved away a long time ago. Greetings

Bug#1058977: python-googleapi: please package 2.111.0 and remove outdated dependencies

2023-12-18 Thread Alexandre Detiste
Source: python-googleapi Version: 1.7.12-1 Severity: normal Dear Maintainer, The libraries python3-six & python3-unittest2 once helped to maintain Python2+3 billingual codebases but are now EOL. Can you please consider consider the new 2.x release and see if these can be removed from debian/con

Bug#1058976: python-jedi: please remove old stale dependency python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: python-jedi Severity: important Dear Maintainer, python3-unittest2 was a backport of Python3 "unittest" to Python2. Upstream now uses the real thing. Please drop the old stale dependency from your package: $ grep unittest2 -r debian/control: python3-unittest2, Greetings

Bug#1058975: python-unicodecsv: the Python2>3 migration is mostly over and this package should be removed from Trixie

2023-12-18 Thread Alexandre Detiste
Source: python-unicodecsv Version: 0.14.1-7 Severity: normal Dear Maintainers, First thanks I use this package a lot on my Wheezy ... computers at work. It is now almost not needed anymore on Debian, but it's only of removal of other outdated package "python3-unittest2". More generaly users

Bug#1058974: python-pyftpdlib: please package 1.5.9 and see what remains of python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: python-pyftpdlib Version: 1.5.7-3 Severity: important Dear Maintainer, python3-unittest2 is/was a backport of Python3 standard library "unittest" to Python2. There are still some 'crumbs' of it floating in the repository, but nothing unpatchable. Hopefully Upstream would have cleaned u

Bug#1058973: python-rsa: please remove old stale dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: python-rsa Severity: normal Dear Maintainer, python3-unittest2 is an old backport of Python3 code to Python2. It is being removed from Debian. Please remove it from you debian/control. Upstream has already moved away: $ grep debian/control: , python3-unittest2 CHANGELOG.md:- Removed

Bug#1058972: recon-ng: please move away from old, unmaintained python3-unicodecsv

2023-12-18 Thread Alexandre Detiste
Source: recon-ng Severity: normal Hi, "unicodecsv" is a remnant of the Python2 era. It should eventualy be removed from Debian. It is also holding off the removal of other old module "unittest2". Please consider this patch: diff --git a/debian/control b/debian/control index e3fccf0..c87f5f1

Bug#1058971: python-yarg: please remove extraneous old Build-Dep on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: python-yarg Severity: normal Dear Maintainer, "unittest2" was a backport of Python 3's "unittest" to Python2. It was usefull a long time ago. Now upstream is using the real thing from the standard library. Please remove it from d/control. Greetings, (PS: please also check python3-mo

Bug#1058970: pgxnclient: please remove extraneous stale dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: pgxnclient Severity: normal Dear Maintainer, python3-unittest2 was a backport of Python3's "unittest" module to Python2. Upstream is now using the real "unittest". Please remove the reference from debian/control. Greetings

Bug#1058969: xrayutilities: please drop extraneous build dependency on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: xrayutilities Severity: normal python3-unittest2 was a backport to Python2 of the standard "unittest" Python3. Please remove if from the Build-Depedencies of your package so it can late be removed from the archive. Greetings

Bug#1058968: python-graphviz: please remove obsolete extraneous Build-Dep on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: python-graphviz Severity: normal Dear Maintainer, python3-unittest2 was a backport of Python3's "unittest" to Python2. Upstream has switched to use the real thing. Can you please remove the references in: d/control d/test/control Greetings

Bug#1058967: python-biopython: please remove extraneous Build-Dep on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: python-biopython Severity: normal Dear Maintainer, python3-unittest2 was a backport of Python3's standard "unittest" to Python2. Upstream is now using the real thing. Please remove the override from debian/control. Greetings,

Bug#1058966: pynwb: please remove old extraneous build dep on python3-unittest2

2023-12-18 Thread Alexandre Detiste
Source: pynwb Version: 1.2.1-2 Severity: normal Unittest2 was a backport of Python3's standard "unittest" to Python2. Upstream is now using the real thing, please remove this overide from debian/control. Greetings,

<    1   2   3   4   5   6   7   8   9   10   >