Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11034971
D1054.id5140.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D1054.id5140.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,19 +1,30 @@
name : python-six
-version : 1.10.0
-release : 5
+version : 1.11.0
+release : 6
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(python-3.5)
+ - 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
@@ -2,8 +2,8 @@
<Source>
<Name>python-six</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -19,27 +19,27 @@
</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.5/site-packages/__pycache__/six.cpython-35.pyc</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.11.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.11.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.11.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/six-1.11.0-py3.5.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/six.py</Path>
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2016-02-02</Date>
- <Version>1.10.0</Version>
+ <Update release="6">
+ <Date>2018-01-30</Date>
+ <Version>1.11.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
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
5822963
Default Alt Text
D1054.id5140.diff (4 KB)
Attached To
Mode
D1054: Update python-six to 1.11.0
Attached
Detach File
Event Timeline
Log In to Comment