From c4c705ebdbeee3b1a1429060ff94ff62bc0af391 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 5 Mar 2020 04:06:09 +0300 Subject: [PATCH] decorator : ver.bump --- .../python/python-decorator/actions.py | 4 +--- .../python/python-decorator/pspec.xml | 20 +++++++++++++------ .../python/python-decorator/translations.xml | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/programming/language/python/python-decorator/actions.py b/programming/language/python/python-decorator/actions.py index 60afb1d924..b3a3ca2ffa 100644 --- a/programming/language/python/python-decorator/actions.py +++ b/programming/language/python/python-decorator/actions.py @@ -6,11 +6,9 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -from pisi.actionsapi import pisitools def check(): shelltools.system("nosetests --with-doctest -e documentation") def install(): - pythonmodules.install() - + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-decorator/pspec.xml b/programming/language/python/python-decorator/pspec.xml index ce986fc3e1..d9924bc028 100644 --- a/programming/language/python/python-decorator/pspec.xml +++ b/programming/language/python/python-decorator/pspec.xml @@ -8,27 +8,35 @@ PisiLinux Community admins@pisilinux.org - BSD programming.language.python + BSD library Python module to simplify the usage of decorators python-decorator simplifies the usage of decorators for the average programmer. - https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz + https://github.com/micheles/decorator/archive/4.4.2.tar.gz - python-nose python-setuptools + python-nose python-decorator + Python module to simplify the usage of decorators - /usr/lib - /usr/share/doc + /usr/share/doc/python-decorator + /usr/lib/python2* + + 2020-03-04 + 4.4.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-27 4.4.1 @@ -79,4 +87,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/programming/language/python/python-decorator/translations.xml b/programming/language/python/python-decorator/translations.xml index 8437dc1068..02708b6882 100644 --- a/programming/language/python/python-decorator/translations.xml +++ b/programming/language/python/python-decorator/translations.xml @@ -5,4 +5,4 @@ Dekoratör kullanımını kolaylaştıran python modulü python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. - + \ No newline at end of file