1
0

Accepting request 636119 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/636119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2018-09-26 14:00:01 +00:00 committed by Git OBS Bridge
commit a7844d4d6f
4 changed files with 19 additions and 9 deletions

View File

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

3
greenlet-0.4.15.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Sep 16 15:31:38 UTC 2018 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* be more specific in %files section
- update to version 0.4.15:
* Support for RISC-V architecture
* Workaround a gcc bug on ppc64
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 7 15:26:22 UTC 2018 - toddrme2178@gmail.com Tue Aug 7 15:26:22 UTC 2018 - toddrme2178@gmail.com

View File

@ -13,26 +13,25 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-greenlet Name: python-greenlet
Version: 0.4.14 Version: 0.4.15
Release: 0 Release: 0
Summary: Lightweight in-process concurrent programming Summary: Lightweight in-process concurrent programming
License: MIT License: MIT
Group: Development/Libraries/Python Group: Development/Libraries/Python
Url: https://github.com/python-greenlet/greenlet URL: https://github.com/python-greenlet/greenlet
Source0: https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: c++_compiler BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
%python_subpackages %python_subpackages
%description %description
@ -70,7 +69,7 @@ export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
%doc AUTHORS NEWS README.rst %doc AUTHORS NEWS README.rst
%doc doc/_build/html/ %doc doc/_build/html/
%license LICENSE* %license LICENSE*
%{python_sitearch}/* %{python_sitearch}/greenlet*
%files %{python_files devel} %files %{python_files devel}
%doc AUTHORS %doc AUTHORS