diff --git a/pykka-3.1.1.tar.gz b/pykka-3.1.1.tar.gz deleted file mode 100644 index 2e41670..0000000 --- a/pykka-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14ce223a55e6d62de6657f9b2b129e6ac785f731eccc5e26059e5254beca3cfb -size 45601 diff --git a/pykka-4.0.1.tar.gz b/pykka-4.0.1.tar.gz new file mode 100644 index 0000000..e74c2d9 --- /dev/null +++ b/pykka-4.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb499c0b099412ee2200cb3ca51740c3834beb35bcd172b7daa44ee76ac165f2 +size 48967 diff --git a/python-pykka.changes b/python-pykka.changes index daa47f7..5267ac1 100644 --- a/python-pykka.changes +++ b/python-pykka.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Dec 14 21:40:09 UTC 2023 - Dirk Müller + +- update to 4.0.1: + * Update test suite to pass on Python 3.12 (#207) +- update to 4.0.0: + * Require `block` and `timeout` arguments to always be keyword + arguments. (PR: #198) + * Remove support for Python 3.7. It reached end-of-life in June + 2023. (PR: #190) + * Type hints: All typing stubs have been inlined in the source + code and have been greatly improved. They are now tested + using both Mypy and Pyright. (PR: #192, #193, #195) + * Type hints: Due to the dynamic nature of `ActorProxy` + objects, it is impossible to automatically type them + correctly. `pykka.typing` is a new module with helpers for + manually typing `ActorProxy` objects. Check out the docs for + how to use the helpers. (PR: #199) + * Linting: Replace flake8, isort, and friends with ruff + ------------------------------------------------------------------- Sat May 28 07:34:47 UTC 2022 - Matej Cepl diff --git a/python-pykka.spec b/python-pykka.spec index 6d267a5..7fc95c3 100644 --- a/python-pykka.spec +++ b/python-pykka.spec @@ -1,7 +1,7 @@ # # spec file for package python-pykka # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define modname pykka %define skip_python36 1 Name: python-pykka -Version: 3.1.1 +Version: 4.0.1 Release: 0 Summary: A Python implementation of the actor model License: Apache-2.0