Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10993388
D1769.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
D1769.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
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
license : BSD-3-Clause
@@ -9,8 +9,24 @@
description: |
Various helpers to pass trusted data to untrusted environments and back.
builddeps :
+ - pkgconfig(python-3.5)
+ - python-pytest
- python-setuptools
+ - python-sphinx
build : |
+ pushd docs
+ make man
+ popd
%python_setup
+ %python3_setup
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$PWD py.test -v tests.py
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ PYTHONPATH=$PWD py.test3 -v tests.py
+ popd
install : |
+ install -D -m 00644 $workdir/docs/_build/man/itsdangerous.1 $installdir/usr/share/man/man1/itsdangerous.1
%python_install
+ %python3_install
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>Matthias Eliasson</Name>
+ <Email>matthias.eliasson@gmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
@@ -26,15 +26,23 @@
<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.5/site-packages/__pycache__/itsdangerous.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/itsdangerous-0.24-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/itsdangerous.py</Path>
+ <Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-12-17</Date>
+ <Update release="2">
+ <Date>2017-12-28</Date>
<Version>0.24</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Matthias Eliasson</Name>
+ <Email>matthias.eliasson@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 26, 4:58 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806263
Default Alt Text
D1769.diff (3 KB)
Attached To
Mode
D1769: also build for python3
Attached
Detach File
Event Timeline
Log In to Comment