Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11055092
D2777.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D2777.id.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python-itsdangerous
version : 0.24
-release : 1
+release : 2
source :
- - https://pypi.python.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz : cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
+ - https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-0.24.tar.gz : cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
license : BSD-3-Clause
component : programming.python
summary : Various helpers to pass trusted data to untrusted environments and back.
@@ -12,5 +12,14 @@
- 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,8 +2,8 @@
<Source>
<Name>python-itsdangerous</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
@@ -26,15 +26,22 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/itsdangerous-0.24-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/itsdangerous.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/itsdangerous.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/__pycache__/itsdangerous.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/itsdangerous-0.24-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/itsdangerous-0.24-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/itsdangerous-0.24-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/itsdangerous-0.24-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/itsdangerous-0.24-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/itsdangerous.py</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-12-17</Date>
+ <Update release="2">
+ <Date>2018-04-23</Date>
<Version>0.24</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
Sat, Aug 12, 1:26 AM (3 h, 14 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5814768
Default Alt Text
D2777.id.diff (3 KB)
Attached To
Mode
D2777: python-itsdangerous: enable python3 & add unit tests
Attached
Detach File
Event Timeline
Log In to Comment