Accepting request 1115111 from devel:languages:python

- Update to 3.0.0:
  * No changes from 3.0rc3 aside from the version number.
- Ignore some slow and flaky tests

OBS-URL: https://build.opensuse.org/request/show/1115111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=44
This commit is contained in:
Ana Guerrero 2023-10-05 18:02:47 +00:00 committed by Git OBS Bridge
commit a3e20d620e
4 changed files with 15 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,10 @@
-------------------------------------------------------------------
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.
- Ignore some slow and flaky tests
-------------------------------------------------------------------
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"
@ -69,6 +69,8 @@ cd docs && make html && rm _build/html/.buildinfo
%check
export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
# ignore some Flaky tests
export GREENLET_MANYLINUX=1
%pyunittest_arch discover -v greenlet.tests
%files %{python_files}