Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask: update to 2.0.3.
@ 2022-03-25 15:52 pfpulux
  2022-03-25 20:19 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pfpulux @ 2022-03-25 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1222 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/36335

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3a5ea8f822b038fd32ffe6bb654905b30abc61c6 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 25 Mar 2022 16:48:57 +0100
Subject: [PATCH] python3-Flask: update to 2.0.3.

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

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index df0a434c693a..85819c520658 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.0.3
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -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=e1120c228ca2f553b470df4a5fa927ab66258467526069981b3eb0a91902687d
 conflicts="python-Flask>=0"
 
 post_install() {

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

* Re: python3-Flask: update to 2.0.3.
  2022-03-25 15:52 [PR PATCH] python3-Flask: update to 2.0.3 pfpulux
@ 2022-03-25 20:19 ` Chocimier
  2022-06-30  2:15 ` github-actions
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2022-03-25 20:19 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36335#issuecomment-1079403827

Comment:
Please add https://flask.palletsprojects.com/en/2.0.x/changes/ as changelog.

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

* Re: python3-Flask: update to 2.0.3.
  2022-03-25 15:52 [PR PATCH] python3-Flask: update to 2.0.3 pfpulux
  2022-03-25 20:19 ` Chocimier
@ 2022-06-30  2:15 ` github-actions
  2022-07-01  6:10 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-30  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36335#issuecomment-1170673036

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: python3-Flask: update to 2.0.3.
  2022-03-25 15:52 [PR PATCH] python3-Flask: update to 2.0.3 pfpulux
  2022-03-25 20:19 ` Chocimier
  2022-06-30  2:15 ` github-actions
@ 2022-07-01  6:10 ` classabbyamp
  2022-07-03 16:05 ` paper42
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-01  6:10 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36335#issuecomment-1171975119

Comment:
ping, 2.1.2 is out

also, homepage should be https://flask.palletsprojects.com/

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

* Re: python3-Flask: update to 2.0.3.
  2022-03-25 15:52 [PR PATCH] python3-Flask: update to 2.0.3 pfpulux
                   ` (2 preceding siblings ...)
  2022-07-01  6:10 ` classabbyamp
@ 2022-07-03 16:05 ` paper42
  2022-08-10  4:49 ` [PR PATCH] [Updated] " pfpulux
  2022-08-10  4:53 ` [PR PATCH] [Closed]: " pfpulux
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-07-03 16:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36335#issuecomment-1173127739

Comment:
> Please add [flask.palletsprojects.com/en/2.0.x/changes](https://flask.palletsprojects.com/en/2.0.x/changes/) as changelog.

`https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst` is better

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

* Re: [PR PATCH] [Updated] python3-Flask: update to 2.0.3.
  2022-03-25 15:52 [PR PATCH] python3-Flask: update to 2.0.3 pfpulux
                   ` (3 preceding siblings ...)
  2022-07-03 16:05 ` paper42
@ 2022-08-10  4:49 ` pfpulux
  2022-08-10  4:53 ` [PR PATCH] [Closed]: " pfpulux
  5 siblings, 0 replies; 7+ messages in thread
From: pfpulux @ 2022-08-10  4:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1227 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/36335

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Flask-36335.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] 7+ messages in thread

* Re: [PR PATCH] [Closed]: python3-Flask: update to 2.0.3.
  2022-03-25 15:52 [PR PATCH] python3-Flask: update to 2.0.3 pfpulux
                   ` (4 preceding siblings ...)
  2022-08-10  4:49 ` [PR PATCH] [Updated] " pfpulux
@ 2022-08-10  4:53 ` pfpulux
  5 siblings, 0 replies; 7+ messages in thread
From: pfpulux @ 2022-08-10  4:53 UTC (permalink / raw)
  To: ml

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

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

python3-Flask: update to 2.0.3.
https://github.com/void-linux/void-packages/pull/36335

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-08-10  4:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 15:52 [PR PATCH] python3-Flask: update to 2.0.3 pfpulux
2022-03-25 20:19 ` Chocimier
2022-06-30  2:15 ` github-actions
2022-07-01  6:10 ` classabbyamp
2022-07-03 16:05 ` paper42
2022-08-10  4:49 ` [PR PATCH] [Updated] " pfpulux
2022-08-10  4:53 ` [PR PATCH] [Closed]: " pfpulux

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