Page MenuHomeSolus

D6688.id16060.diff
No OneTemporary

D6688.id16060.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,32 +1,24 @@
name : python-werkzeug
-version : 0.14.1
-release : 2
+version : 0.15.4
+release : 3
source :
- - https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-0.14.1.tar.gz : c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c
+ - https://github.com/pallets/werkzeug/archive/0.15.4.tar.gz : d810d27e2866ee9ed571107a3a82226d266b6750713d7d7d2e6d3ed91d647339
license : BSD-3-Clause
component : programming.python
-summary : The Swiss Army knife of Python web development
+summary : The comprehensive WSGI web application library.
description: |
- The Swiss Army knife of Python web development
+ Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries.
builddeps :
- python-pytest
- python-requests
- - python-setuptools
- python-termcolor
- python-watchdog
rundeps :
- python-termcolor
- python-watchdog
build : |
- %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
+ %python3_test py.test3 -k "not test_monkeypached_sleep"
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>python-werkzeug</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">The Swiss Army knife of Python web development</Summary>
<Description xml:lang="en">The Swiss Army knife of Python web development
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python-werkzeug</Name>
@@ -19,105 +19,11 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.14.1-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.14.1-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.14.1-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.14.1-py2.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.14.1-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Werkzeug-0.14.1-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>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/_compat.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/_internal.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/_internal.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/_reloader.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/_reloader.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/atom.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/atom.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/cache.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/cache.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/fixers.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/fixers.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/iterio.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/iterio.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/jsrouting.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/jsrouting.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/limiter.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/limiter.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/lint.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/lint.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/profiler.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/profiler.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/securecookie.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/securecookie.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/sessions.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/sessions.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/testtools.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/testtools.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/wrappers.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/contrib/wrappers.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/datastructures.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/datastructures.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/console.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/console.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/repr.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/repr.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/FONT_LICENSE</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/console.png</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/debugger.js</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/jquery.js</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/less.png</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/more.png</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/source.png</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/style.css</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/shared/ubuntu.ttf</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/tbtools.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/debug/tbtools.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/exceptions.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/exceptions.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/filesystem.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/filesystem.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/formparser.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/formparser.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/http.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/http.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/local.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/local.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/posixemulation.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/posixemulation.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/routing.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/routing.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/security.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/security.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/serving.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/serving.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/test.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/test.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/testapp.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/testapp.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/urls.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/urls.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/useragents.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/useragents.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/utils.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/utils.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/websocket.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/websocket.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/werkzeug/wrappers.py</Path>
- <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.14.1-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.14.1-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.14.1-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.14.1-py3.6.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.14.1-py3.6.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.14.1-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.15.4-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.15.4-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.15.4-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.15.4-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Werkzeug-0.15.4-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>
@@ -138,8 +44,6 @@
<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__/websocket.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>
@@ -150,25 +54,19 @@
<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>
@@ -193,6 +91,20 @@
<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/middleware/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/lint.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/shared_data.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/dispatcher.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/http_proxy.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/profiler.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/proxy_fix.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/middleware/shared_data.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/security.py</Path>
@@ -202,18 +114,38 @@
<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/websocket.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/wrappers/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/accept.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/auth.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/base_request.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/base_response.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/common_descriptors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/etag.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/json.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/request.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/response.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/__pycache__/user_agent.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/accept.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/auth.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/base_request.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/base_response.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/common_descriptors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/etag.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/json.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/request.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/response.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wrappers/user_agent.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/werkzeug/wsgi.py</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2018-05-07</Date>
- <Version>0.14.1</Version>
+ <Update release="3">
+ <Date>2019-07-06</Date>
+ <Version>0.15.4</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:15 PM (2 h, 48 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804652
Default Alt Text
D6688.id16060.diff (23 KB)

Event Timeline