Accepting request 1103795 from devel:languages:python
- limit to Cython < 3 OBS-URL: https://build.opensuse.org/request/show/1103795 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=13
This commit is contained in:
commit
b61a62924f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 14 06:55:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- limit to Cython < 3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 4 13:13:21 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Tue Jul 4 13:13:21 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-uvloop
|
# spec file for package python-uvloop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ Group: Development/Languages/Python
|
|||||||
URL: http://github.com/MagicStack/uvloop
|
URL: http://github.com/MagicStack/uvloop
|
||||||
Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz
|
||||||
Source1: python-uvloop.rpmlintrc
|
Source1: python-uvloop.rpmlintrc
|
||||||
BuildRequires: %{python_module Cython >= 0.28}
|
BuildRequires: %{python_module Cython >= 0.28 with %python-Cython < 3}
|
||||||
BuildRequires: %{python_module aiohttp}
|
BuildRequires: %{python_module aiohttp}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
|
Loading…
Reference in New Issue
Block a user