15
0

Accepting request 1098213 from devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1098213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crochet?expand=0&rev=3
This commit is contained in:
2023-07-12 15:27:25 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f7f6c0d41ec418da16080f0202faac6b30f84a6fca9d8911e9db541f8e4e521
size 64729

3
crochet-2.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ece69de1ce8e63ffc0af8e2331ec4eb898d91ed4271aafa4ccc398523b81cf9
size 63777

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 11 14:21:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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