Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-Pyro5-5.15-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-Pyro5 Distribution: openSUSE Tumbleweed
Version: 5.15 Vendor: openSUSE
Release: 1.3 Build date: Tue Jan 9 22:39:34 2024
Group: Unspecified Build host: reproducible
Size: 788828 Source RPM: python-Pyro5-5.15-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/irmen/Pyro5
Summary: Distributed object middleware for Python (RPC)
Pyro means PYthon Remote Objects.

It is a library for building applications in which objects can talk
to each other over the network. One can use normal Python method
calls, with almost every possible parameter and return value type,
and Pyro takes care of locating the right object on the right system
to execute the method. It also provides a set of features that enable
building distributed applications. Pyro is a pure Python library and
runs on many different platforms and Python versions.

Provides

Requires

License

MIT

Changelog

* Tue Jan 09 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 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Thu Feb 23 2023 Steve Kowalik <steven.kowalik@suse.com>
  - 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
      custom error handler
    * fix possible race condition when creating instances with instancemode
      “single”
    * fixed possible attribute error in proxy del method at interpreter shutdown
    * gave the serialization example a clearer name ‘custom-serialization’
    * URIs now accept spaces in the location part.
    * made msgpack serializer optional
    * NATPORT behavior fix when 0
    * serialization improvements/fixes
  - Add patch add-network-marker.patch:
    * Mark tests that require the network as such, so we can skip them.
* Tue Dec 21 2021 Ben Greiner <code@bnavigator.de>
  - Update to v4.81
    * fix some typo's in docs
    * corrected some minor other things in docs
    * Python 3.9 is now included in the unit test runs
    * No actual code changes.
  - (update just to satisfy the weekly report on d:l:python* scripts)
  - Add patch Pyro4-pr238-py310-cmethod-smethod.patch
    * gh#irmen/Pyro4#238
* Fri Feb 26 2021 John Vandenberg <jayvdb@gmail.com>
  - Update to v4.80
    * fix possible race condition when creating instances with
      instancemode "single"
* Fri Mar 20 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 4.79:
    * cython compatibility fix
    * removed explicit version checks of dependencies such as serpent
* Fri Jan 10 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Properly conditionalize python2 build for older openSUSE
* Thu Jan 09 2020 Todd R <toddrme2178@gmail.com>
  - 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 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 4.76:
    * corrected bogus space in worker thread name
    * thread server can now be cleanly stopped with SIGINT / Ctrl-C on Windows
    * the behavior of the NATPORT config item has been corrected to be in line with the API behavior of the Daemon
    * certs are now included in sdist archive so the ssl unit tests also run as intended
    * now correctly checks for write access to the correct logfile location, instead of assuming the current directory
* Wed Mar 06 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 4.75:
    * include LICENSE file in distribution
    * avoid decode error when dealing with memoryview annotations
    * serpent 1.27 required to avoid regression in previous version
    * fixed marshal serializer problem that prevented it to even call register() in the name server.
    * msgpack, json and marshal serializers now understand how to serialize array.array the same way serpent already did
    * fixed distributed-mandelbrot example to actually run multiple concurrent calculations.
    * missing API method doc added on NameServer.count()

Files

/etc/alternatives/pyro5-check-config
/etc/alternatives/pyro5-echoserver
/etc/alternatives/pyro5-httpgateway
/etc/alternatives/pyro5-ns
/etc/alternatives/pyro5-nsc
/usr/bin/pyro5-check-config
/usr/bin/pyro5-check-config-3.12
/usr/bin/pyro5-echoserver
/usr/bin/pyro5-echoserver-3.12
/usr/bin/pyro5-httpgateway
/usr/bin/pyro5-httpgateway-3.12
/usr/bin/pyro5-ns
/usr/bin/pyro5-ns-3.12
/usr/bin/pyro5-nsc
/usr/bin/pyro5-nsc-3.12
/usr/lib/python3.12/site-packages/Pyro5
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info/entry_points.txt
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/Pyro5-5.15-py3.12.egg-info/zip-safe
/usr/lib/python3.12/site-packages/Pyro5/__init__.py
/usr/lib/python3.12/site-packages/Pyro5/__pycache__
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/api.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/api.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/callcontext.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/callcontext.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/client.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/client.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/configure.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/configure.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/core.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/core.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/errors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/errors.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/nameserver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/nameserver.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/nsc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/nsc.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/protocol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/protocol.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/serializers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/serializers.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/server.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/server.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/socketutil.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/socketutil.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/svr_existingconn.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/svr_existingconn.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/svr_multiplex.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/svr_multiplex.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/svr_threads.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/__pycache__/svr_threads.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/api.py
/usr/lib/python3.12/site-packages/Pyro5/callcontext.py
/usr/lib/python3.12/site-packages/Pyro5/client.py
/usr/lib/python3.12/site-packages/Pyro5/compatibility
/usr/lib/python3.12/site-packages/Pyro5/compatibility/Pyro4.py
/usr/lib/python3.12/site-packages/Pyro5/compatibility/__init__.py
/usr/lib/python3.12/site-packages/Pyro5/compatibility/__pycache__
/usr/lib/python3.12/site-packages/Pyro5/compatibility/__pycache__/Pyro4.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/compatibility/__pycache__/Pyro4.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/compatibility/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/compatibility/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/configure.py
/usr/lib/python3.12/site-packages/Pyro5/core.py
/usr/lib/python3.12/site-packages/Pyro5/errors.py
/usr/lib/python3.12/site-packages/Pyro5/nameserver.py
/usr/lib/python3.12/site-packages/Pyro5/nsc.py
/usr/lib/python3.12/site-packages/Pyro5/protocol.py
/usr/lib/python3.12/site-packages/Pyro5/serializers.py
/usr/lib/python3.12/site-packages/Pyro5/server.py
/usr/lib/python3.12/site-packages/Pyro5/socketutil.py
/usr/lib/python3.12/site-packages/Pyro5/svr_existingconn.py
/usr/lib/python3.12/site-packages/Pyro5/svr_multiplex.py
/usr/lib/python3.12/site-packages/Pyro5/svr_threads.py
/usr/lib/python3.12/site-packages/Pyro5/utils
/usr/lib/python3.12/site-packages/Pyro5/utils/__init__.py
/usr/lib/python3.12/site-packages/Pyro5/utils/__pycache__
/usr/lib/python3.12/site-packages/Pyro5/utils/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/utils/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/utils/__pycache__/echoserver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/utils/__pycache__/echoserver.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/utils/__pycache__/httpgateway.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/Pyro5/utils/__pycache__/httpgateway.cpython-312.pyc
/usr/lib/python3.12/site-packages/Pyro5/utils/echoserver.py
/usr/lib/python3.12/site-packages/Pyro5/utils/httpgateway.py
/usr/share/licenses/python312-Pyro5
/usr/share/licenses/python312-Pyro5/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024