forked from pool/python-zstd
Accepting request 701050 from home:pgajdos
- version update to 1.4.0.0 * Add LICENSE to MANIFEST.in * Fix version tests - don't sort, just reverse * Remove debug logging OBS-URL: https://build.opensuse.org/request/show/701050 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
0c3c069fc3
commit
b4880787e8
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 6 10:46:18 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.4.0.0
|
||||||
|
* Add LICENSE to MANIFEST.in
|
||||||
|
* Fix version tests - don't sort, just reverse
|
||||||
|
* Remove debug logging
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 13:22:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Mar 4 13:22:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-zstd
|
Name: python-zstd
|
||||||
Version: 1.3.8.1
|
Version: 1.4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ZSTD Bindings for Python
|
Summary: ZSTD Bindings for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/sergey-dryabzhinsky/python-zstd
|
URL: https://github.com/sergey-dryabzhinsky/python-zstd
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zstd/zstd-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zstd/zstd-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/sergey-dryabzhinsky/python-zstd/master/LICENSE
|
|
||||||
Patch0: test-external.patch
|
Patch0: test-external.patch
|
||||||
Patch1: test-once.patch
|
Patch1: test-once.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
@@ -43,7 +42,6 @@ ZSTD Bindings for Python.
|
|||||||
%setup -q -n zstd-%{version}
|
%setup -q -n zstd-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
cp %{SOURCE1} .
|
|
||||||
rm -rf zstd/
|
rm -rf zstd/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d89e884da59c35e480439f1663cb3cb4cf372e42ba0eb0bdf22b9625414702a3
|
|
||||||
size 443573
|
|
||||||
3
zstd-1.4.0.0.tar.gz
Normal file
3
zstd-1.4.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73c90990e0878c4f45b0173135dc43fab774b8304148dba220f085cf73c2f906
|
||||||
|
size 450493
|
||||||
Reference in New Issue
Block a user