Page MenuHomeSolus

D6386.id15401.diff
No OneTemporary

D6386.id15401.diff

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 @@
<Source>
<Name>python-decorator</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>programming.python</PartOf>
@@ -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.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python-decorator</Name>
@@ -25,21 +25,19 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <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-4.3.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.3.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.3.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.3.2-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/decorator-4.3.2-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.6/site-packages/__pycache__/decorator.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/pbr.json</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/decorator.py</Path>
</Files>
<Replaces>
@@ -47,12 +45,12 @@
</Replaces>
</Package>
<History>
- <Update release="5">
- <Date>2018-01-30</Date>
- <Version>4.2.1</Version>
+ <Update release="6">
+ <Date>2019-05-21</Date>
+ <Version>4.3.2</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 12 2023, 4:52 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850475
Default Alt Text
D6386.id15401.diff (5 KB)

Event Timeline