diff --git a/crochet-2.0.0.tar.gz b/crochet-2.0.0.tar.gz deleted file mode 100644 index ae48232..0000000 --- a/crochet-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f7f6c0d41ec418da16080f0202faac6b30f84a6fca9d8911e9db541f8e4e521 -size 64729 diff --git a/crochet-2.1.1.tar.gz b/crochet-2.1.1.tar.gz new file mode 100644 index 0000000..61244f0 --- /dev/null +++ b/crochet-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ece69de1ce8e63ffc0af8e2331ec4eb898d91ed4271aafa4ccc398523b81cf9 +size 63777 diff --git a/python-crochet.changes b/python-crochet.changes index c3dc189..22ebab1 100644 --- a/python-crochet.changes +++ b/python-crochet.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 11 14:21:43 UTC 2023 - Dirk Müller + +- update to 2.1.1: + * It's possible to decorate ``async/await`` Twisted functions + with ``@wait_for`` and ``@run_in_reactor`` + * Added type hints, thanks to Merlin Davis. + * Added formal support for Python 3.9. + * Dropped the deprecated APIs ``@wait_for_reactor``, + ``@in_reactor``, ``DeferredResult``, the ``wrapped_function`` + attribute, and unlimited timeouts on ``EventualResult.wait()``. + * Dropped support for Python 2.7 and 3.5. + ------------------------------------------------------------------- Mon May 10 22:30:36 UTC 2021 - John Vandenberg diff --git a/python-crochet.spec b/python-crochet.spec index 6b980e9..df055d2 100644 --- a/python-crochet.spec +++ b/python-crochet.spec @@ -1,7 +1,7 @@ # # spec file for package python-crochet # -# Copyright (c) 2020 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-crochet -Version: 2.0.0 +Version: 2.1.1 Release: 0 Summary: Use Twisted from any applications License: MIT