Page MenuHomeSolus

D2778.id.diff
No OneTemporary

D2778.id.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,21 +1,42 @@
name : flask
-version : 0.12.2
-release : 2
+version : 1.0.2
+release : 3
source :
- - https://files.pythonhosted.org/packages/source/F/Flask/Flask-0.12.2.tar.gz : 49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1
+ - https://files.pythonhosted.org/packages/source/F/Flask/Flask-1.0.2.tar.gz : 2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48
license : BSD-3-Clause
component : programming.python
summary : A microframework based on Werkzeug, Jinja2 and good intentions
description: |
A microframework based on Werkzeug, Jinja2 and good intentions
builddeps :
+ - python-click
+ - python-itsdangerous
+ - python-jinja
+ - python-pytest
- python-setuptools
+ - python-werkzeug
rundeps :
- python-click
- python-itsdangerous
- python-jinja
- python-werkzeug
+setup : |
+ rm -fr examples/flaskr/
+ rm -fr examples/minitwit/
build : |
%python_setup
+ %python3_setup
install : |
+ %python3_install
+ for _f in "$installdir"/usr/bin/*; do
+ mv -v "$_f" "${_f%}3"
+ done
%python_install
+check : |
+ export LC_ALL=en_US.utf8
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$PWD py.test
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ PYTHONPATH=$PWD py.test3 -k "not test_session_expiration and not test_no_error_swallowing"
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -20,13 +20,13 @@
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-0.12.2-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-0.12.2-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-0.12.2-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-0.12.2-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-0.12.2-py2.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-0.12.2-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-0.12.2-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-1.0.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-1.0.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-1.0.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-1.0.2-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-1.0.2-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-1.0.2-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Flask-1.0.2-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/__main__.py</Path>
@@ -45,16 +45,14 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/ctx.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/debughelpers.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/debughelpers.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flask/ext/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flask/ext/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flask/exthook.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flask/exthook.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/globals.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/globals.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/helpers.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/helpers.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flask/json.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flask/json.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flask/json/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flask/json/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flask/json/tag.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flask/json/tag.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/logging.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/logging.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/sessions.py</Path>
@@ -69,15 +67,62 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/views.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/wrappers.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/flask/wrappers.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-1.0.2-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-1.0.2-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-1.0.2-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-1.0.2-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-1.0.2-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-1.0.2-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-1.0.2-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/app.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/blueprints.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/cli.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/ctx.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/debughelpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/globals.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/helpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/logging.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/sessions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/signals.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/templating.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/testing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/views.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/__pycache__/wrappers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/app.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/blueprints.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/cli.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/ctx.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/debughelpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/globals.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/json/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/json/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/json/__pycache__/tag.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/json/tag.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/logging.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/sessions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/signals.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/templating.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/testing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/views.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/wrappers.py</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2017-12-08</Date>
- <Version>0.12.2</Version>
+ <Update release="3">
+ <Date>2018-05-07</Date>
+ <Version>1.0.2</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 10:40 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5805689
Default Alt Text
D2778.id.diff (11 KB)

Event Timeline