From 47ef12d3e9ab5005d421197f47da42ac51e3d0c552b56385a0ccade9fdc65975 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 4 Jul 2017 12:25:22 +0000 Subject: [PATCH] Accepting request 508038 from home:jengelh:branches:devel:languages:python - Replace description. OBS-URL: https://build.opensuse.org/request/show/508038 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperlink?expand=0&rev=2 --- python-hyperlink.changes | 5 +++++ python-hyperlink.spec | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) 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}