Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15388
| Path | csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | Alexandre Detiste <alexandre.detiste@gmail.com> |
| Newsgroups | linux.debian.maint.python, linux.debian.bugs.dist |
| Subject | Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 |
| Date | Thu, 04 Jan 2024 00:40:01 +0100 |
| Message-ID | <HSj05-BAO-1@gated-at.bofh.it> (permalink) |
| References | <HJQHD-cRHO-1@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Wed Jan 3 23:30:53 2024 |
| Old-Return-Path | <alexandre.detiste@gmail.com> |
| X-Amavis-Spam-Status | No, score=-7.209 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -5.5 |
| X-Gm-Message-State | AOJu0YzWiTFM4cp7plODFOqflX2EMObGwuC3F+6YsVgEfmk6qmPlwS/f EYKgpIKCTwpeFZFYqwG0OaPXXVaPjCqZf1oLLJY= |
| X-Google-SMTP-Source | AGHT+IFiz4Rfk9MnBxAXCFMbMKUESyB2W3z3RW0wlzSFfXjF6jarXB2OCxNRIhwcaU1TOqlJRCdoYwFjSV4O8nLI2oE= |
| X-Received | by 2002:a5b:a42:0:b0:dbe:a335:1dad with SMTP id z2-20020a5b0a42000000b00dbea3351dadmr1116882ybq.57.1704324632990; Wed, 03 Jan 2024 15:30:32 -0800 (PST) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/21336 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/CADsTwjLYoNpOis+YD3CjmgyTuXr5mvWBuNB1e+43PUSsxZtEdA@mail.gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 45 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Debian Python <debian-python@lists.debian.org>, 1058794@bugs.debian.org |
| X-Original-Date | Thu, 4 Jan 2024 00:30:21 +0100 |
| X-Original-Message-ID | <CADsTwjLYoNpOis+YD3CjmgyTuXr5mvWBuNB1e+43PUSsxZtEdA@mail.gmail.com> |
| X-Original-References | <ZXct-b0kBROX_RDr@an3as.eu> |
| Xref | csiph.com linux.debian.maint.python:15388 linux.debian.bugs.dist:1180986 |
Cross-posted to 2 groups.
Show key headers only | View raw
Le lun. 11 déc. 2023 à 16:43, Andreas Tille <andreas@an3as.eu> a écrit :
> Control: tags -1 help
>
> [Bug #1056419 in CC since the issue seems to be caused by python-future]
>
> Hi Vincent,
>
> I tried to upgrade python-future to the latest upstream version in the
> hope that this would solve the issue reported in bug #1042244.
> Unfortunately this is not the case and now with Python3.12 we also
> have to deal with the removal of imp (which affects bug #1056419).
>
> I'd like to ask for help on debian-python list since I'm pretty
> overworked with other stuff. Please also review my rude patch[1] to
> hack around a shinx issue. It would be great to have some better
> solution here.
The better solution is to remove python3-future altogether.
I've set up a tracker with remaining packages:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=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 $ cat debian/patches/no-future.patch
From: Alexandre Detiste <tchet@debian.org>
--- a/setup.py
+++ b/setup.py
@@ -53,5 +53,5 @@
},
include_package_data=True,
package_data={'textfsm': ['../testdata/*']},
- install_requires=['six', 'future'],
+ install_requires=['six'],
)
Back to linux.debian.maint.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-01-04 00:40 +0100
Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 Andreas Tille <andreas@fam-tille.de> - 2024-01-04 08:10 +0100
Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-01-04 13:30 +0100
Re: [Debian-pan-maintainers] [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2024-01-04 15:50 +0100
Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 "Ana C. Custura" <ana@netstat.org.uk> - 2024-01-04 16:10 +0100
Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 Éric <merwok@netwok.org> - 2024-01-05 18:00 +0100
csiph-web