diff --git a/programming/language/python/python-idna/actions.py b/programming/language/python/python-idna/actions.py index a0ff77b9da..023f12ccef 100755 --- a/programming/language/python/python-idna/actions.py +++ b/programming/language/python/python-idna/actions.py @@ -5,9 +5,11 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools def build(): pythonmodules.compile() def install(): pythonmodules.install() + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python/python-idna/pspec.xml b/programming/language/python/python-idna/pspec.xml index bdfe8a335f..7e69d97967 100755 --- a/programming/language/python/python-idna/pspec.xml +++ b/programming/language/python/python-idna/pspec.xml @@ -8,12 +8,12 @@ PisiLinux Community admins@pisilinux.org - BSD programming.language.python + BSD library Internationalized Domain Names in Applications (IDNA) Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. - https://github.com/kjd/idna/archive/v2.8.tar.gz + https://github.com/kjd/idna/archive/v2.9.tar.gz python-devel python-setuptools @@ -30,6 +30,13 @@ + + 2020-02-18 + 2.9 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2019-12-24 2.8 @@ -52,4 +59,4 @@ admins@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-idna/translations.xml b/programming/language/python/python-idna/translations.xml index b8d4f905a6..dd45fa495c 100755 --- a/programming/language/python/python-idna/translations.xml +++ b/programming/language/python/python-idna/translations.xml @@ -5,4 +5,4 @@ IDNA protokolünü desktekleyen python kitaplığıdır. RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. - + \ No newline at end of file