Page MenuHomeSolus

D2778.id6849.diff
No OneTemporary

D2778.id6849.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : flask
version : 0.12.2
-release : 2
+release : 3
source :
- https://files.pythonhosted.org/packages/source/F/Flask/Flask-0.12.2.tar.gz : 49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1
license : BSD-3-Clause
@@ -9,13 +9,34 @@
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
@@ -69,11 +69,60 @@
<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-0.12.2-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-0.12.2-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-0.12.2-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-0.12.2-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-0.12.2-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-0.12.2-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask-0.12.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__/exthook.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__/json.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/ext/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/ext/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask/exthook.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.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>
+ <Update release="3">
+ <Date>2018-04-23</Date>
<Version>0.12.2</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>

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
5814711
Default Alt Text
D2778.id6849.diff (7 KB)

Event Timeline