Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Flask, Werkzeug: update
@ 2020-01-07 19:04 voidlinux-github
  2020-01-07 19:21 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-07 19:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is a new pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org python-Flask
https://github.com/void-linux/void-packages/pull/18094

Flask, Werkzeug: update


A patch file from https://github.com/void-linux/void-packages/pull/18094.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-Flask-18094.patch --]
[-- Type: text/x-diff, Size: 3314 bytes --]

From 397180da7eda4b872712494d8e4a573246d844eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
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 <pulux@pf4sh.de>"
 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?= <chocimier@tlen.pl>
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 <pulux@pf4sh.de>"
 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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: Flask, Werkzeug: update
  2020-01-07 19:04 [PR PATCH] Flask, Werkzeug: update voidlinux-github
@ 2020-01-07 19:21 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-07 19:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

There's a closed pull request on the void-packages repository

Flask, Werkzeug: update
https://github.com/void-linux/void-packages/pull/18094

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-07 19:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-07 19:04 [PR PATCH] Flask, Werkzeug: update voidlinux-github
2020-01-07 19:21 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).