Accepting request 925628 from devel:languages:python

- %check: use %pyunittest rpm macro

- Update to 2.0.2
  * Fix Travis CI OSX dpl python2.7 get-pip.py error
- from version 2.0.1
  * Only to trigger Python 3.9 wheels building

OBS-URL: https://build.opensuse.org/request/show/925628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xxhash?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-10-20 18:23:19 +00:00 committed by Git OBS Bridge
commit 504cabfdf2
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 27 12:21:23 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Thu Aug 26 11:46:32 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.0.2
* Fix Travis CI OSX dpl python2.7 get-pip.py error
- from version 2.0.1
* Only to trigger Python 3.9 wheels building
-------------------------------------------------------------------
Mon Aug 24 05:03:36 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-xxhash
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-xxhash
Version: 2.0.0
Version: 2.0.2
Release: 0
Summary: Python binding for xxHash
License: BSD-2-Clause
@ -52,7 +52,9 @@ export XXHASH_LINK_SO=1
%check
export LANG=en_US.UTF-8
export XXHASH_LINK_SO=1
%python_exec setup.py test
mv xxhash{,.hide}
%pyunittest_arch discover -v
mv xxhash{.hide,}
%files %{python_files}
%doc README.rst

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58ca818554c1476fa1456f6cd4b87002e2294f09baf0f81e5a2a4968e62c423c
size 64099

3
xxhash-2.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7bead8cf6210eadf9cecf356e17af794f57c0939a3d420a00d87ea652f87b49
size 64283