Page MenuHomeSolus

D1054.id5179.diff
No OneTemporary

D1054.id5179.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,19 +1,31 @@
name : python-six
-version : 1.10.0
-release : 6
+version : 1.11.0
+release : 7
source :
- - https://pypi.python.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz : 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a
+ - https://github.com/benjaminp/six/archive/1.11.0.tar.gz : 927dc6fcfccd4e32e1ce161a20bf8cda39d8c9d5f7a845774486907178f69bd4
license : MIT
component : programming.python
summary : Six is a Python 2 and 3 compatibility library
description: |
- Six is a Python 2 and 3 compatibility library
+ Six provides simple utilities for wrapping over differences between Python 2 and Python 3.
builddeps :
- pkgconfig(python3)
+ - python-pytest
- python-setuptools
+ - python-tkinter
+ - python3-tkinter
setup : |
%python_setup
%python3_setup
install : |
%python_install
%python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$PWD/build/lib py.test
+ popd
+
+ pushd $PKG_BUILD_DIR/py3build
+ PYTHONPATH=$PWD/build/lib py.test3
+ popd
+
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -8,38 +8,38 @@
<License>MIT</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">Six is a Python 2 and 3 compatibility library</Summary>
- <Description xml:lang="en">Six is a Python 2 and 3 compatibility library
+ <Description xml:lang="en">Six provides simple utilities for wrapping over differences between Python 2 and Python 3.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python-six</Name>
<Summary xml:lang="en">Six is a Python 2 and 3 compatibility library</Summary>
- <Description xml:lang="en">Six is a Python 2 and 3 compatibility library
+ <Description xml:lang="en">Six provides simple utilities for wrapping over differences between Python 2 and Python 3.
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.11.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.11.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.11.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/six-1.11.0-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/six.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/six.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.10.0-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.10.0-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.10.0-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.10.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.11.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.11.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.11.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/six-1.11.0-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/six.py</Path>
</Files>
</Package>
<History>
- <Update release="6">
+ <Update release="7">
<Date>2018-01-31</Date>
- <Version>1.10.0</Version>
+ <Version>1.11.0</Version>
<Comment>Packaging update</Comment>
<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 10, 5:25 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5830807
Default Alt Text
D1054.id5179.diff (4 KB)

Event Timeline