14
0

Accepting request 1056122 from devel:languages:python

Revert to 1.1.3, 2.x break gevent and openstack

OBS-URL: https://build.opensuse.org/request/show/1056122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=63
This commit is contained in:
2023-01-05 07:22:36 +00:00
committed by Git OBS Bridge
parent 7b7c2f8345
commit a811b69253
4 changed files with 7 additions and 92 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-greenlet
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,8 +17,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-greenlet
Version: 2.0.1
Version: 1.1.3
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT
@@ -27,8 +28,6 @@ URL: https://github.com/python-greenlet/greenlet
Source0: https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
Source9: python-greenlet-rpmlintrc
BuildRequires: %{python_module devel}
BuildRequires: %{python_module objgraph}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: fdupes
@@ -73,8 +72,7 @@ export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
%doc AUTHORS CHANGES.rst README.rst
%doc docs/_build/html/
%license LICENSE*
%{python_sitearch}/greenlet
%{python_sitearch}/greenlet-%{version}*-info
%{python_sitearch}/greenlet*
%files %{python_files devel}
%doc AUTHORS