15
0
forked from pool/python-Pyro5

8 Commits

Author SHA256 Message Date
4a3e78c662 Accepting request 1325967 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pyro5?expand=0&rev=7
2026-01-08 15:25:17 +00:00
380ddf2f54 - update to 5.16:
* project going into super low maintenance mode, I don't plan on working on it any longer unless nasty bugs are reported.
  * properties can now be a streaming generator too
  * loopCondition is relayed from start_ns_loop() to its daemon
  * removed Python 3.8 and 3.9 from the support list (they are EOL). Now supported on Python 3.10 or newer.
  * docs: clarify @expose on a class not automatically exposing base class(es).
- updated the url for Source:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=17
2026-01-08 13:55:50 +00:00
cb8de2e90e Accepting request 1291023 from devel:languages:python
- fix build without libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pyro5?expand=0&rev=6
2025-07-07 12:50:08 +00:00
771a08c425 - fix build without libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=15
2025-07-07 10:27:08 +00:00
0c75b1a78f Accepting request 1284012 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1284012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pyro5?expand=0&rev=5
2025-06-10 07:06:53 +00:00
b0537d81d4 - fix usage of libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=13
2025-06-09 08:20:13 +00:00
c8ab07e18f Accepting request 1276906 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1276906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pyro5?expand=0&rev=4
2025-05-12 18:19:28 +00:00
3f1fe01505 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=11
2025-05-12 15:14:15 +00:00
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82c3dfc9860b49f897b28ff24fe6716c841672c600af8fe40d0e3a7fac9a3f5e
size 447559

3
pyro5-5.16.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d40418ed2acee0d9093daf5023ed0b0cb485a6b62342934adb9e801956f5738b
size 448592

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 7 14:06:27 UTC 2026 - Marius Grossu <marius.grossu@suse.com>
- update to 5.16:
* project going into super low maintenance mode, I don't plan on working on it any longer unless nasty bugs are reported.
* properties can now be a streaming generator too
* loopCondition is relayed from start_ns_loop() to its daemon
* removed Python 3.8 and 3.9 from the support list (they are EOL). Now supported on Python 3.10 or newer.
* docs: clarify @expose on a class not automatically exposing base class(es).
- updated the url for Source:
-------------------------------------------------------------------
Mon Jul 7 10:25:21 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pyro5
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-Pyro5
Version: 5.15
Version: 5.16
Release: 0
Summary: Distributed object middleware for Python (RPC)
License: MIT
URL: https://github.com/irmen/Pyro5
Source: https://files.pythonhosted.org/packages/source/P/Pyro5/Pyro5-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pyro5/pyro5-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -64,7 +64,7 @@ building distributed applications. Pyro is a pure Python library and
runs on many different platforms and Python versions.
%prep
%autosetup -p1 -n Pyro5-%{version}
%autosetup -p1 -n pyro5-%{version}
%build
%pyproject_wheel