From 397180da7eda4b872712494d8e4a573246d844eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 7 Jan 2020 19:46:00 +0100 Subject: [PATCH 1/2] python-Werkzeug: update to 0.16.0. --- srcpkgs/python-Werkzeug/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-Werkzeug/template b/srcpkgs/python-Werkzeug/template index 1ca303822e8..ba9e7fd0e2b 100644 --- a/srcpkgs/python-Werkzeug/template +++ b/srcpkgs/python-Werkzeug/template @@ -1,19 +1,20 @@ # Template file for 'python-Werkzeug' pkgname=python-Werkzeug -version=0.15.4 -revision=2 +version=0.16.0 +revision=1 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module -pycompile_module="werkzeug" hostmakedepends="python-setuptools python3-setuptools" depends="python" +checkdepends="python-pytest python-hypothesis python-requests + python3-pytest python3-hypothesis python3-requests" short_desc="Swiss Army knife of Python web development (Python2)" maintainer="Markus Berger " license="BSD-3-Clause" homepage="https://palletsprojects.com/p/werkzeug/" distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz" -checksum=a0b915f0815982fb2a09161cb8f31708052d0951c3ba433ccc5e1aa276507ca6 +checksum=7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7 post_install() { vlicense LICENSE.rst @@ -22,7 +23,6 @@ post_install() { python3-Werkzeug_package() { archs=noarch depends="python3" - pycompile_module="werkzeug" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* From 1a153ecb7c2d7bf9b7715af7141eaf8d65f43ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 7 Jan 2020 19:46:00 +0100 Subject: [PATCH 2/2] python-Flask: update to 1.1.1. --- srcpkgs/python-Flask/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template index b75b306701b..d63fa1e84f8 100644 --- a/srcpkgs/python-Flask/template +++ b/srcpkgs/python-Flask/template @@ -1,19 +1,20 @@ # Template file for 'python-Flask' pkgname=python-Flask -version=1.1.0 -revision=2 +version=1.1.1 +revision=1 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module -pycompile_module="flask" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-Jinja2 python-Werkzeug python-itsdangerous python-click" +checkdepends="${depends} python-pytest python-hypothesis + python3-pytest python3-hypothesis" short_desc="Python2 web microframework" maintainer="Markus Berger " license="BSD-3-Clause" homepage="http://flask.pocoo.org" distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz" -checksum=b5ae63812021cb04174fcff05d560a98387a44d9cccd4652a2bfa131ba4e4c9b +checksum=13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52 alternatives="flask:flask:/usr/bin/flask2" post_install() { @@ -22,7 +23,6 @@ post_install() { python3-Flask_package() { archs=noarch - pycompile_module="flask" depends="python3-setuptools python3-Jinja2 python3-Werkzeug python3-itsdangerous python3-click" short_desc="${short_desc/Python2/Python3}" alternatives="flask:flask:/usr/bin/flask3"