diff --git a/0.15.2.tar.gz b/0.15.2.tar.gz deleted file mode 100644 index c4ee816038480076ab45dfd2676d70cbf98b6f2f..0000000000000000000000000000000000000000 Binary files a/0.15.2.tar.gz and /dev/null differ diff --git a/python-zstandard.spec b/python-zstandard.spec index 4d3012ab9de090c6f12ced7c4bc2f9afc3fef9be..d75525ce6a9f5eca6a673d91011ead4b5ee45aac 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -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 - 0.19.0-1 +- Upgrade package to version 0.19.0 + * Fri Jul 30 2021 Python_Bot - 0.15.2-1 - Package Spec generated diff --git a/zstandard-0.19.0.tar.gz b/zstandard-0.19.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..81224e495c5b60b4765184b720b8991b134d9301 Binary files /dev/null and b/zstandard-0.19.0.tar.gz differ