1
0

Accepting request 591707 from home:jengelh:branches:devel:languages:python

- Fix "Python 35".

OBS-URL: https://build.opensuse.org/request/show/591707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_generator?expand=0&rev=2
This commit is contained in:
Thomas Bechtold 2018-03-27 16:32:51 +00:00 committed by Git OBS Bridge
parent 03eb13bcbe
commit 221e0d7d1b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 27 16:26:01 UTC 2018 - jengelh@inai.de
- Remove excess markup, rpm descriptions are quite plaintext.
- Fix "Python 35".
-------------------------------------------------------------------
Fri Mar 23 15:29:59 UTC 2018 - tbechtold@suse.com

View File

@ -21,7 +21,7 @@
Name: python-async_generator
Version: 1.9
Release: 0
Summary: Async generators and context managers for Python 35+
Summary: Async generators and context managers for Python 3.5+
License: MIT
Group: Development/Languages/Python
Url: https://github.com/python-trio/async_generator
@ -37,7 +37,7 @@ BuildArch: noarch
%description
Python 3.6 added async generators. Python 3.7 adds some more
tools to make them usable, like ``contextlib.asynccontextmanager``.
tools to make them usable, like contextlib.asynccontextmanager.
%prep
%setup -q -n async_generator-%{version}