diff --git a/python-hyperlink.changes b/python-hyperlink.changes index 9a2d2af..c6bddc9 100644 --- a/python-hyperlink.changes +++ b/python-hyperlink.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 4 08:55:55 UTC 2017 - jengelh@inai.de + +- Replace description. + ------------------------------------------------------------------- Tue Jul 4 04:40:56 UTC 2017 - tbechtold@suse.com diff --git a/python-hyperlink.spec b/python-hyperlink.spec index d673324..ee377eb 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -21,7 +21,7 @@ Name: python-hyperlink Version: 17.2.1 Release: 0 -Summary: A featureful, correct URL for Python +Summary: Immutable URL support for Python License: MIT Group: Development/Languages/Python Url: https://github.com/python-hyper/hyperlink @@ -35,14 +35,8 @@ BuildArch: noarch %python_subpackages %description -The humble, but powerful, URL runs everything around us. Chances -are you've used several just to read this text. - -Hyperlink is a featureful, pure-Python implementation of the URL, with -an emphasis on correctness. BSD licensed. - -See the docs at http://hyperlink.readthedocs.io. - +Hyperlink provides a pure-Python implementation of immutable URLs +based on RFC 3986 and 3987. %prep %setup -q -n hyperlink-%{version}