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


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

Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"

Started byyokota <yokota.hgml@gmail.com>
First post2025-12-25 01:30 +0100
Last post2026-01-15 00:30 +0100
Articles 9 — 4 participants

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


Contents

  Sponsorship Request: ITP: python-backports.zstd -- Backport of  PEP-784 "adding Zstandard to the standard library" yokota <yokota.hgml@gmail.com> - 2025-12-25 01:30 +0100
    Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library" Emmanuel Arias <eamanu@riseup.net> - 2025-12-25 22:50 +0100
      Bug#1123505: Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library" yokota <yokota.hgml@gmail.com> - 2025-12-26 07:30 +0100
        Re: Re: Sponsorship Request: ITP: python-backports.zstd -- Backport  of PEP-784 "adding Zstandard to the standard library" yokota <yokota.hgml@gmail.com> - 2025-12-29 21:50 +0100
          Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of  PEP-784 "adding Zstandard to the standard library" eamanu@riseup.net - 2026-01-07 03:50 +0100
            Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of  PEP-784 "adding Zstandard to the standard library" yokota <yokota.hgml@gmail.com> - 2026-01-08 03:50 +0100
              Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of  PEP-784 "adding Zstandard to the standard library" eamanu@riseup.net - 2026-01-09 12:50 +0100
                Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of  PEP-784 "adding Zstandard to the standard library" yokota <yokota.hgml@gmail.com> - 2026-01-14 07:10 +0100
                  Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of  PEP-784 "adding Zstandard to the standard library" Emmanuel Arias <emmanuelarias30@gmail.com> - 2026-01-15 00:30 +0100

#17294 — Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"

Fromyokota <yokota.hgml@gmail.com>
Date2025-12-25 01:30 +0100
SubjectSponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"
Message-ID<M5H5v-5qkD-5@gated-at.bofh.it>
Hello,

I want to add python-backports.zstd to Debian.
But I don't have permission to do that.
Please review and upload this ITP package to Debian.

* ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard
to the standard library"
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123505

Current packaging status can be examine from here:
  https://salsa.debian.org/yokota/python-backports.zstd

----

* Package name    : python-backports.zstd
  Version         : 1.2.0
  Upstream Contact: Rogdham <contact@rogdham.net>
* URL             : https://github.com/Rogdham/backports.zstd
* License         : PSF-2.0 (PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2)
  Programming Lang: Python
  Description     : Backport of PEP-784 "adding Zstandard to the standard
library"


Zstandard is a widely adopted, mature, and highly efficient compression
standard.

PEP-784 proposes adding a new module to the Python standard library
containing a Python wrapper around Meta's zstd library, the default
implementation since Python 3.14.

This module is the backport of PEP-784 for Python 3.13 and before.


Debian python-pyzstd/0.19.0 now uses PEP-784 (compression.zstd) for Python
3.14.
And it requires "backports.zstd" module for Python 3.13.


Current packaging status can be examine from here:
  https://salsa.debian.org/yokota/python-backports.zstd


--
YOKOTA Hiroshi

[toc] | [next] | [standalone]


#17298 — Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"

FromEmmanuel Arias <eamanu@riseup.net>
Date2025-12-25 22:50 +0100
SubjectRe: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"
Message-ID<M61nz-5DzL-3@gated-at.bofh.it>
In reply to#17294
Hi,

I can review your packages. I saw you are planning maintain it under
DPT umbrella. Don't you have permissions to create projects under DPT
salsa space?


Quoting yokota (2025-12-24 21:07:03)
> Hello,
> 
> I want to add python-backports.zstd to Debian.
> But I don't have permission to do that.
> Please review and upload this ITP package to Debian.
> 
> * ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard
> to the standard library"
>   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123505
> 
> Current packaging status can be examine from here:
>   https://salsa.debian.org/yokota/python-backports.zstd
> 
> ----
> 
> * Package name    : python-backports.zstd
>   Version         : 1.2.0
>   Upstream Contact: Rogdham <contact@rogdham.net>
> * URL             : https://github.com/Rogdham/backports.zstd
> * License         : PSF-2.0 (PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2)
>   Programming Lang: Python
>   Description     : Backport of PEP-784 "adding Zstandard to the standard
> library"
> 
> 
> Zstandard is a widely adopted, mature, and highly efficient compression
> standard.
> 
> PEP-784 proposes adding a new module to the Python standard library
> containing a Python wrapper around Meta's zstd library, the default
> implementation since Python 3.14.
> 
> This module is the backport of PEP-784 for Python 3.13 and before.
> 
> 
> Debian python-pyzstd/0.19.0 now uses PEP-784 (compression.zstd) for Python
> 3.14.
> And it requires "backports.zstd" module for Python 3.13.
> 
> 
> Current packaging status can be examine from here:
>   https://salsa.debian.org/yokota/python-backports.zstd
> 
> 
> --
> YOKOTA Hiroshi
> 

cheers,
        Emmanuel Arias

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁  eamanu@debian.org
 ⢿⡄⠘⠷⠚⠋⠀  OpenPGP: 13796755BBC72BB8ABE2AEB5 FA9DEC5DE11C63F1
 ⠈⠳⣄

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


#17299 — Bug#1123505: Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"

Fromyokota <yokota.hgml@gmail.com>
Date2025-12-26 07:30 +0100
SubjectBug#1123505: Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"
Message-ID<M69uN-5JbY-1@gated-at.bofh.it>
In reply to#17298
Hello Emmanuel,

> I can review your packages. I saw you are planning maintain it under
> DPT umbrella. Don't you have permissions to create projects under DPT
> salsa space?

Thank you.
I was transfer the repository to Deban Python Team.
> https://salsa.debian.org/python-team/packages/python-backports.zstd

If you have more time, please review and upload my another another ITP
python-jaconv and python-pykakasi.
If so, I will also move those repository to DPT.
* https://bugs.debian.org/1122097
* https://bugs.debian.org/1122098

--
YOKOTA Hiroshi

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


#17307 — Re: Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"

Fromyokota <yokota.hgml@gmail.com>
Date2025-12-29 21:50 +0100
SubjectRe: Re: Sponsorship Request: ITP: python-backports.zstd -- Backport of PEP-784 "adding Zstandard to the standard library"
Message-ID<M7s2l-6Ca8-5@gated-at.bofh.it>
In reply to#17299
Hello Emmanuel,

> I can review your packages. I saw you are planning maintain it under
> DPT umbrella. Don't you have permissions to create projects under DPT
> salsa space?

I was updated python-backports.zstd.
Please upload to Debian if it seems good.

> https://salsa.debian.org/python-team/packages/python-backports.zstd

--
YOKOTA Hiroshi

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


#17325

Fromeamanu@riseup.net
Date2026-01-07 03:50 +0100
Message-ID<MarCO-8DDh-1@gated-at.bofh.it>
In reply to#17307
hello!

I leave a couple of comments:

- Please mention src/c/pythoncapi-compat/ as 0BSD and copyright holders
- Please mention src/python/backports/zstd/tarfile.py as expat and
copyright
  holders.


Please let me know when you fix them. 

Cheers.
Emmanuel

On 2025-12-29 17:26, yokota wrote:
> Hello Emmanuel,
> 
>> I can review your packages. I saw you are planning maintain it under
>> DPT umbrella. Don't you have permissions to create projects under DPT
>> salsa space?
> 
> I was updated python-backports.zstd.
> Please upload to Debian if it seems good.
> 
>> https://salsa.debian.org/python-team/packages/python-backports.zstd
> 
> --
> YOKOTA Hiroshi

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


#17327

Fromyokota <yokota.hgml@gmail.com>
Date2026-01-08 03:50 +0100
Message-ID<MaO6l-8U4g-5@gated-at.bofh.it>
In reply to#17325
Hello Emmanuel,

> - Please mention src/c/pythoncapi-compat/ as 0BSD and copyright holders
> - Please mention src/python/backports/zstd/tarfile.py as expat and copyright holders.

Thank you.
I fixed those points an update salsa.
And I also update upstream to 1.3.0.

https://salsa.debian.org/python-team/packages/python-backports.zstd

--
YOKOTA Hiroshi

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


#17331

Fromeamanu@riseup.net
Date2026-01-09 12:50 +0100
Message-ID<Mbja9-9gfH-7@gated-at.bofh.it>
In reply to#17327
On 2026-01-07 23:28, yokota wrote:
> Hello Emmanuel,
> 
>> - Please mention src/c/pythoncapi-compat/ as 0BSD and copyright holders
>> - Please mention src/python/backports/zstd/tarfile.py as expat and copyright holders.
> 
> Thank you.
> I fixed those points an update salsa.
> And I also update upstream to 1.3.0.

I uploaded yesterday, sorry for don't let you know before.

Thanks for your contribution to Debian!

ps: I'm reviewing the other packages.

> 
> https://salsa.debian.org/python-team/packages/python-backports.zstd
> 
> --
> YOKOTA Hiroshi

Cheers,
Emmanuel

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


#17357

Fromyokota <yokota.hgml@gmail.com>
Date2026-01-14 07:10 +0100
Message-ID<Md25b-apYv-1@gated-at.bofh.it>
In reply to#17331
Hello Emmanuel,

> I uploaded yesterday, sorry for don't let you know before.

Thank you for your uploading.
I fownd small typo in debian/changelog.
Please upload once more if it's Ok.

> ps: I'm reviewing the other packages.

Thank you again.
python-pykakasi requires  python-jaconv.
So, upload python-jaconv first.

--
YOKOTA Hiroshi

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


#17358

FromEmmanuel Arias <emmanuelarias30@gmail.com>
Date2026-01-15 00:30 +0100
Message-ID<Mditj-aAQT-3@gated-at.bofh.it>
In reply to#17357

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

Hi.

Sorry im afk until 18th January. I will review the rest of the packages
then.

cheers,
        Emmanuel Arias

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁  eamanu@debian.org
 ⢿⡄⠘⠷⠚⠋⠀  OpenPGP: FA9DEC5DE11C63F1
 ⠈⠳⣄

El mié, 14 de ene de 2026, 03:09, yokota <yokota.hgml@gmail.com> escribió:

> Hello Emmanuel,
>
> > I uploaded yesterday, sorry for don't let you know before.
>
> Thank you for your uploading.
> I fownd small typo in debian/changelog.
> Please upload once more if it's Ok.
>
> > ps: I'm reviewing the other packages.
>
> Thank you again.
> python-pykakasi requires  python-jaconv.
> So, upload python-jaconv first.
>
> --
> YOKOTA Hiroshi
>
>

[toc] | [prev] | [standalone]


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


csiph-web