16 Commits

Author SHA256 Message Date
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
34ebd08ab3 Accepting request 1137817 from devel:languages:python
- 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/request/show/1137817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pyro5?expand=0&rev=3
2024-01-10 20:51:59 +00:00
cabc3070e9 - 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
2024-01-09 21:40:08 +00:00
2e16fb5c88 Accepting request 1092378 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pyro5?expand=0&rev=2
2023-06-12 13:26:19 +00:00
c8308dc502 Accepting request 1092316 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=7
2023-06-11 20:09:19 +00:00
c9a111e57a Accepting request 1067292 from devel:languages:python
Initial release of 5.14, now with more building successfully.

OBS-URL: https://build.opensuse.org/request/show/1067292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pyro5?expand=0&rev=1
2023-02-23 15:28:33 +00:00
7b7a622e9d Update reference
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=5
2023-02-23 05:44:46 +00:00
5b4db889cb Update patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=4
2023-02-23 05:19:29 +00:00
cfb2acb2e9 - Add patch add-network-marker.patch:
* Mark tests that require the network as such, so we can skip them.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=3
2023-02-23 05:13:24 +00:00
4ff75d66ca Correct test skipping
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=2
2023-02-23 01:42:42 +00:00
81d4882cf1 - New package, in a sense, based on Pyro4.
- Update to 5.14:
  * http gateway now also has OPTION call with CORS
  * fixed deprecation warning about setting threads in daemon mode
  * fixed more threading module deprecation warnings
  * proxy now correctly exposes remote __len__, __iter__ and __getitem__ etc
  * improved type hint for expose()
  * added Proxy._pyroLocalSocket property that is the local socket address
    used in the proxy.
  * serve() no longer defaults host parameter to empty string, but None.
  * fixed a Python 3.11 serialization issue
  * fixed @expose issue on static method/classmethod due to API change
    in Python 3.10
  * introduced SERPENT_BYTES_REPR config item (and updated serpent library
    version requirement for this)
  * flush nameserver output to console before entering request loop
  * added optional boolean “weak” parameter to Daemon.register(), to register
    a weak reference to the server object that will be unregistered
     automatically when the server object gets deleted.
  * fixed error when import Pyro5.server
  * documented SSL_CACERTS config item
  * reworked the timezones example.
  * httpgateway message data bytearray type fix
  * fixed regex lookup index error in nameserver
  * the 4 custom class (un)register methods on the SerializerBase class are
    now also directly available in the api module
  * fixed a silent error in the server when doing error handling
  * fixed empty nameserver host lookup issue
  * added privilege-separation example
  * added methodcall_error_handler to Daemon that allows you to provide a

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=1
2023-02-22 07:55:49 +00:00