[Python-modules-commits] [hyperlink] 01/03: Improve package description

Free Ekanayaka freee at moszumanska.debian.org
Mon Aug 28 06:58:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

freee pushed a commit to branch master
in repository hyperlink.

commit fe62dcb18d7cafbe2fb5093fdc12697e9e59ef2a
Author: Free Ekanayaka <free.ekanayaka at canonical.com>
Date:   Mon Aug 28 06:48:54 2017 +0000

    Improve package description
---
 debian/control | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 0530740..a58015d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,10 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/hyperlink.git
 Package: python-hyperlink
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: A featureful, correct URL for Python
- Hyperlink is a featureful, pure-Python implementation of the URL, with
- an emphasis on correctness. BSD licensed.
+Description: Immutable, Pythonic, correct URLs.
+ Hyperlink provides a pure-Python implementation of immutable URLs. Based on
+ RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs
+ easy.
  .
  This package provides the Python 2.x module.
 
@@ -27,9 +28,9 @@ Package: python3-hyperlink
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Provides: ${python3:Provides}
-Description: A featureful, correct URL for Python
- Hyperlink is a featureful, pure-Python implementation of the URL, with
- an emphasis on correctness. BSD licensed.
- .
+Description: Immutable, Pythonic, correct URLs.
+ Hyperlink provides a pure-Python implementation of immutable URLs. Based on
+ RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs
+ easy.
  .
  This package provides the Python 3.x module.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/hyperlink.git



More information about the Python-modules-commits mailing list