Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11055095
D2776.id6848.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
14 KB
Referenced Files
None
Subscribers
None
D2776.id6848.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,14 +1,16 @@
name : python-werkzeug
-version : 0.11.11
-release : 1
+version : 0.12.2
+release : 2
source :
- - https://pypi.python.org/packages/43/2e/d822b4a4216804519ace92e0368dcfc4b0b2887462d852fdd476b253ecc9/Werkzeug-0.11.11.tar.gz : e72c46bc14405cba7a26bd2ce28df734471bc9016bc8b4cb69466c2c14c2f7e5
+ - https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-0.12.2.tar.gz : 903a7b87b74635244548b30d30db4c8947fe64c5198f58899ddcd3a13c23bb26
license : BSD-3-Clause
component : programming.python
summary : The Swiss Army knife of Python web development
description: |
The Swiss Army knife of Python web development
builddeps :
+ - python-pytest
+ - python-requests
- python-setuptools
- python-termcolor
- python-watchdog
@@ -16,6 +18,15 @@
- python-termcolor
- python-watchdog
build : |
- %python_setup
+ %python_setup
+ %python3_setup
install : |
%python_install
+ %python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ py.test -k "not test_monkeypached_sleep"
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ py.test3 -k "not test_monkeypached_sleep"
+ 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-werkzeug</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>
@@ -19,11 +19,12 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.11.11-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.11.11-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.11.11-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.11.11-py2.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.11.11-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.12.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.12.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.12.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.12.2-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.12.2-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.12.2-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/_compat.py</Path>
@@ -111,15 +112,108 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/wrappers.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/wsgi.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/wsgi.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.12.2-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.12.2-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.12.2-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.12.2-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.12.2-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.12.2-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/_internal.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/_reloader.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/datastructures.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/exceptions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/filesystem.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/formparser.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/http.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/local.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/posixemulation.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/routing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/script.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/security.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/serving.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/test.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/testapp.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/urls.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/useragents.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/wrappers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/__pycache__/wsgi.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/_internal.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/_reloader.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/atom.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/cache.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/fixers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/iterio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/jsrouting.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/limiter.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/lint.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/profiler.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/securecookie.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/sessions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/testtools.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/__pycache__/wrappers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/atom.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/cache.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/fixers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/iterio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/jsrouting.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/limiter.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/profiler.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/securecookie.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/sessions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/testtools.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/contrib/wrappers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/datastructures.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/__pycache__/console.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/__pycache__/repr.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/console.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/repr.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/FONT_LICENSE</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/console.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/debugger.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/jquery.js</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/less.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/more.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/source.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/style.css</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/shared/ubuntu.ttf</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/debug/tbtools.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/filesystem.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/formparser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/http.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/local.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/posixemulation.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/routing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/script.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/security.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/serving.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/test.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/testapp.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/urls.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/useragents.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wsgi.py</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-12-17</Date>
- <Version>0.11.11</Version>
+ <Update release="2">
+ <Date>2018-04-23</Date>
+ <Version>0.12.2</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
5814833
Default Alt Text
D2776.id6848.diff (14 KB)
Attached To
Mode
D2776: Update python-werkzeug to 0.14.1 & enable python 3
Attached
Detach File
Event Timeline
Log In to Comment