diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python-decorator
-version : 4.2.1
-release : 5
+version : 4.3.2
+release : 6
source :
- - https://files.pythonhosted.org/packages/source/d/decorator/decorator-4.2.1.tar.gz : 7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e
+ - https://github.com/micheles/decorator/archive/4.3.2.tar.gz : c053ec881270608a5aef624a45a7700ec76ceca9d96689506411e1f319085380
license : BSD-2-Clause
component : programming.python
summary : Better living through Python with decorators
@@ -21,10 +21,5 @@
%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
+ %python_test
+ %python3_test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
python-decorator
- Peter O'Connor
- peter@solus-project.com
+ Rabin Adhikari
+ rabin.adk1@gmail.com
BSD-2-Clause
programming.python
@@ -13,7 +13,7 @@
of useful decorators, such as memoize, tracing, redirecting_stdout, locked,
etc. The core of this module is a decorator factory called decorator.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
python-decorator
@@ -25,21 +25,19 @@
programming.python
- /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-4.3.2-py2.7.egg-info/PKG-INFO
+ /usr/lib/python2.7/site-packages/decorator-4.3.2-py2.7.egg-info/SOURCES.txt
+ /usr/lib/python2.7/site-packages/decorator-4.3.2-py2.7.egg-info/dependency_links.txt
+ /usr/lib/python2.7/site-packages/decorator-4.3.2-py2.7.egg-info/not-zip-safe
+ /usr/lib/python2.7/site-packages/decorator-4.3.2-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.6/site-packages/__pycache__/decorator.cpython-36.pyc
- /usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/PKG-INFO
- /usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/SOURCES.txt
- /usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/dependency_links.txt
- /usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/not-zip-safe
- /usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/pbr.json
- /usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/top_level.txt
+ /usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/PKG-INFO
+ /usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/SOURCES.txt
+ /usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/dependency_links.txt
+ /usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/not-zip-safe
+ /usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/decorator.py
@@ -47,12 +45,12 @@
-
- 2018-01-30
- 4.2.1
+
+ 2019-05-21
+ 4.3.2
Packaging update
- Peter O'Connor
- peter@solus-project.com
+ Rabin Adhikari
+ rabin.adk1@gmail.com
\ No newline at end of file