From 221e0d7d1b09a0eeb965e7897031d085b3b42bcaa4faa04f7f5ef7bcb31ae0af Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 27 Mar 2018 16:32:51 +0000 Subject: [PATCH] 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 --- python-async_generator.changes | 6 ++++++ python-async_generator.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-async_generator.changes b/python-async_generator.changes index f5243cd..86c2c7e 100644 --- a/python-async_generator.changes +++ b/python-async_generator.changes @@ -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 diff --git a/python-async_generator.spec b/python-async_generator.spec index 4779071..d504447 100644 --- a/python-async_generator.spec +++ b/python-async_generator.spec @@ -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}