diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,16 +1,30 @@ name : python-decorator -version : 4.1.2 -release : 3 +version : 4.2.1 +release : 4 source : - - https://pypi.python.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz : 7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5 -license : BSD-3-Clause + - https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.2.1.tar.gz : 7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e +license : BSD-2-Clause component : programming.python summary : Better living through Python with decorators description: | - Better living through Python with decorators + The aim of the decorator module is to simplify the usage of decorators for + the average programmer, and to popularize decorators usage giving examples + of useful decorators, such as memoize, tracing, redirecting_stdout, locked, + etc. The core of this module is a decorator factory called decorator. +replaces : python3-decorator builddeps : - python-setuptools build : | %python_setup + %python3_setup install : | %python_install + %python3_install +check : | + pushd $PKG_BUILD_DIR/py2build + python setup.py test + popd + + pushd $PKG_BUILD_DIR/py3build + python3 setup.py test + popd diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,10 +2,10 @@ python-decorator - Ewan Paterson - ewan.paterson@hotmail.co.uk + Pierre-Yves + pyu@riseup.net - BSD-3-Clause + BSD-2-Clause programming.python Better living through Python with decorators Better living through Python with decorators @@ -19,23 +19,31 @@ programming.python - /usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/PKG-INFO - /usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/SOURCES.txt - /usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/dependency_links.txt - /usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/not-zip-safe - /usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/pbr.json - /usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/not-zip-safe + /usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/pbr.json + /usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/decorator.py /usr/lib/python2.7/site-packages/decorator.pyc + /usr/lib/python3.5/site-packages/__pycache__/decorator.cpython-35.pyc + /usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/not-zip-safe + /usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/pbr.json + /usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/decorator.py - - 2017-08-02 - 4.1.2 + + 2018-01-14 + 4.2.1 Packaging update - Ewan Paterson - ewan.paterson@hotmail.co.uk + Pierre-Yves + pyu@riseup.net \ No newline at end of file