Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask: update to 2.0.1.
@ 2021-06-01 17:36 pfpulux
  2021-06-01 17:43 ` [PR PATCH] [Updated] " pfpulux
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pfpulux @ 2021-06-01 17:36 UTC (permalink / raw)
  To: ml

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

python3-Flask: update to 2.0.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31243.patch is attached

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

From 27fb95699f0eda4a3d28330e3baedc8a920478e5 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 1 Jun 2021 19:34:09 +0200
Subject: [PATCH] python3-Flask: update to 2.0.1.

---
 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 e761c1104c9f..4a6cbfc09c8d 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
-version=1.1.2
-revision=3
+version=2.0.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,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=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
+checksum=1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55
 conflicts="python-Flask>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-Flask: update to 2.0.1.
  2021-06-01 17:36 [PR PATCH] python3-Flask: update to 2.0.1 pfpulux
@ 2021-06-01 17:43 ` pfpulux
  2021-06-01 17:52 ` pfpulux
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pfpulux @ 2021-06-01 17:43 UTC (permalink / raw)
  To: ml

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

python3-Flask: update to 2.0.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31243.patch is attached

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

From 14159fb64200b218735519579edf9792a922755f Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 1 Jun 2021 19:34:09 +0200
Subject: [PATCH] python3-Flask: update to 2.0.1.

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

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index e761c1104c9f..4a90910d4a61 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
-version=1.1.2
-revision=3
+version=2.0.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-Jinja2 python3-Werkzeug
  python3-itsdangerous python3-click"
-checkdepends="${depends}
+checkdepends="${depends} python3-pip
 python3-pytest python3-hypothesis"
 short_desc="Python3 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=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
+checksum=1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55
 conflicts="python-Flask>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-Flask: update to 2.0.1.
  2021-06-01 17:36 [PR PATCH] python3-Flask: update to 2.0.1 pfpulux
  2021-06-01 17:43 ` [PR PATCH] [Updated] " pfpulux
@ 2021-06-01 17:52 ` pfpulux
  2021-06-02  4:22 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pfpulux @ 2021-06-01 17:52 UTC (permalink / raw)
  To: ml

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

python3-Flask: update to 2.0.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31243.patch is attached

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

From 4881a52a4cd084e7eaf438c092047ef13020c64f Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 1 Jun 2021 19:34:09 +0200
Subject: [PATCH] python3-Flask: update to 2.0.1.

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

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index e761c1104c9f..8d560d36d094 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
-version=1.1.2
-revision=3
+version=2.0.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-Jinja2 python3-Werkzeug
  python3-itsdangerous python3-click"
-checkdepends="${depends}
+checkdepends="${depends} python3-pip python3-wheel
 python3-pytest python3-hypothesis"
 short_desc="Python3 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=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
+checksum=1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55
 conflicts="python-Flask>=0"
 
 post_install() {

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

* Re: [PR REVIEW] python3-Flask: update to 2.0.1.
  2021-06-01 17:36 [PR PATCH] python3-Flask: update to 2.0.1 pfpulux
  2021-06-01 17:43 ` [PR PATCH] [Updated] " pfpulux
  2021-06-01 17:52 ` pfpulux
@ 2021-06-02  4:22 ` ericonr
  2021-06-02  8:01 ` pfpulux
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-02  4:22 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31243#discussion_r643641378

Comment:
`pip` in checkdepends means it's installing external packages and not testing with the void ones. What is it trying to install with pip?

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

* Re: python3-Flask: update to 2.0.1.
  2021-06-01 17:36 [PR PATCH] python3-Flask: update to 2.0.1 pfpulux
                   ` (2 preceding siblings ...)
  2021-06-02  4:22 ` [PR REVIEW] " ericonr
@ 2021-06-02  8:01 ` pfpulux
  2021-06-02  8:05 ` [PR PATCH] [Updated] " pfpulux
  2021-06-08  3:17 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: pfpulux @ 2021-06-02  8:01 UTC (permalink / raw)
  To: ml

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

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/31243#issuecomment-852829074

Comment:
`./xbps-src check` failed locally and also on travis, without. It request `itsdangerous>=2.0`

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

* Re: [PR PATCH] [Updated] python3-Flask: update to 2.0.1.
  2021-06-01 17:36 [PR PATCH] python3-Flask: update to 2.0.1 pfpulux
                   ` (3 preceding siblings ...)
  2021-06-02  8:01 ` pfpulux
@ 2021-06-02  8:05 ` pfpulux
  2021-06-08  3:17 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: pfpulux @ 2021-06-02  8:05 UTC (permalink / raw)
  To: ml

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

python3-Flask: update to 2.0.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31243.patch is attached

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

From cd7683050b537c6f72a6025428692df3885d11d5 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 1 Jun 2021 19:34:09 +0200
Subject: [PATCH] python3-Flask: update to 2.0.1.

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

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index e761c1104c9f..2238a6335eff 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
-version=1.1.2
-revision=3
+version=2.0.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-Jinja2 python3-Werkzeug
- python3-itsdangerous python3-click"
+ python3-itsdangerous>=2.0 python3-click"
 checkdepends="${depends}
 python3-pytest python3-hypothesis"
 short_desc="Python3 web microframework"
@@ -14,7 +14,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=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
+checksum=1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55
 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.1.
  2021-06-01 17:36 [PR PATCH] python3-Flask: update to 2.0.1 pfpulux
                   ` (4 preceding siblings ...)
  2021-06-02  8:05 ` [PR PATCH] [Updated] " pfpulux
@ 2021-06-08  3:17 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-08  3:17 UTC (permalink / raw)
  To: ml

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

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

python3-Flask: update to 2.0.1.
https://github.com/void-linux/void-packages/pull/31243

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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:[~2021-06-08  3:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 17:36 [PR PATCH] python3-Flask: update to 2.0.1 pfpulux
2021-06-01 17:43 ` [PR PATCH] [Updated] " pfpulux
2021-06-01 17:52 ` pfpulux
2021-06-02  4:22 ` [PR REVIEW] " ericonr
2021-06-02  8:01 ` pfpulux
2021-06-02  8:05 ` [PR PATCH] [Updated] " pfpulux
2021-06-08  3:17 ` [PR PATCH] [Closed]: " ericonr

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