Hello community,

here is the log from the commit of package python-msgpack for openSUSE:Factory 
checked in at 2019-09-25 07:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msgpack (Old)
 and      /work/SRC/openSUSE:Factory/.python-msgpack.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-msgpack"

Wed Sep 25 07:42:52 2019 rev:6 rq:732174 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-msgpack/python-msgpack.changes    
2019-03-12 09:45:32.283637727 +0100
+++ /work/SRC/openSUSE:Factory/.python-msgpack.new.7948/python-msgpack.changes  
2019-09-25 07:42:55.186779255 +0200
@@ -1,0 +2,8 @@
+Fri Sep 20 12:47:03 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.6.2:
+  * Support Python 3.8.
+  * Update Cython to 0.29.13 for support Python 3.8.
+  * Some small optimizations.
+
+-------------------------------------------------------------------

Old:
----
  msgpack-0.6.1.tar.gz

New:
----
  msgpack-0.6.2.tar.gz

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

Other differences:
------------------
++++++ python-msgpack.spec ++++++
--- /var/tmp/diff_new_pack.2Lp3aH/_old  2019-09-25 07:42:55.694779179 +0200
+++ /var/tmp/diff_new_pack.2Lp3aH/_new  2019-09-25 07:42:55.698779177 +0200
@@ -16,20 +16,19 @@
 #
 
 
-%bcond_without test
-
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-msgpack
-Version:        0.6.1
+Version:        0.6.2
 Release:        0
 Summary:        MessagePack (de)serializer
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://msgpack.org/
+URL:            https://github.com/msgpack/msgpack-python
 Source:         
https://files.pythonhosted.org/packages/source/m/msgpack/msgpack-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -41,11 +40,6 @@
 Provides:       %{oldpython}-msgpack-python = %{version}
 Obsoletes:      %{oldpython}-msgpack-python < 0.5.0
 %endif
-%if %{with test}
-# Test requirements:
-BuildRequires:  %{python_module pytest}
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -65,15 +59,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-py.test-%{$python_bin_suffix}
-}
-%endif
+%pytest_arch
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license COPYING
 %{python_sitearch}/msgpack

++++++ msgpack-0.6.1.tar.gz -> msgpack-0.6.2.tar.gz ++++++
++++ 4388 lines of diff (skipped)


Reply via email to