From 5b146a4901bd2691d78fdc5109f3ae0ae32c9be085846ac3986f3582a6cf2bed Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 16 Mar 2021 12:22:49 +0000 Subject: [PATCH] - update to 2.3.1: * support proton 0.20 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyngus?expand=0&rev=10 --- pyngus-2.3.0.tar.gz | 3 --- pyngus-2.3.1.tar.gz | 3 +++ python-pyngus.changes | 6 ++++++ python-pyngus.spec | 13 ++++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 pyngus-2.3.0.tar.gz create mode 100644 pyngus-2.3.1.tar.gz diff --git a/pyngus-2.3.0.tar.gz b/pyngus-2.3.0.tar.gz deleted file mode 100644 index 569855e..0000000 --- a/pyngus-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c01a42c9085593b657bcf7db825e7e63b8fa2e8ecbde706840c68e1c37fce82 -size 73986 diff --git a/pyngus-2.3.1.tar.gz b/pyngus-2.3.1.tar.gz new file mode 100644 index 0000000..93f1133 --- /dev/null +++ b/pyngus-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d925868637fcaf2b6a2174137d39af909d1e95f5c8a27c816b55b5a204e9240d +size 34368 diff --git a/python-pyngus.changes b/python-pyngus.changes index 479b49b..b8f5c7d 100644 --- a/python-pyngus.changes +++ b/python-pyngus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 16 12:22:26 UTC 2021 - Dirk Müller + +- update to 2.3.1: + * support proton 0.20 + ------------------------------------------------------------------- Mon Mar 25 10:38:33 UTC 2019 - pgajdos@suse.com diff --git a/python-pyngus.spec b/python-pyngus.spec index 491005b..4fbd087 100644 --- a/python-pyngus.spec +++ b/python-pyngus.spec @@ -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 @@ -37,7 +38,7 @@ BuildRequires: %{python_module python-qpid-proton >= 0.9} %python_subpackages %description -A messaging framework built on the QPID Proton engine. It +A messaging framework built on the QPID Proton engine. It provides a callback-based API for message passing %prep @@ -54,6 +55,8 @@ provides a callback-based API for message passing %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}