Re: [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://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst#id2

| Team in Uploaders is a weak statement of collaboration. Help in
maintaining the package is appreciated,
| commits to the Git repository are freely welcomed, but before
uploading, please contact the Maintainer for the green light.

There are not so many packages where "Uploader = DPT" to begin with,
so this might not well a well-known practice...

So I'm formally asking Ana & PaN for approval to upload "lexicon" and "dioptas".
(lexicon is a one line change, dioptas needs to package a new release)

@Vincent: thanks.

Greetings

-

Debian Python Team 
   dioptas (U)
   gtextfsm (U)
   lexicon (U)

Ana Custura 
   lexicon

Debian PaN Maintainers 
   dioptas



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

2024-01-04 Thread PICCA Frederic-Emmanuel
ok for me

- Le 4 Jan 24, à 13:19, Alexandre Detiste alexandre.deti...@gmail.com a 
écrit :

> 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://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst#id2
> 
>| Team in Uploaders is a weak statement of collaboration. Help in
> maintaining the package is appreciated,
>| commits to the Git repository are freely welcomed, but before
> uploading, please contact the Maintainer for the green light.
> 
> There are not so many packages where "Uploader = DPT" to begin with,
> so this might not well a well-known practice...
> 
> So I'm formally asking Ana & PaN for approval to upload "lexicon" and 
> "dioptas".
> (lexicon is a one line change, dioptas needs to package a new release)
> 
> @Vincent: thanks.
> 
> Greetings
> 
> -
> 
> Debian Python Team 
>   dioptas (U)
>   gtextfsm (U)
>   lexicon (U)
> 
> Ana Custura 
>   lexicon
> 
> Debian PaN Maintainers 
>   dioptas
> 
> --
> Debian-pan-maintainers mailing list
> debian-pan-maintain...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-pan-maintainers



Re: [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 Ana C. Custura
Hi,

Thank you very much for looking into this, it is much appreciated and you can 
go ahead with the upload. 

Ana

On Thu, Jan 4, 2024, at 12:19 PM, Alexandre Detiste wrote:
> 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://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst#id2
>
> | Team in Uploaders is a weak statement of collaboration. Help in
> maintaining the package is appreciated,
> | commits to the Git repository are freely welcomed, but before
> uploading, please contact the Maintainer for the green light.
>
> There are not so many packages where "Uploader = DPT" to begin with,
> so this might not well a well-known practice...
>
> So I'm formally asking Ana & PaN for approval to upload "lexicon" and 
> "dioptas".
> (lexicon is a one line change, dioptas needs to package a new release)
>
> @Vincent: thanks.
>
> Greetings
>
> -
>
> Debian Python Team 
>dioptas (U)
>gtextfsm (U)
>lexicon (U)
>
> Ana Custura 
>lexicon
>
> Debian PaN Maintainers 
>dioptas



Re: [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 Thomas Goirand

On 1/4/24 00:30, Alexandre Detiste wrote:

Le lun. 11 déc. 2023 à 16:43, Andreas Tille  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 very much agree with this. Most of the time, it's simply patching out 
stuff like:


from __future__ import 

in every .py of the package, and you're done. So it's quite easy to do.

As we removed Python 2.7 2 releases ago, it's probably a good time to 
finish the transition... :)


Cheers,

Thomas Goirand (zigo)