Hello community,

here is the log from the commit of package python-pyblake2 for openSUSE:Factory 
checked in at 2018-05-29 10:35:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyblake2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyblake2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyblake2"

Tue May 29 10:35:14 2018 rev:2 rq:610897 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyblake2/python-pyblake2.changes  
2017-08-04 11:58:35.686278134 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyblake2.new/python-pyblake2.changes     
2018-05-29 10:35:21.309677281 +0200
@@ -1,0 +2,13 @@
+Mon May 21 09:35:04 UTC 2018 - tchva...@suse.com
+
+- Version update to 1.1.2:
+  * Update the blake2 implementation to match current cpython one
+  * Various build fixes and flags options passed
+  * Fixes for big endian platforms
+
+-------------------------------------------------------------------
+Mon May 21 09:34:10 UTC 2018 - tchva...@suse.com
+
+- Run the tests properly, do not rely on tox
+
+-------------------------------------------------------------------

Old:
----
  pyblake2-0.9.3.tar.gz

New:
----
  pyblake2-1.1.2.tar.gz

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

Other differences:
------------------
++++++ python-pyblake2.spec ++++++
--- /var/tmp/diff_new_pack.BC04X9/_old  2018-05-29 10:35:22.797622337 +0200
+++ /var/tmp/diff_new_pack.BC04X9/_new  2018-05-29 10:35:22.801622189 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyblake2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -13,25 +13,23 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-pyblake2
-Version:        0.9.3
+Version:        1.1.2
 Release:        0
-License:        CC0-1.0
 Summary:        BLAKE2 hash function extension module
-Url:            https://github.com/dchest/pyblake2
+License:        CC0-1.0
 Group:          Development/Languages/Python
+URL:            https://github.com/dchest/pyblake2
 Source:         
https://files.pythonhosted.org/packages/source/p/pyblake2/pyblake2-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-sphinx
 BuildRequires:  %{python_module tox}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+BuildRequires:  python-rpm-macros
+BuildRequires:  python-sphinx
 %python_subpackages
 
 %description
@@ -62,20 +60,12 @@
 %install
 %python_install
 
-%if %{with test}
 %check
-# test py2.7-docs fails
-tox --skip-missing-interpreters --sitepackages || :
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python test/test.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
-%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 
 %%license COPYING
-%else
-%doc COPYING
-%endif
 %{python_sitearch}/*
 
 %changelog

++++++ pyblake2-0.9.3.tar.gz -> pyblake2-1.1.2.tar.gz ++++++
++++ 5604 lines of diff (skipped)


Reply via email to