Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15396 > unrolled thread

numpydoc 1.6.0 available on salsa

Started byChiara Marmo <marmochiaskl@gmail.com>
First post2024-01-07 19:10 +0100
Last post2024-01-15 19:10 +0100
Articles 5 — 2 participants

Back to article view | Back to linux.debian.maint.python


Contents

  numpydoc 1.6.0 available on salsa Chiara Marmo <marmochiaskl@gmail.com> - 2024-01-07 19:10 +0100
    Re: numpydoc 1.6.0 available on salsa Chiara Marmo <marmochiaskl@gmail.com> - 2024-01-07 21:00 +0100
      Re: numpydoc 1.6.0 available on salsa Chiara Marmo <marmochiaskl@gmail.com> - 2024-01-09 18:40 +0100
        Re: numpydoc 1.6.0 available on salsa Graham Inggs <ginggs@debian.org> - 2024-01-15 15:50 +0100
          Re: numpydoc 1.6.0 available on salsa Chiara Marmo <marmochiaskl@gmail.com> - 2024-01-15 19:10 +0100

#15396 — numpydoc 1.6.0 available on salsa

FromChiara Marmo <marmochiaskl@gmail.com>
Date2024-01-07 19:10 +0100
Subjectnumpydoc 1.6.0 available on salsa
Message-ID<HTFKW-1uMN-9@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Dear list,

I have uploaded to salsa numpydoc 1.6.0.
The new upstream version removes setup.py: rules and control are updated
accordingly.

I have xfailed the failing test [1] and confirmed the failure upstream [2].

Let me know if some else is needed.
Thanks for your attention,
best,

Chiara

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056431
[2] https://github.com/numpy/numpydoc/issues/512

-- 
GPG Key ID: ed25519/7611FA19766900CD
Fingerprint FD45 A232 211E DE9F 23E9  DDD5 7611 FA19 7669 00CD

[toc] | [next] | [standalone]


#15397

FromChiara Marmo <marmochiaskl@gmail.com>
Date2024-01-07 21:00 +0100
Message-ID<HTHtn-1vBb-3@gated-at.bofh.it>
In reply to#15396

[Multipart message — attachments visible in raw view] — view raw

Apparently, I need some more time to understand why autopkgtest is
failing...
https://salsa.debian.org/python-team/packages/numpydoc/-/jobs/5128447

Chiara

On Sun, Jan 7, 2024 at 7:02 PM Chiara Marmo <marmochiaskl@gmail.com> wrote:

> Dear list,
>
> I have uploaded to salsa numpydoc 1.6.0.
> The new upstream version removes setup.py: rules and control are updated
> accordingly.
>
> I have xfailed the failing test [1] and confirmed the failure upstream [2].
>
> Let me know if some else is needed.
> Thanks for your attention,
> best,
>
> Chiara
>
> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056431
> [2] https://github.com/numpy/numpydoc/issues/512
>
> --
> GPG Key ID: ed25519/7611FA19766900CD
> Fingerprint FD45 A232 211E DE9F 23E9  DDD5 7611 FA19 7669 00CD
>

[toc] | [prev] | [next] | [standalone]


#15403

FromChiara Marmo <marmochiaskl@gmail.com>
Date2024-01-09 18:40 +0100
Message-ID<HUof0-1Wqu-9@gated-at.bofh.it>
In reply to#15397

[Multipart message — attachments visible in raw view] — view raw

Dear list,

upstream kindly fixed the failing test in numpydoc for python 3.12 [1][2]
and I have patched the 1.6.0 version
Still autopkgetest is failing [3] because of an obsolete version of
python3-tabulate.
This is also stopping the upgrade of pandas [4].
Tabulate has been updated on salsa but not uploaded yet.

Is someone with upload rights available to upload tabulate?
This will help a lot....

Thank you very much for your attention.

Best,

Chiara


[1] https://github.com/numpy/numpydoc/issues/512
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056431
[3] https://salsa.debian.org/python-team/packages/numpydoc/-/jobs/5136537
[4] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051234


On Sun, Jan 7, 2024 at 8:51 PM Chiara Marmo <marmochiaskl@gmail.com> wrote:

> Apparently, I need some more time to understand why autopkgtest is
> failing...
> https://salsa.debian.org/python-team/packages/numpydoc/-/jobs/5128447
>
> Chiara
>
> On Sun, Jan 7, 2024 at 7:02 PM Chiara Marmo <marmochiaskl@gmail.com>
> wrote:
>
>> Dear list,
>>
>> I have uploaded to salsa numpydoc 1.6.0.
>> The new upstream version removes setup.py: rules and control are updated
>> accordingly.
>>
>> I have xfailed the failing test [1] and confirmed the failure upstream
>> [2].
>>
>> Let me know if some else is needed.
>> Thanks for your attention,
>> best,
>>
>> Chiara
>>
>> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056431
>> [2] https://github.com/numpy/numpydoc/issues/512
>>
>> --
>> GPG Key ID: ed25519/7611FA19766900CD
>> Fingerprint FD45 A232 211E DE9F 23E9  DDD5 7611 FA19 7669 00CD
>>
>

[toc] | [prev] | [next] | [standalone]


#15413

FromGraham Inggs <ginggs@debian.org>
Date2024-01-15 15:50 +0100
Message-ID<HWwrL-3gQl-1@gated-at.bofh.it>
In reply to#15403
Hi Chiara

On Tue, 9 Jan 2024 at 19:39, Chiara Marmo <marmochiaskl@gmail.com> wrote:
> upstream kindly fixed the failing test in numpydoc for python 3.12 [1][2] and I have patched the 1.6.0 version
> Still autopkgetest is failing [3] because of an obsolete version of python3-tabulate.
> This is also stopping the upgrade of pandas [4].
> Tabulate has been updated on salsa but not uploaded yet.
>
> Is someone with upload rights available to upload tabulate?
> This will help a lot....

I've uploaded python-tabulate/0.8.10-1 and numpydoc/1.6.0-1.
Once both packages are built, we'll be able to trigger the
autopkgtests in unstable to confirm whether the issue with Python 3.12
is resolved.

Regards
Graham

[toc] | [prev] | [next] | [standalone]


#15414

FromChiara Marmo <marmochiaskl@gmail.com>
Date2024-01-15 19:10 +0100
Message-ID<HWzzj-3j09-5@gated-at.bofh.it>
In reply to#15413

[Multipart message — attachments visible in raw view] — view raw

Thank you so much Graham!
Best
Chiara

On Monday, January 15, 2024, Graham Inggs <ginggs@debian.org> wrote:
> Hi Chiara
>
> On Tue, 9 Jan 2024 at 19:39, Chiara Marmo <marmochiaskl@gmail.com> wrote:
>> upstream kindly fixed the failing test in numpydoc for python 3.12
[1][2] and I have patched the 1.6.0 version
>> Still autopkgetest is failing [3] because of an obsolete version of
python3-tabulate.
>> This is also stopping the upgrade of pandas [4].
>> Tabulate has been updated on salsa but not uploaded yet.
>>
>> Is someone with upload rights available to upload tabulate?
>> This will help a lot....
>
> I've uploaded python-tabulate/0.8.10-1 and numpydoc/1.6.0-1.
> Once both packages are built, we'll be able to trigger the
> autopkgtests in unstable to confirm whether the issue with Python 3.12
> is resolved.
>
> Regards
> Graham
>
>

-- 
GPG Key ID: ed25519/7611FA19766900CD
Fingerprint FD45 A232 211E DE9F 23E9  DDD5 7611 FA19 7669 00CD

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.maint.python


csiph-web