Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyzstd


Commits:
be9005cb by Jelle van der Waa at 2026-01-02T15:22:59+01:00
Drop backports.zstd dependency

This is now included in Python 3.14

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pyzstd
        pkgdesc = Python bindings to Zstandard (zstd) compression library
        pkgver = 0.19.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://pypi.org/project/pyzstd
        arch = x86_64
        license = BSD-3-Clause
@@ -12,7 +12,6 @@ pkgbase = python-pyzstd
        makedepends = python-hatch-vcs
        makedepends = python-hatchling
        depends = python
-       depends = python-backports-zstd
        source = 
https://files.pythonhosted.org/packages/source/p/pyzstd/pyzstd-0.19.1.tar.gz
        sha256sums = 
36723d3c915b3981de9198d0a2c82b2f5fe3eaa36e4d8d586937830a8afc7d72
 


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,12 @@
 pkgname=python-pyzstd
 _pyname=${pkgname#python-}
 pkgver=0.19.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings to Zstandard (zstd) compression library'
 arch=(x86_64)
 url="https://pypi.org/project/$_pyname";
 license=(BSD-3-Clause)
-depends=(python
-         python-backports-zstd)
+depends=(python)
 makedepends=(python-{build,installer,wheel}
              python-hatch-vcs
              python-hatchling)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyzstd/-/commit/be9005cb03167cf0199aafc16459a6a5fce1b468

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyzstd/-/commit/be9005cb03167cf0199aafc16459a6a5fce1b468
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to