Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-WTForms: update to 3.1.0.
@ 2023-10-21 16:59 DragonGhost7
  2023-11-16 13:42 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-10-21 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages wtforms
https://github.com/void-linux/void-packages/pull/46816

python3-WTForms: update to 3.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl
  - armv7l
  - x86_64-musl



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

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

From a2d4eb4587dce0b987a2a9f3ba56cdebc05b2803 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 21 Oct 2023 12:55:42 -0400
Subject: [PATCH] python3-WTForms: update to 3.1.0.

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

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index f23c7bf0bf2a5..96486ace25ea0 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
-version=3.0.1
-revision=3
-build_style=python3-module
-hostmakedepends="python3-setuptools python3-wheel python3-Babel"
+version=3.1.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel hatchling python3-Babel"
 depends="python3 python3-MarkupSafe python3-email-validator"
 checkdepends="python3-pytest ${depends}"
 short_desc="Forms validation and rendering library for Python3"
@@ -11,8 +11,8 @@ maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://wtforms.simplecodes.com/"
 #changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz"
-checksum=6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc
+distfiles="${PYPI_SITE}/W/WTForms/wtforms-${version}.tar.gz"
+checksum=4edd15771630289a5fa343d58822f72749822ca5a39dd33f92ee917cf72b954b
 
 post_install() {
 	vlicense LICENSE.rst LICENSE

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

* Re: [PR REVIEW] python3-WTForms: update to 3.1.0.
  2023-10-21 16:59 [PR PATCH] python3-WTForms: update to 3.1.0 DragonGhost7
@ 2023-11-16 13:42 ` ahesford
  2023-11-16 13:42 ` ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-16 13:42 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46816#discussion_r1395712707

Comment:
It seems `python3-wheel` is not required with `hatchling`.

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

* Re: [PR REVIEW] python3-WTForms: update to 3.1.0.
  2023-10-21 16:59 [PR PATCH] python3-WTForms: update to 3.1.0 DragonGhost7
  2023-11-16 13:42 ` [PR REVIEW] " ahesford
@ 2023-11-16 13:42 ` ahesford
  2023-11-21  5:32 ` [PR PATCH] [Updated] " DragonGhost7
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-16 13:42 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46816#discussion_r1395712948

Comment:
While you're at it, please uncomment this changelog.

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

* Re: [PR PATCH] [Updated] python3-WTForms: update to 3.1.0.
  2023-10-21 16:59 [PR PATCH] python3-WTForms: update to 3.1.0 DragonGhost7
  2023-11-16 13:42 ` [PR REVIEW] " ahesford
  2023-11-16 13:42 ` ahesford
@ 2023-11-21  5:32 ` DragonGhost7
  2023-11-21  5:32 ` [PR REVIEW] " DragonGhost7
  2023-11-21 11:31 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-11-21  5:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages wtforms
https://github.com/void-linux/void-packages/pull/46816

python3-WTForms: update to 3.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl
  - armv7l
  - x86_64-musl



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

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

From 7b207fa007384385f52629448f49488fa7d38577 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 21 Oct 2023 12:55:42 -0400
Subject: [PATCH] python3-WTForms: update to 3.1.0.

---
 srcpkgs/python3-WTForms/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index f23c7bf0bf2a5..0844d08859a84 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
-version=3.0.1
-revision=3
-build_style=python3-module
-hostmakedepends="python3-setuptools python3-wheel python3-Babel"
+version=3.1.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools hatchling python3-Babel"
 depends="python3 python3-MarkupSafe python3-email-validator"
 checkdepends="python3-pytest ${depends}"
 short_desc="Forms validation and rendering library for Python3"
 maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://wtforms.simplecodes.com/"
-#changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz"
-checksum=6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc
+changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/W/WTForms/wtforms-${version}.tar.gz"
+checksum=4edd15771630289a5fa343d58822f72749822ca5a39dd33f92ee917cf72b954b
 
 post_install() {
 	vlicense LICENSE.rst LICENSE

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

* Re: [PR REVIEW] python3-WTForms: update to 3.1.0.
  2023-10-21 16:59 [PR PATCH] python3-WTForms: update to 3.1.0 DragonGhost7
                   ` (2 preceding siblings ...)
  2023-11-21  5:32 ` [PR PATCH] [Updated] " DragonGhost7
@ 2023-11-21  5:32 ` DragonGhost7
  2023-11-21 11:31 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-11-21  5:32 UTC (permalink / raw)
  To: ml

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

New review comment by DragonGhost7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46816#discussion_r1400046919

Comment:
Indeed it is not, it has been removed.

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

* Re: [PR PATCH] [Merged]: python3-WTForms: update to 3.1.0.
  2023-10-21 16:59 [PR PATCH] python3-WTForms: update to 3.1.0 DragonGhost7
                   ` (3 preceding siblings ...)
  2023-11-21  5:32 ` [PR REVIEW] " DragonGhost7
@ 2023-11-21 11:31 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-21 11:31 UTC (permalink / raw)
  To: ml

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

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

python3-WTForms: update to 3.1.0.
https://github.com/void-linux/void-packages/pull/46816

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl
  - armv7l
  - x86_64-musl



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

end of thread, other threads:[~2023-11-21 11:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 16:59 [PR PATCH] python3-WTForms: update to 3.1.0 DragonGhost7
2023-11-16 13:42 ` [PR REVIEW] " ahesford
2023-11-16 13:42 ` ahesford
2023-11-21  5:32 ` [PR PATCH] [Updated] " DragonGhost7
2023-11-21  5:32 ` [PR REVIEW] " DragonGhost7
2023-11-21 11:31 ` [PR PATCH] [Merged]: " ahesford

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