From ed633449430046170cd51df2d3178f1118af421c Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Jan 16 2020 17:20:43 +0000 Subject: Update python-Pyro4 to rev 6 via SR 764902 https://build.opensuse.org/request/show/764902 by user dimstar_suse - Properly conditionalize python2 build for older openSUSE - Update to 4.77 * dropped support for Python 3.4 (which has reached end-of-life status). Supported Python versions are now 2.7, and 3.5 or newer. * URIs now allow spaces in the location part. Useful for unix domain sockets. - Dropped python2 subpackage due to dropping backports dependency. --- diff --git a/.files b/.files index 5ee5a2b..571574f 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 8dc2a98..0e0918e 100644 --- a/.rev +++ b/.rev @@ -52,4 +52,20 @@ * now correctly checks for write access to the correct logfile location, instead of assuming the current directory 732901 + + 1f83ca8ed64c3395dd76273dde8be397 + 4.77 + + dimstar_suse + - Properly conditionalize python2 build for older openSUSE + +- Update to 4.77 + * dropped support for Python 3.4 (which has reached end-of-life + status). Supported Python versions are now 2.7, and 3.5 or + newer. + * URIs now allow spaces in the location part. Useful for unix + domain sockets. +- Dropped python2 subpackage due to dropping backports dependency. + 764902 + diff --git a/Pyro4-4.76.tar.gz b/Pyro4-4.76.tar.gz deleted file mode 120000 index c4a7a8a..0000000 --- a/Pyro4-4.76.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigayavhzezp4lfpsvyufba3pzdl4cimhjh64ffec254fboe3szsyy \ No newline at end of file diff --git a/Pyro4-4.77.tar.gz b/Pyro4-4.77.tar.gz new file mode 120000 index 0000000..97f56da --- /dev/null +++ b/Pyro4-4.77.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicg6lfjvxo464oom3ugzzg6ws7qyal7nkhumo5a57d3lca5nhg6jy \ No newline at end of file diff --git a/python-Pyro4.changes b/python-Pyro4.changes index be263be..186b822 100644 --- a/python-Pyro4.changes +++ b/python-Pyro4.changes @@ -1,4 +1,20 @@ ------------------------------------------------------------------- +Fri Jan 10 14:54:11 UTC 2020 - Tomáš Chvátal + +- Properly conditionalize python2 build for older openSUSE + +------------------------------------------------------------------- +Thu Jan 9 17:59:58 UTC 2020 - Todd R + +- Update to 4.77 + * dropped support for Python 3.4 (which has reached end-of-life + status). Supported Python versions are now 2.7, and 3.5 or + newer. + * URIs now allow spaces in the location part. Useful for unix + domain sockets. +- Dropped python2 subpackage due to dropping backports dependency. + +------------------------------------------------------------------- Tue Sep 24 09:56:04 UTC 2019 - Tomáš Chvátal - Update to 4.76: diff --git a/python-Pyro4.spec b/python-Pyro4.spec index 3280871..f178c08 100644 --- a/python-Pyro4.spec +++ b/python-Pyro4.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pyro4 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 Name: python-Pyro4 -Version: 4.76 +Version: 4.77 Release: 0 Summary: Distributed object middleware for Python (RPC) License: MIT -Group: Development/Languages/Python URL: https://github.com/irmen/Pyro4 Source: https://files.pythonhosted.org/packages/source/P/Pyro4/Pyro4-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -43,7 +43,9 @@ BuildRequires: %{python_module msgpack-python >= 0.5.2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module serpent >= 1.27} BuildRequires: ca-certificates +%if %{with python2} BuildRequires: python-selectors34 +%endif # /SECTION %ifpython2 Requires: python-selectors34