Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zstandard: update to 0.23.0 #8469

Draft
wants to merge 3 commits into
base: stable
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion lang-python/zstandard/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ PKGDES="Zstandard binding for Python"
PKGDEP="python-3"
BUILDDEP="setuptools cffi"

NOPYTHON2=1
# FIXME: https://github.com/indygreg/python-zstandard/blob/e27f2f49f187f5f698e0a6004bee2aed80fe39e3/pyproject.toml#L5
# https://github.com/pypa/pip/issues/11859#issuecomment-2132287974
#ABTYPE=pep517
ABTYPE=python
NOPYTHON2=1
6 changes: 3 additions & 3 deletions lang-python/zstandard/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=0.22.0
SRCS="https://pypi.io/packages/source/z/zstandard/zstandard-$VER.tar.gz"
CHKSUMS="sha256::8226a33c542bcb54cd6bd0a366067b610b41713b64c9abec1bc4533d69f51e70"
VER=0.23.0
SRCS="pypi::version=$VER::zstandard"
CHKSUMS="sha256::b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09"
CHKUPDATE="anitya::id=159551"