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

python310-pykka-3.1.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-pykka Distribution: openSUSE:Factory:zSystems
Version: 3.1.1 Vendor: openSUSE
Release: 1.1 Build date: Thu Oct 20 12:27:25 2022
Group: Development/Languages/Python Build host: s390zl21
Size: 190874 Source RPM: python-pykka-3.1.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jodal/pykka
Summary: A Python implementation of the actor model
Pykka is a Python implementation of the `actor model
<http://en.wikipedia.org/wiki/Actor_model>`_. The actor model introduces some
rules to control the sharing of state and cooperation between execution
units, with which one can build concurrent applications.

Provides

Requires

License

Apache-2.0

Changelog

* Sat May 28 2022 Matej Cepl <mcepl@suse.com>
  - Update to 3.1.1:
    - Installs from the source tarball using the setup.py file
      generated by Poetry installed setup.cfg and tox.ini into
      site-packages. The workaround for this was to simply not
      include those files in the source tarball. (Fixes:
      gh#jodal/pykka#172)
* Fri May 27 2022 Matej Cepl <mcepl@suse.com>
  - Update to 3.1.0:
    - Remove support for Python 3.6. It reached end-of-life in
      December 2021.
    - Include docs, examples, and tests in the source
      release.
    - Require mypy 0.960 and use the latest typing features, as
      these seem to work nicely even on Python 3.7, given that the
      typing information is in separate *.pyi files and that you
      have a recent mypy version.
* Fri May 27 2022 Matej Cepl <mcepl@suse.com>
  - Follow the upstream and rename Pykka to pykka.
  - Update to 3.0.2:
    - Add support for Python 3.10. Tests are now run on Python 3.10
      too. No other changes required.
    - Minor reorganization of docs.
    - Use SPDX identifier for license in project metadata.
    - Remove upper version boundary for importlib_metadata.
    - Remove support for Python 2.7. It reached end-of-life in
      January 2020.
    - Remove support for Python 3.5. It reached end-of-life in
      September 2020.
    - Remove support for running actors on top of eventlet. This
      was deprecated in Pykka 2.0.3.
    - Remove support for running actors on top of gevent. This was
      deprecated in Pykka 2.0.3
    - Remove support for automatically upgrading the internal
      message format used by Pykka < 2.0 to the message types used
      by Pykka >= 2.0.
    - Include complete type hint stubs for all public APIs in the
      PyPI distribution.
    - Remove PyPy from the test matrix. There are no known changes
      that should cause Pykka to stop working on PyPy, but we will
      no longer spend any effort to keep CI for PyPy running.
    - Mark eventlet and gevent support as deprecated. The support
      will be removed in Pykka 3.0.
    - These were somewhat interesting ways to implement concurrency
      in Python when Pykka was conceived in 2011. Today, it is
      unclear it these libraries still have any mindshare or if
      keeping the support for them just adds an unnecessary burden
      to Pykka's maintenance.
    - Include Python 3.9 in the test matrix.
    - Add missing None default value for the timeout keyword
      argument to pykka.eventlet.EventletEvent.wait(), so that it
      matches the threading.Event API.
* Mon Dec 02 2019 Matej Cepl <mcepl@suse.com>
  - Update to 2.0.2:
    - Make :class:`~pykka.ActorRef` hashable
    - Fix test suite run with pytest-mocker >= 1.11.2.
* Tue May 21 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 2.0.0
  - enable tests
* Wed Dec 19 2018 Jan Engelhardt <jengelh@inai.de>
  - Trim bias from description. Avoid name repetition in summary.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Wed Jan 10 2018 tbechtold@suse.com
  - Convert to singlespec
* Wed Jan 10 2018 tbechtold@suse.com
  - Initial packaging (version 1.2.1)

Files

/usr/lib/python3.10/site-packages/pykka
/usr/lib/python3.10/site-packages/pykka-3.1.1.dist-info
/usr/lib/python3.10/site-packages/pykka-3.1.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pykka-3.1.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pykka-3.1.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/pykka-3.1.1.dist-info/RECORD
/usr/lib/python3.10/site-packages/pykka-3.1.1.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/pykka-3.1.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pykka/__init__.py
/usr/lib/python3.10/site-packages/pykka/__pycache__
/usr/lib/python3.10/site-packages/pykka/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_actor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_actor.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_envelope.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_envelope.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_future.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_future.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_ref.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_ref.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_threading.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_threading.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/messages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/messages.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/_actor.py
/usr/lib/python3.10/site-packages/pykka/_actor.pyi
/usr/lib/python3.10/site-packages/pykka/_envelope.py
/usr/lib/python3.10/site-packages/pykka/_envelope.pyi
/usr/lib/python3.10/site-packages/pykka/_exceptions.py
/usr/lib/python3.10/site-packages/pykka/_future.py
/usr/lib/python3.10/site-packages/pykka/_future.pyi
/usr/lib/python3.10/site-packages/pykka/_proxy.py
/usr/lib/python3.10/site-packages/pykka/_proxy.pyi
/usr/lib/python3.10/site-packages/pykka/_ref.py
/usr/lib/python3.10/site-packages/pykka/_ref.pyi
/usr/lib/python3.10/site-packages/pykka/_registry.py
/usr/lib/python3.10/site-packages/pykka/_registry.pyi
/usr/lib/python3.10/site-packages/pykka/_threading.py
/usr/lib/python3.10/site-packages/pykka/_threading.pyi
/usr/lib/python3.10/site-packages/pykka/_types.py
/usr/lib/python3.10/site-packages/pykka/debug.py
/usr/lib/python3.10/site-packages/pykka/debug.pyi
/usr/lib/python3.10/site-packages/pykka/messages.py
/usr/lib/python3.10/site-packages/pykka/py.typed
/usr/share/doc/packages/python310-pykka
/usr/share/doc/packages/python310-pykka/README.md
/usr/share/doc/packages/python310-pykka/docs
/usr/share/doc/packages/python310-pykka/docs/Makefile
/usr/share/doc/packages/python310-pykka/docs/_build
/usr/share/doc/packages/python310-pykka/docs/api
/usr/share/doc/packages/python310-pykka/docs/api/actors.rst
/usr/share/doc/packages/python310-pykka/docs/api/debug.rst
/usr/share/doc/packages/python310-pykka/docs/api/exceptions.rst
/usr/share/doc/packages/python310-pykka/docs/api/futures.rst
/usr/share/doc/packages/python310-pykka/docs/api/logging.rst
/usr/share/doc/packages/python310-pykka/docs/api/messages.rst
/usr/share/doc/packages/python310-pykka/docs/api/module.rst
/usr/share/doc/packages/python310-pykka/docs/api/proxies.rst
/usr/share/doc/packages/python310-pykka/docs/api/registry.rst
/usr/share/doc/packages/python310-pykka/docs/conf.py
/usr/share/doc/packages/python310-pykka/docs/examples.rst
/usr/share/doc/packages/python310-pykka/docs/index.rst
/usr/share/doc/packages/python310-pykka/docs/quickstart.rst
/usr/share/doc/packages/python310-pykka/docs/requirements.txt
/usr/share/doc/packages/python310-pykka/docs/runtimes
/usr/share/doc/packages/python310-pykka/docs/runtimes/index.rst
/usr/share/doc/packages/python310-pykka/docs/runtimes/threading.rst
/usr/share/doc/packages/python310-pykka/docs/testing.rst
/usr/share/licenses/python310-pykka
/usr/share/licenses/python310-pykka/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat May 27 23:54:41 2023