Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask-WTF: update to 1.0.1.
@ 2022-09-07 12:47 pfpulux
  2022-09-07 23:16 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pfpulux @ 2022-09-07 12:47 UTC (permalink / raw)
  To: ml

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

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

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

python3-Flask-WTF: update to 1.0.1.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/39149.patch is attached

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

From b41c96cdebe11bb8cfabca3563124814843292da Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 7 Sep 2022 14:45:04 +0200
Subject: [PATCH] python3-Flask-WTF: update to 1.0.1.

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

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 916955690cb7..859d5ba2e872 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
-version=0.14.3
-revision=4
+version=1.0.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask python3-WTForms"
+checkdepends="python3-itsdangerous python3-WTForms python3-Flask"
 short_desc="Simple integration of Flask and WTForms (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/lepture/flask-wtf"
 distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
-checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
+checksum=34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }

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

* Re: [PR REVIEW] python3-Flask-WTF: update to 1.0.1.
  2022-09-07 12:47 [PR PATCH] python3-Flask-WTF: update to 1.0.1 pfpulux
@ 2022-09-07 23:16 ` classabbyamp
  2022-09-22  8:01 ` [PR PATCH] [Updated] " classabbyamp
  2022-09-22  8:08 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-07 23:16 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39149#discussion_r965374054

Comment:
```suggestion
homepage="https://github.com/lepture/flask-wtf"
changelog="https://raw.githubusercontent.com/wtforms/flask-wtf/main/docs/changes.rst"
```

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

* Re: [PR PATCH] [Updated] python3-Flask-WTF: update to 1.0.1.
  2022-09-07 12:47 [PR PATCH] python3-Flask-WTF: update to 1.0.1 pfpulux
  2022-09-07 23:16 ` [PR REVIEW] " classabbyamp
@ 2022-09-22  8:01 ` classabbyamp
  2022-09-22  8:08 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-22  8:01 UTC (permalink / raw)
  To: ml

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

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

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

python3-Flask-WTF: update to 1.0.1.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/39149.patch is attached

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

From 7c19726f46610a703b9ebf86b664cc5820256f1b Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 7 Sep 2022 14:45:04 +0200
Subject: [PATCH] python3-Flask-WTF: update to 1.0.1.

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

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 916955690cb7..032fbeb5bd01 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,18 +1,20 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
-version=0.14.3
-revision=4
+version=1.0.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask python3-WTForms"
+checkdepends="python3-itsdangerous python3-WTForms python3-Flask"
 short_desc="Simple integration of Flask and WTForms (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/lepture/flask-wtf"
+changelog="https://raw.githubusercontent.com/wtforms/flask-wtf/main/docs/changes.rst"
 distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
-checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
+checksum=34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }

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

* Re: [PR PATCH] [Merged]: python3-Flask-WTF: update to 1.0.1.
  2022-09-07 12:47 [PR PATCH] python3-Flask-WTF: update to 1.0.1 pfpulux
  2022-09-07 23:16 ` [PR REVIEW] " classabbyamp
  2022-09-22  8:01 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-09-22  8:08 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-22  8:08 UTC (permalink / raw)
  To: ml

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

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

python3-Flask-WTF: update to 1.0.1.
https://github.com/void-linux/void-packages/pull/39149

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 4+ messages in thread

end of thread, other threads:[~2022-09-22  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 12:47 [PR PATCH] python3-Flask-WTF: update to 1.0.1 pfpulux
2022-09-07 23:16 ` [PR REVIEW] " classabbyamp
2022-09-22  8:01 ` [PR PATCH] [Updated] " classabbyamp
2022-09-22  8:08 ` [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).