14
0
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:
Tomáš Chvátal
2019-05-06 10:59:09 +00:00
committed by Git OBS Bridge
parent 0c3c069fc3
commit b4880787e8
4 changed files with 12 additions and 6 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zstd
Version: 1.3.8.1
Version: 1.4.0.0
Release: 0
Summary: ZSTD Bindings for Python
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/sergey-dryabzhinsky/python-zstd
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
Patch1: test-once.patch
BuildRequires: %{python_module devel}
@@ -43,7 +42,6 @@ ZSTD Bindings for Python.
%setup -q -n zstd-%{version}
%patch0 -p1
%patch1 -p1
cp %{SOURCE1} .
rm -rf zstd/
%build