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

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

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

https://github.com/pfpulux/void-packages python3-Werkzeug
https://github.com/void-linux/void-packages/pull/38574

python3-Werkzeug: 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**

<!--
#### 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 add ci skip tag as described in
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/38574.patch is attached

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

From 7ea3ce9a16f5561cde4ff3a178e3e64c78775606 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 06:27:41 +0200
Subject: [PATCH] python3-Werkzeug: update to 2.2.2.

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

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index ed6980da99ea..880c796bce59 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
-version=2.0.3
+version=2.2.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ 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=b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c
+checksum=7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f
 
 do_check() {
 	# Tests depend on xprocess and pytest-timeout, which aren't packaged

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

* Re: [PR PATCH] [Updated] python3-Werkzeug: update to 2.2.2.
  2022-08-10  4:28 [PR PATCH] python3-Werkzeug: update to 2.2.2 pfpulux
@ 2022-08-10  4:33 ` pfpulux
  2022-08-10  4:37 ` pfpulux
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2022-08-10  4:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Werkzeug
https://github.com/void-linux/void-packages/pull/38574

python3-Werkzeug: 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**

<!--
#### 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 add ci skip tag as described in
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/38574.patch is attached

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

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

---
 srcpkgs/python3-Pyro4/template    | 4 ++--
 srcpkgs/python3-Werkzeug/template | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 401d2ce3046a..1950a43e3cc3 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
-version=4.80
-revision=4
+version=4.82
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index ed6980da99ea..a75332f32a4a 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
-version=2.0.3
+version=2.2.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-checkdepends="python3-pytest python3-hypothesis python3-requests"
+checkdepends="python3-pytest python3-hypothesis python3-requests python3-MarkupSafe"
 short_desc="Swiss Army knife of Python web development (Python3)"
 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=b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c
+checksum=7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f
 
 do_check() {
 	# Tests depend on xprocess and pytest-timeout, which aren't packaged

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

* Re: [PR PATCH] [Updated] python3-Werkzeug: update to 2.2.2.
  2022-08-10  4:28 [PR PATCH] python3-Werkzeug: update to 2.2.2 pfpulux
  2022-08-10  4:33 ` [PR PATCH] [Updated] " pfpulux
@ 2022-08-10  4:37 ` pfpulux
  2022-08-10 19:57 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2022-08-10  4:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Werkzeug
https://github.com/void-linux/void-packages/pull/38574

python3-Werkzeug: 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**

<!--
#### 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 add ci skip tag as described in
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/38574.patch is attached

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

From 7cb237b95e1e945349a544d3887825c7a178df43 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 06:27:41 +0200
Subject: [PATCH] python3-Werkzeug: update to 2.2.2.

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

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index ed6980da99ea..a75332f32a4a 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
-version=2.0.3
+version=2.2.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-checkdepends="python3-pytest python3-hypothesis python3-requests"
+checkdepends="python3-pytest python3-hypothesis python3-requests python3-MarkupSafe"
 short_desc="Swiss Army knife of Python web development (Python3)"
 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=b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c
+checksum=7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f
 
 do_check() {
 	# Tests depend on xprocess and pytest-timeout, which aren't packaged

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

* Re: [PR REVIEW] python3-Werkzeug: update to 2.2.2.
  2022-08-10  4:28 [PR PATCH] python3-Werkzeug: update to 2.2.2 pfpulux
  2022-08-10  4:33 ` [PR PATCH] [Updated] " pfpulux
  2022-08-10  4:37 ` pfpulux
@ 2022-08-10 19:57 ` classabbyamp
  2022-08-11  5:10 ` [PR PATCH] [Updated] " pfpulux
  2022-08-11  5:54 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-10 19:57 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38574#discussion_r942853819

Comment:
```suggestion
homepage="https://palletsprojects.com/p/werkzeug/"
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
```

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

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

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

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

https://github.com/pfpulux/void-packages python3-Werkzeug
https://github.com/void-linux/void-packages/pull/38574

python3-Werkzeug: 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**

<!--
#### 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 add ci skip tag as described in
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/38574.patch is attached

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

From 13f213f9aefa081468eae1d8f0cce3568220f418 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 06:27:41 +0200
Subject: [PATCH] python3-Werkzeug: update to 2.2.2.

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

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index ed6980da99ea..cc74734ba4f8 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
-version=2.0.3
+version=2.2.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-checkdepends="python3-pytest python3-hypothesis python3-requests"
+checkdepends="python3-pytest python3-hypothesis python3-requests python3-MarkupSafe"
 short_desc="Swiss Army knife of Python web development (Python3)"
 maintainer="Markus Berger <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="https://palletsprojects.com/p/werkzeug/"
+changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
-checksum=b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c
+checksum=7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f
 
 do_check() {
 	# Tests depend on xprocess and pytest-timeout, which aren't packaged

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

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

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

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

python3-Werkzeug: update to 2.2.2.
https://github.com/void-linux/void-packages/pull/38574

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 add ci skip tag as described in
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] 6+ messages in thread

end of thread, other threads:[~2022-08-11  5:54 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:28 [PR PATCH] python3-Werkzeug: update to 2.2.2 pfpulux
2022-08-10  4:33 ` [PR PATCH] [Updated] " pfpulux
2022-08-10  4:37 ` pfpulux
2022-08-10 19:57 ` [PR REVIEW] " classabbyamp
2022-08-11  5:10 ` [PR PATCH] [Updated] " pfpulux
2022-08-11  5:54 ` [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).