From 66c8d8b2a40a4439a049022752cb9952140e1aaaea1d57a4b6582fd943637a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Mar 2019 10:20:11 +0000 Subject: [PATCH] Accepting request 688631 from home:pgajdos - version update to 1.3.0 * Wheels are now built automatically * Split CFFI variant into a separate package * Add oneshot functions xxh{32,64}_{,int,hex}digest * Allow input larger than 2GB * Release the GIL on sufficiently large input * Drop support for Python 3.2 OBS-URL: https://build.opensuse.org/request/show/688631 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=5 --- python-xxhash.changes | 11 +++++++++++ python-xxhash.spec | 22 +++++++++------------- xxhash-1.0.1.zip | 3 --- xxhash-1.3.0.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 16 deletions(-) delete mode 100644 xxhash-1.0.1.zip create mode 100644 xxhash-1.3.0.tar.gz diff --git a/python-xxhash.changes b/python-xxhash.changes index 94def1c..784735e 100644 --- a/python-xxhash.changes +++ b/python-xxhash.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 26 09:21:38 UTC 2019 - pgajdos@suse.com + +- version update to 1.3.0 + * Wheels are now built automatically + * Split CFFI variant into a separate package + * Add oneshot functions xxh{32,64}_{,int,hex}digest + * Allow input larger than 2GB + * Release the GIL on sufficiently large input + * Drop support for Python 3.2 + ------------------------------------------------------------------- Fri Nov 10 15:01:06 UTC 2017 - alarrosa@suse.com diff --git a/python-xxhash.spec b/python-xxhash.spec index 3a97655..bf3b769 100644 --- a/python-xxhash.spec +++ b/python-xxhash.spec @@ -1,7 +1,7 @@ # # spec file for package python-xxhash # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-xxhash -Version: 1.0.1 +Version: 1.3.0 Release: 0 -License: BSD-2-Clause Summary: Python binding for xxHash -Url: https://github.com/ifduyue/python-xxhash +License: BSD-2-Clause Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/x/xxhash/xxhash-%{version}.zip -BuildRequires: python-rpm-macros +Url: https://github.com/ifduyue/python-xxhash +Source: https://files.pythonhosted.org/packages/source/x/xxhash/xxhash-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements -%if %{with test} BuildRequires: %{python_module nose > 1.3.0} -%endif # /SECTION -BuildRequires: unzip BuildRequires: fdupes +BuildRequires: unzip %python_subpackages @@ -52,10 +50,8 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %defattr(-,root,root,-) diff --git a/xxhash-1.0.1.zip b/xxhash-1.0.1.zip deleted file mode 100644 index 9c69ae0..0000000 --- a/xxhash-1.0.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7abe69c9d02374385e23d0e7d6279d5fa03899989d25b381d837fa46cf294831 -size 28627 diff --git a/xxhash-1.3.0.tar.gz b/xxhash-1.3.0.tar.gz new file mode 100644 index 0000000..fb6e0b1 --- /dev/null +++ b/xxhash-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe21f23a9d05428c75461790b670f2bf15f50a632d6c171a7e7b588269c619e6 +size 25347