Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyngus for openSUSE:Factory checked in at 2021-03-24 16:15:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyngus (Old) and /work/SRC/openSUSE:Factory/.python-pyngus.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyngus" Wed Mar 24 16:15:26 2021 rev:4 rq:880735 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyngus/python-pyngus.changes 2019-04-05 12:00:47.802503435 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyngus.new.2401/python-pyngus.changes 2021-03-24 16:16:12.452143949 +0100 @@ -1,0 +2,6 @@ +Tue Mar 16 12:22:26 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 2.3.1: + * support proton 0.20 + +------------------------------------------------------------------- Old: ---- pyngus-2.3.0.tar.gz New: ---- pyngus-2.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyngus.spec ++++++ --- /var/tmp/diff_new_pack.CHe5y1/_old 2021-03-24 16:16:12.876144393 +0100 +++ /var/tmp/diff_new_pack.CHe5y1/_new 2021-03-24 16:16:12.880144398 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyngus # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,15 +17,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test +%bcond_with test Name: python-pyngus -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: Callback API implemented over Proton License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/kgiusti/pyngus -Source: https://github.com/kgiusti/pyngus/archive/v%{version}.tar.gz#/pyngus-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pyngus/pyngus-%{version}.tar.gz +BuildRequires: %{python_module python-qpid-proton} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-python-qpid-proton >= 0.9 @@ -54,6 +55,8 @@ %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' +%else +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -c "import pyngus" %endif %files %{python_files} ++++++ pyngus-2.3.0.tar.gz -> pyngus-2.3.1.tar.gz ++++++ ++++ 5820 lines of diff (skipped)
