1
0

- Update to 3.0.0:

* No changes from 3.0rc3 aside from the version number.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=72
This commit is contained in:
Daniel Garcia 2023-10-04 06:45:32 +00:00 committed by Git OBS Bridge
parent 682db7c4ad
commit 1667d27fdb
4 changed files with 12 additions and 6 deletions

BIN
greenlet-3.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 4 06:25:18 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 3.0.0:
* No changes from 3.0rc3 aside from the version number.
-------------------------------------------------------------------
Tue Sep 19 22:04:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -19,13 +19,13 @@
%{?sle15_python_module_pythons}
Name: python-greenlet
Version: 3.0.0~rc3
Version: 3.0.0
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT
Group: Development/Libraries/Python
URL: https://github.com/python-greenlet/greenlet
Source0: https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-3.0.0rc3.tar.gz
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}
@ -54,7 +54,7 @@ BuildArch: noarch
This package contains header files required for C modules development.
%prep
%autosetup -p1 -n greenlet-3.0.0rc3
%autosetup -p1 -n greenlet-%{version}
%build
export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"