summaryrefslogtreecommitdiff
path: root/python-pyzstd.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 14:57:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 14:57:20 +0000
commit7dd308f9ef39ff7cb17373b7c9ac666bfb34a12c (patch)
tree118ca94ebc8be006634f37fa5dd9f442851d83f4 /python-pyzstd.spec
parente9107cada057e3298522efea8893484de1a90e70 (diff)
automatic import of python-pyzstdopeneuler20.03
Diffstat (limited to 'python-pyzstd.spec')
-rw-r--r--python-pyzstd.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/python-pyzstd.spec b/python-pyzstd.spec
index a2232d8..a726ca6 100644
--- a/python-pyzstd.spec
+++ b/python-pyzstd.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pyzstd
-Version: 0.15.6
+Version: 0.15.7
Release: 1
Summary: Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.
License: The 3-Clause BSD License
URL: https://github.com/animalize/pyzstd
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2a/bb/2966bfe2021600b3dfcb5762ea5df1cfbb174c3c5328cc3bdc1f40ad828b/pyzstd-0.15.6.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/4c/00869826c27857250d2360ce7f5bed1906ed38ced67b783a1998df71eeaf/pyzstd-0.15.7.tar.gz
%description
@@ -45,7 +45,7 @@ The API style is similar to Python's bz2/lzma/zlib modules.
* Has a command line interface: ``python -m pyzstd --help``
%prep
-%autosetup -n pyzstd-0.15.6
+%autosetup -n pyzstd-0.15.7
%build
%py3_build
@@ -85,5 +85,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.6-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.7-1
- Package Spec generated