Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pamqp for openSUSE:Factory 
checked in at 2021-02-23 20:22:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pamqp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pamqp.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pamqp"

Tue Feb 23 20:22:29 2021 rev:8 rq:874639 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pamqp/python-pamqp.changes        
2020-06-10 00:49:46.831159139 +0200
+++ /work/SRC/openSUSE:Factory/.python-pamqp.new.2378/python-pamqp.changes      
2021-02-23 20:23:31.707821397 +0100
@@ -1,0 +2,7 @@
+Tue Feb 23 14:52:28 UTC 2021 - John Vandenberg <jay...@gmail.com>
+
+- Disabled Python 2 builds
+- Update to v3.0.1
+  * See https://github.com/gmr/pamqp/blob/master/docs/changelog.rst
+
+-------------------------------------------------------------------

Old:
----
  2.3.0.tar.gz

New:
----
  pamqp-3.0.1.tar.gz

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

Other differences:
------------------
++++++ python-pamqp.spec ++++++
--- /var/tmp/diff_new_pack.CclBBr/_old  2021-02-23 20:23:32.531822126 +0100
+++ /var/tmp/diff_new_pack.CclBBr/_new  2021-02-23 20:23:32.535822129 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pamqp
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%define skip_python2 1
 Name:           python-pamqp
-Version:        2.3.0
+Version:        3.0.1
 Release:        0
-Summary:        A pure-python AMQP 0-9-1 frame encoder and decoder
+Summary:        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
+Source:         
https://github.com/gmr/pamqp/archive/%{version}.tar.gz#/pamqp-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-%if %{with python2}
-BuildRequires:  python-unittest2
-%endif
 %python_subpackages
 
 %description
@@ -58,9 +55,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/pamqp*
 
 %check
-# for python 2.7 has to 'always' be there, for python 3.7 'default' is enough
-export PYTHONWARNINGS=always
-%pytest tests/*
+# DemarshalingTests.test_basic_properties fails in v3.0.1 due to failing 
datetime value comparison
+%pytest -k 'not (DemarshalingTests and test_basic_properties)' tests/*
 
 %files %{python_files}
 %license LICENSE

Reply via email to