Accepting request 1325793 from home:mgrossu:branches:devel:languages:python

- 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/request/show/1325793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=17
This commit is contained in:
2026-01-08 13:55:50 +00:00
committed by Git OBS Bridge
parent 421cdfa74d
commit 2b5e8a4ab0
4 changed files with 18 additions and 7 deletions

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>