forked from pool/python-zstd
Accepting request 701057 from devel:languages:python
- 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/701057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=2
This commit is contained in:
24
LICENSE
24
LICENSE
@@ -1,24 +0,0 @@
|
|||||||
Copyright (c) 2015-2018, Sergey Dryabzhinsky, Anton Stuk
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
* Redistributions of source code must retain the above copyright notice, this
|
|
||||||
list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
* Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
||||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
||||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
||||||
@@ -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