Upgrade package to version 0.19.0
This commit is contained in:
parent
f3f3030965
commit
b8c6f09ceb
BIN
0.15.2.tar.gz
BIN
0.15.2.tar.gz
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-zstandard
|
||||
Version: 0.15.2
|
||||
Version: 0.19.0
|
||||
Release: 1
|
||||
Summary: Zstandard bindings for Python
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/indygreg/python-zstandard
|
||||
Source0: https://github.com/indygreg/python-zstandard/archive/refs/tags/%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/9a/50/1b7f7f710c0dfc1019ec4c7295f67855722c342af82f3132664ca6dc1c07/zstandard-0.19.0.tar.gz
|
||||
Requires: python3-cffi
|
||||
|
||||
%description
|
||||
@ -32,7 +32,7 @@ This project provides Python bindings for interfacing with the Zstandard
|
||||
compression library. A C extension and CFFI interface are provided.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
%autosetup -n zstandard-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 08 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.19.0-1
|
||||
- Upgrade package to version 0.19.0
|
||||
|
||||
* Fri Jul 30 2021 Python_Bot <Python_Bot@openeuler.org> - 0.15.2-1
|
||||
- Package Spec generated
|
||||
|
||||
BIN
zstandard-0.19.0.tar.gz
Normal file
BIN
zstandard-0.19.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user