Page MenuHomeSolus

D1954.diff
No OneTemporary

D1954.diff

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 @@
<Source>
<Name>python-decorator</Name>
<Packager>
- <Name>Ewan Paterson</Name>
- <Email>ewan.paterson@hotmail.co.uk</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>BSD-3-Clause</License>
+ <License>BSD-2-Clause</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">Better living through Python with decorators</Summary>
<Description xml:lang="en">Better living through Python with decorators
@@ -19,23 +19,31 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/pbr.json</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.1.2-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/pbr.json</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.2.1-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/decorator.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/decorator.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/__pycache__/decorator.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/pbr.json</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/decorator-4.2.1-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/decorator.py</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2017-08-02</Date>
- <Version>4.1.2</Version>
+ <Update release="4">
+ <Date>2018-01-14</Date>
+ <Version>4.2.1</Version>
<Comment>Packaging update</Comment>
- <Name>Ewan Paterson</Name>
- <Email>ewan.paterson@hotmail.co.uk</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 3, 8:13 PM (1 w, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5818233
Default Alt Text
D1954.diff (5 KB)

Event Timeline