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}