- update to 5.15:

* removed Python 3.7 from the support list (it is EOL). Now
    supported on Python 3.8 or newer.
  * fixed cgi.parse deprecation problem in http gateway
  * removed jquery dependency in http gateway
  * some small tweaks to setup, tests, examples, and docs.
  * updated the self-signed example certificates and serial
    numbers in the ssl example.
- drop add-network-marker.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=9
This commit is contained in:
2024-01-09 21:40:08 +00:00
committed by Git OBS Bridge
parent c8308dc502
commit cabc3070e9
5 changed files with 18 additions and 119 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 9 21:39:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.15:
* removed Python 3.7 from the support list (it is EOL). Now
supported on Python 3.8 or newer.
* fixed cgi.parse deprecation problem in http gateway
* removed jquery dependency in http gateway
* some small tweaks to setup, tests, examples, and docs.
* updated the self-signed example certificates and serial
numbers in the ssl example.
- drop add-network-marker.patch (upstream)
-------------------------------------------------------------------
Sun Jun 11 13:51:38 UTC 2023 - ecsos <ecsos@opensuse.org>