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

python2-Pyro4-4.79-bp153.1.19 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-Pyro4 Distribution: SUSE Linux Enterprise 15 SP3
Version: 4.79 Vendor: openSUSE
Release: bp153.1.19 Build date: Sat Mar 6 11:47:54 2021
Group: Unspecified Build host: cloud127
Size: 723698 Source RPM: python-Pyro4-4.79-bp153.1.19.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/irmen/Pyro4
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

* 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()
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Sun Jul 29 2018 jengelh@inai.de
  - Ensure neutrality of description.
* Thu May 24 2018 toddrme2178@gmail.com
  - Update to Pyro 4.72
    * (source files: normalized line endings to LF)
    * the -k command line option to supply a HMAC encryption key on the command line for the name server, nsc,
      echoserver, flameserver and httpgateway tools is now deprecated (and will print a warning if used).
      It is a security issue because the key used is plainly visible.
      If you require proper security, use Pyro's 2-way SSL feature. Alternatively, set the HMAC key in the (new) environment
      variable PYRO_HMAC_KEY if you still have to use it before launching the aforementioned tools.
  - Update to Pyro 4.71
    * updated ``msgpack`` dependency (was ``msgpack-python`` but that name is now deprecated)
    * fixed restart and force reload commands of the contrib/init.d/pyro4-nsd script, and changed its port binding
      from 9999 back to 9090 which is Pyro's default.
    * serpent 1.24 library now required to fix some api deprecation warnings when using Python 3.7 or newer.
    * updated sphinx documentation theme
  - Update to Pyro 4.70
    * **incompatible API change** for python 3.7 compatibility: renaming of ``async`` function and keyword arguments in the API:
      Renamed ``Pyro4.core.async`` to ``Pyro4.core.asyncproxy`` (and its occurrence in ``Pyro4``)
      and the ``async`` keyword argument in some methods to ``asynchronous``.
      This had to be done because ``async`` (and ``await``) are now parsed as keywords in Python 3.7 and using them otherwise will result
      in a SyntaxError when loading the module.
      It is suggested you stop using the ``asyncproxy`` function and instead create asynchronous proxies using the ``_pyroAsync``
      method on the regular proxy.
    * For existing code running on Python *older than 3.7*, a backwards compatibility feature is present to still provide the
      ``async`` function and keyword arguments as they were supported on previous Pyro versions.
      But also for that older environments, it's advised to migrate away from them and start using the new names.
    * Proxy and Daemon have a new 'connected_socket' parameter. You can set it to a user-supplied connected socket that must
      be used by them instead of creating a new socket for you. Connected sockets can be created using the socket.socketpair()
      function for instance, and allow for easy and efficient communication over an internal socket between
      parent-child processes or threads, using Pyro.  Also see the new 'socketpair' example.
    * dropped support for Python 3.3 (which has reached end-of-life status). Supported Python versions are now 2.7, and 3.4 or newer.
      (the life cycle status of the Python versions can be seen here https://devguide.python.org/#status-of-python-branches)
  - spec file cleanups
* Wed Nov 08 2017 toddrme2178@gmail.com
  - Initial version

Files

/etc/alternatives/pyro4-check-config
/etc/alternatives/pyro4-flameserver
/etc/alternatives/pyro4-httpgateway
/etc/alternatives/pyro4-ns
/etc/alternatives/pyro4-nsc
/etc/alternatives/pyro4-test-echoserver
/usr/bin/pyro4-check-config
/usr/bin/pyro4-check-config-2.7
/usr/bin/pyro4-flameserver
/usr/bin/pyro4-flameserver-2.7
/usr/bin/pyro4-httpgateway
/usr/bin/pyro4-httpgateway-2.7
/usr/bin/pyro4-ns
/usr/bin/pyro4-ns-2.7
/usr/bin/pyro4-nsc
/usr/bin/pyro4-nsc-2.7
/usr/bin/pyro4-test-echoserver
/usr/bin/pyro4-test-echoserver-2.7
/usr/lib/python2.7/site-packages/Pyro4
/usr/lib/python2.7/site-packages/Pyro4-4.79-py2.7.egg-info
/usr/lib/python2.7/site-packages/Pyro4-4.79-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Pyro4-4.79-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/Pyro4-4.79-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Pyro4-4.79-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/Pyro4-4.79-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/Pyro4-4.79-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/Pyro4/__init__.py
/usr/lib/python2.7/site-packages/Pyro4/__init__.pyc
/usr/lib/python2.7/site-packages/Pyro4/__init__.pyo
/usr/lib/python2.7/site-packages/Pyro4/configuration.py
/usr/lib/python2.7/site-packages/Pyro4/configuration.pyc
/usr/lib/python2.7/site-packages/Pyro4/configuration.pyo
/usr/lib/python2.7/site-packages/Pyro4/constants.py
/usr/lib/python2.7/site-packages/Pyro4/constants.pyc
/usr/lib/python2.7/site-packages/Pyro4/constants.pyo
/usr/lib/python2.7/site-packages/Pyro4/core.py
/usr/lib/python2.7/site-packages/Pyro4/core.pyc
/usr/lib/python2.7/site-packages/Pyro4/core.pyo
/usr/lib/python2.7/site-packages/Pyro4/errors.py
/usr/lib/python2.7/site-packages/Pyro4/errors.pyc
/usr/lib/python2.7/site-packages/Pyro4/errors.pyo
/usr/lib/python2.7/site-packages/Pyro4/futures.py
/usr/lib/python2.7/site-packages/Pyro4/futures.pyc
/usr/lib/python2.7/site-packages/Pyro4/futures.pyo
/usr/lib/python2.7/site-packages/Pyro4/message.py
/usr/lib/python2.7/site-packages/Pyro4/message.pyc
/usr/lib/python2.7/site-packages/Pyro4/message.pyo
/usr/lib/python2.7/site-packages/Pyro4/naming.py
/usr/lib/python2.7/site-packages/Pyro4/naming.pyc
/usr/lib/python2.7/site-packages/Pyro4/naming.pyo
/usr/lib/python2.7/site-packages/Pyro4/naming_storage.py
/usr/lib/python2.7/site-packages/Pyro4/naming_storage.pyc
/usr/lib/python2.7/site-packages/Pyro4/naming_storage.pyo
/usr/lib/python2.7/site-packages/Pyro4/nsc.py
/usr/lib/python2.7/site-packages/Pyro4/nsc.pyc
/usr/lib/python2.7/site-packages/Pyro4/nsc.pyo
/usr/lib/python2.7/site-packages/Pyro4/socketserver
/usr/lib/python2.7/site-packages/Pyro4/socketserver/__init__.py
/usr/lib/python2.7/site-packages/Pyro4/socketserver/__init__.pyc
/usr/lib/python2.7/site-packages/Pyro4/socketserver/__init__.pyo
/usr/lib/python2.7/site-packages/Pyro4/socketserver/existingconnectionserver.py
/usr/lib/python2.7/site-packages/Pyro4/socketserver/existingconnectionserver.pyc
/usr/lib/python2.7/site-packages/Pyro4/socketserver/existingconnectionserver.pyo
/usr/lib/python2.7/site-packages/Pyro4/socketserver/multiplexserver.py
/usr/lib/python2.7/site-packages/Pyro4/socketserver/multiplexserver.pyc
/usr/lib/python2.7/site-packages/Pyro4/socketserver/multiplexserver.pyo
/usr/lib/python2.7/site-packages/Pyro4/socketserver/threadpool.py
/usr/lib/python2.7/site-packages/Pyro4/socketserver/threadpool.pyc
/usr/lib/python2.7/site-packages/Pyro4/socketserver/threadpool.pyo
/usr/lib/python2.7/site-packages/Pyro4/socketserver/threadpoolserver.py
/usr/lib/python2.7/site-packages/Pyro4/socketserver/threadpoolserver.pyc
/usr/lib/python2.7/site-packages/Pyro4/socketserver/threadpoolserver.pyo
/usr/lib/python2.7/site-packages/Pyro4/socketutil.py
/usr/lib/python2.7/site-packages/Pyro4/socketutil.pyc
/usr/lib/python2.7/site-packages/Pyro4/socketutil.pyo
/usr/lib/python2.7/site-packages/Pyro4/test
/usr/lib/python2.7/site-packages/Pyro4/test/__init__.py
/usr/lib/python2.7/site-packages/Pyro4/test/__init__.pyc
/usr/lib/python2.7/site-packages/Pyro4/test/__init__.pyo
/usr/lib/python2.7/site-packages/Pyro4/test/echoserver.py
/usr/lib/python2.7/site-packages/Pyro4/test/echoserver.pyc
/usr/lib/python2.7/site-packages/Pyro4/test/echoserver.pyo
/usr/lib/python2.7/site-packages/Pyro4/util.py
/usr/lib/python2.7/site-packages/Pyro4/util.pyc
/usr/lib/python2.7/site-packages/Pyro4/util.pyo
/usr/lib/python2.7/site-packages/Pyro4/utils
/usr/lib/python2.7/site-packages/Pyro4/utils/__init__.py
/usr/lib/python2.7/site-packages/Pyro4/utils/__init__.pyc
/usr/lib/python2.7/site-packages/Pyro4/utils/__init__.pyo
/usr/lib/python2.7/site-packages/Pyro4/utils/flame.py
/usr/lib/python2.7/site-packages/Pyro4/utils/flame.pyc
/usr/lib/python2.7/site-packages/Pyro4/utils/flame.pyo
/usr/lib/python2.7/site-packages/Pyro4/utils/flameserver.py
/usr/lib/python2.7/site-packages/Pyro4/utils/flameserver.pyc
/usr/lib/python2.7/site-packages/Pyro4/utils/flameserver.pyo
/usr/lib/python2.7/site-packages/Pyro4/utils/httpgateway.py
/usr/lib/python2.7/site-packages/Pyro4/utils/httpgateway.pyc
/usr/lib/python2.7/site-packages/Pyro4/utils/httpgateway.pyo
/usr/share/licenses/python2-Pyro4
/usr/share/licenses/python2-Pyro4/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024