Hello community,

here is the log from the commit of package python-xxhash for openSUSE:Factory 
checked in at 2019-03-27 16:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xxhash (Old)
 and      /work/SRC/openSUSE:Factory/.python-xxhash.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xxhash"

Wed Mar 27 16:20:58 2019 rev:2 rq:688642 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xxhash/python-xxhash.changes      
2018-03-16 10:40:04.351552116 +0100
+++ /work/SRC/openSUSE:Factory/.python-xxhash.new.25356/python-xxhash.changes   
2019-03-27 16:21:30.959528357 +0100
@@ -1,0 +2,11 @@
+Tue Mar 26 09:21:38 UTC 2019 - pgaj...@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
+
+-------------------------------------------------------------------

Old:
----
  xxhash-1.0.1.zip

New:
----
  xxhash-1.3.0.tar.gz

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

Other differences:
------------------
++++++ python-xxhash.spec ++++++
--- /var/tmp/diff_new_pack.wjQSVp/_old  2019-03-27 16:21:31.815528179 +0100
+++ /var/tmp/diff_new_pack.wjQSVp/_new  2019-03-27 16:21:31.819528177 +0100
@@ -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 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
 %defattr(-,root,root,-)


Reply via email to