Hello community,

here is the log from the commit of package python-pyngus for openSUSE:Factory 
checked in at 2019-04-05 11:58:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyngus (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyngus.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyngus"

Fri Apr  5 11:58:15 2019 rev:3 rq:688201 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyngus/python-pyngus.changes      
2018-12-24 11:42:10.497410470 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyngus.new.3908/python-pyngus.changes    
2019-04-05 12:00:47.802503435 +0200
@@ -1,0 +2,12 @@
+Mon Mar 25 10:38:33 UTC 2019 - [email protected]
+
+- version update to 2.3.0
+  * disable the socket I/O logging - fills the debug logs with
+    lots of useless crap.
+  * test improvements
+- enable unit tests
+- add a description
+- source points to github
+- run fdupes
+
+-------------------------------------------------------------------

Old:
----
  pyngus-2.2.0.tar.gz

New:
----
  pyngus-2.3.0.tar.gz

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

Other differences:
------------------
++++++ python-pyngus.spec ++++++
--- /var/tmp/diff_new_pack.mF8sRQ/_old  2019-04-05 12:00:48.742504049 +0200
+++ /var/tmp/diff_new_pack.mF8sRQ/_new  2019-04-05 12:00:48.750504054 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyngus
 #
-# Copyright (c) 2018 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
@@ -19,23 +19,26 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:           python-pyngus
-Version:        2.2.0
+Version:        2.3.0
 Release:        0
 Summary:        Callback API implemented over Proton
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/kgiusti/pyngus
-Source:         
https://files.pythonhosted.org/packages/source/p/pyngus/pyngus-%{version}.tar.gz
+Source:         
https://github.com/kgiusti/pyngus/archive/v%{version}.tar.gz#/pyngus-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:       python-python-qpid-proton >= 0.9
 BuildArch:      noarch
+BuildRequires:  fdupes
 %if %{with test}
 BuildRequires:  %{python_module python-qpid-proton >= 0.9}
 %endif
 %python_subpackages
 
 %description
+A messaging framework built on the QPID Proton engine. It 
+provides a callback-based API for message passing
 
 %prep
 %setup -q -n pyngus-%{version}
@@ -45,6 +48,13 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%if %{with test}
+# SSL Failure: error:1417C086:SSL 
routines:tls_process_client_certificate:certificate verify failed
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
tests/test-runner -i '*test_ssl_minimal'
+%endif
 
 %files %{python_files}
 %license LICENSE

++++++ pyngus-2.2.0.tar.gz -> pyngus-2.3.0.tar.gz ++++++
++++ 5902 lines of diff (skipped)


Reply via email to