Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask: update to 2.2.2.
@ 2022-08-10  4:56 pfpulux
  2022-08-10  5:01 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pfpulux @ 2022-08-10  4:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Flask
https://github.com/void-linux/void-packages/pull/38575

python3-Flask: update to 2.2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This need `python3-Werkzeug >= 2.2.2` to check and run

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

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

From 2f315a5ddaa7b29aeaf037ad0976e6e26f12a2ee Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 06:25:32 +0200
Subject: [PATCH] python3-Flask: update to 2.2.2.

---
 srcpkgs/python3-Flask/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index df0a434c693a..ac43cdb3f67d 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
-version=2.0.2
+version=2.2.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2 python3-Werkzeug
+depends="python3-setuptools python3-Jinja2 python3-Werkzeug>=2.2.2
  python3-itsdangerous python3-click"
 checkdepends="${depends} python3-pytest python3-hypothesis"
 short_desc="Python3 web microframework"
@@ -13,7 +13,7 @@ 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=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
+checksum=642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b
 conflicts="python-Flask>=0"
 
 post_install() {

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

* Re: python3-Flask: update to 2.2.2.
  2022-08-10  4:56 [PR PATCH] python3-Flask: update to 2.2.2 pfpulux
@ 2022-08-10  5:01 ` classabbyamp
  2022-08-10  5:02 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-10  5:01 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38575#issuecomment-1210162711

Comment:
> This need python3-Werkzeug >= 2.2.2 to check and run

then put it in the same pr

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

* Re: [PR REVIEW] python3-Flask: update to 2.2.2.
  2022-08-10  4:56 [PR PATCH] python3-Flask: update to 2.2.2 pfpulux
  2022-08-10  5:01 ` classabbyamp
@ 2022-08-10  5:02 ` classabbyamp
  2022-08-10 15:08 ` [PR PATCH] [Updated] " pfpulux
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-10  5:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38575#discussion_r942018882

Comment:
```suggestion
homepage="http://flask.pocoo.org"
changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst"
```

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

* Re: [PR PATCH] [Updated] python3-Flask: update to 2.2.2.
  2022-08-10  4:56 [PR PATCH] python3-Flask: update to 2.2.2 pfpulux
  2022-08-10  5:01 ` classabbyamp
  2022-08-10  5:02 ` [PR REVIEW] " classabbyamp
@ 2022-08-10 15:08 ` pfpulux
  2022-08-12  4:40 ` pfpulux
  2022-08-12  5:19 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2022-08-10 15:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python3-Flask
https://github.com/void-linux/void-packages/pull/38575

python3-Flask: update to 2.2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This need `python3-Werkzeug >= 2.2.2` to check and run

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

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

From a98f1c3d938c9d151c1d680c23194eeeed03a4b3 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 06:25:32 +0200
Subject: [PATCH] python3-Flask: update to 2.2.2.

---
 srcpkgs/python3-Flask/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index df0a434c693a..bb3fd8c0cc87 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
-version=2.0.2
+version=2.2.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -12,8 +12,9 @@ short_desc="Python3 web microframework"
 maintainer="Markus Berger <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="http://flask.pocoo.org"
+changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
-checksum=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
+checksum=642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b
 conflicts="python-Flask>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-Flask: update to 2.2.2.
  2022-08-10  4:56 [PR PATCH] python3-Flask: update to 2.2.2 pfpulux
                   ` (2 preceding siblings ...)
  2022-08-10 15:08 ` [PR PATCH] [Updated] " pfpulux
@ 2022-08-12  4:40 ` pfpulux
  2022-08-12  5:19 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2022-08-12  4:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python3-Flask
https://github.com/void-linux/void-packages/pull/38575

python3-Flask: update to 2.2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This need `python3-Werkzeug >= 2.2.2` to check and run

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

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

From 543cdaa70effdeccf0e04463df7465b81c4fab7a Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 06:25:32 +0200
Subject: [PATCH] python3-Flask: update to 2.2.2.

---
 srcpkgs/python3-Flask/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index df0a434c693a..2ae848ecab9a 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
-version=2.0.2
+version=2.2.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -9,11 +9,12 @@ depends="python3-setuptools python3-Jinja2 python3-Werkzeug
  python3-itsdangerous python3-click"
 checkdepends="${depends} python3-pytest python3-hypothesis"
 short_desc="Python3 web microframework"
-maintainer="Markus Berger <pulux@pf4sh.de>"
+maintainer="Pulux <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="http://flask.pocoo.org"
+changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
-checksum=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
+checksum=642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b
 conflicts="python-Flask>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-Flask: update to 2.2.2.
  2022-08-10  4:56 [PR PATCH] python3-Flask: update to 2.2.2 pfpulux
                   ` (3 preceding siblings ...)
  2022-08-12  4:40 ` pfpulux
@ 2022-08-12  5:19 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-12  5:19 UTC (permalink / raw)
  To: ml

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

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

python3-Flask: update to 2.2.2.
https://github.com/void-linux/void-packages/pull/38575

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This need `python3-Werkzeug >= 2.2.2` to check and run

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

end of thread, other threads:[~2022-08-12  5:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10  4:56 [PR PATCH] python3-Flask: update to 2.2.2 pfpulux
2022-08-10  5:01 ` classabbyamp
2022-08-10  5:02 ` [PR REVIEW] " classabbyamp
2022-08-10 15:08 ` [PR PATCH] [Updated] " pfpulux
2022-08-12  4:40 ` pfpulux
2022-08-12  5:19 ` [PR PATCH] [Merged]: " classabbyamp

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).