14
0
forked from pool/python-uvloop

Accepting request 1010306 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.17.0 
  * This release adds Python 3.11 support, updates bundled libuv to 1.43.0
    and fixes a handful of issues.
  * visit https://github.com/MagicStack/uvloop/releases/tag/v0.17.0 for more changelog for 0.17.0

OBS-URL: https://build.opensuse.org/request/show/1010306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=21
This commit is contained in:
2022-10-13 06:55:28 +00:00
committed by Git OBS Bridge
parent 787dd014ce
commit 3c858f4714
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-uvloop
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%define skip_python36 1
%define modname uvloop
Name: python-uvloop
Version: 0.16.0
Version: 0.17.0
Release: 0
Summary: An asyncio event loop on top of libuv
License: Apache-2.0 AND MIT