Accepting request 635935 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/635935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal 2018-09-17 09:20:20 +00:00 committed by Git OBS Bridge
parent fb67797bc6
commit 4e11fa10b9
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

View File

@ -13,26 +13,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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-%{**}}
Name: python-greenlet
Version: 0.4.14
Version: 0.4.15
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT
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
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
%python_subpackages
%description
@ -70,7 +69,7 @@ export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
%doc AUTHORS NEWS README.rst
%doc doc/_build/html/
%license LICENSE*
%{python_sitearch}/*
%{python_sitearch}/greenlet*
%files %{python_files devel}
%doc AUTHORS