Hello community,

here is the log from the commit of package python-pamqp for openSUSE:Factory 
checked in at 2018-09-24 13:12:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pamqp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pamqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pamqp"

Mon Sep 24 13:12:46 2018 rev:3 rq:637004 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pamqp/python-pamqp.changes        
2018-09-14 00:01:35.205944759 +0200
+++ /work/SRC/openSUSE:Factory/.python-pamqp.new/python-pamqp.changes   
2018-09-24 13:12:47.441756260 +0200
@@ -1,0 +2,8 @@
+Fri Sep 21 07:56:23 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Version update to 2.0.0:
+  * Small bugfixes only, support for py3.4+ and 2.7+ only
+- Drop upstream merged patch:
+  * 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch
+
+-------------------------------------------------------------------

Old:
----
  1.6.1.tar.gz
  776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch

New:
----
  2.0.0.tar.gz

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

Other differences:
------------------
++++++ python-pamqp.spec ++++++
--- /var/tmp/diff_new_pack.3xNrc8/_old  2018-09-24 13:12:47.789755650 +0200
+++ /var/tmp/diff_new_pack.3xNrc8/_new  2018-09-24 13:12:47.789755650 +0200
@@ -12,21 +12,19 @@
 # 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-%{**}}
 Name:           python-pamqp
-Version:        1.6.1
+Version:        2.0.0
 Release:        0
 Summary:        A pure-python AMQP 0-9-1 frame encoder and decoder
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/gmr/pamqp
 Source:         https://github.com/gmr/pamqp/archive/%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch 
mc...@cepl.eu
-Patch:          776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
@@ -48,7 +46,6 @@
 
 %prep
 %setup -q -n pamqp-%{version}
-%autopatch -p1
 
 %build
 %python_build
@@ -58,7 +55,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/pamqp*
 
 %check
-%python_expand nosetests-%{$python_bin_suffix} tests/
+# test_decode_embedded_value_long_uint_data_type 
https://github.com/gmr/pamqp/issues/11
+%python_expand nosetests-%{$python_bin_suffix} tests/ -e 
'test_decode_embedded_value_long_uint_data_type'
 
 %files %{python_files}
 %license LICENSE

++++++ 1.6.1.tar.gz -> 2.0.0.tar.gz ++++++
++++ 10366 lines of diff (skipped)


Reply via email to