Hello community,

here is the log from the commit of package python-xxhash for openSUSE:Leap:15.2 
checked in at 2020-03-02 13:25:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-xxhash (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-xxhash.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xxhash"

Mon Mar  2 13:25:08 2020 rev:11 rq:777299 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-xxhash/python-xxhash.changes    
2020-01-15 15:54:38.683639220 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-xxhash.new.26092/python-xxhash.changes 
2020-03-02 13:25:08.854611929 +0100
@@ -1,0 +2,37 @@
+Tue Feb  4 16:26:29 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 1.4.3
+  * Upgrade xxHash to v0.7.2
+  * Python 3.8 wheels
+
+-------------------------------------------------------------------
+Wed Oct 30 12:26:46 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.4.2:
+  * Fixed: setup.py fails when reading README.rst and the default encoding is 
not UTF-8
+
+-------------------------------------------------------------------
+Sat Sep  7 09:57:27 UTC 2019 - John Vandenberg <[email protected]>
+
+- Link against system libxxhash
+- Fix Leap 15 build errors
+
+-------------------------------------------------------------------
+Thu Aug 29 13:58:34 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 1.4.1
+  * Upgrade xxHash to v0.7.1
+  * Fixed: xxh3.h in missing from source tarball
+
+-------------------------------------------------------------------
+Tue Mar 26 09:21:38 UTC 2019 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  xxhash-1.0.1.zip

New:
----
  xxhash-1.4.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-xxhash.spec ++++++
--- /var/tmp/diff_new_pack.haiiNT/_old  2020-03-02 13:25:09.130612477 +0100
+++ /var/tmp/diff_new_pack.haiiNT/_new  2020-03-02 13:25:09.130612477 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xxhash
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,26 @@
 # 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.4.3
 Release:        0
-License:        BSD-2-Clause
 Summary:        Python binding for xxHash
-Url:            https://github.com/ifduyue/python-xxhash
-Group:          Development/Languages/Python
-Source:         
https://files.pythonhosted.org/packages/source/x/xxhash/xxhash-%{version}.zip
-BuildRequires:  python-rpm-macros
+License:        BSD-2-Clause
+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:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  xxhash-devel
 # SECTION test requirements
-%if %{with test}
 BuildRequires:  %{python_module nose > 1.3.0}
-%endif
 # /SECTION
-BuildRequires:  unzip
-BuildRequires:  fdupes
-
 %python_subpackages
 
 %description
@@ -46,19 +42,22 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+export LANG=en_US.UTF-8
+export XXHASH_LINK_SO=1
 %python_build
 
 %install
+export LANG=en_US.UTF-8
+export XXHASH_LINK_SO=1
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
+export LANG=en_US.UTF-8
+export XXHASH_LINK_SO=1
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE
 %{python_sitearch}/*


Reply via email to