Github messages for voidlinux
 help / color / mirror / Atom feed
From: Skirmisher <Skirmisher@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python(3)-Flask-WTF: update to 0.14.3
Date: Tue, 19 May 2020 21:48:48 +0200	[thread overview]
Message-ID: <20200519194848.497uNObauUqTmSU_O-Ikco6kAVQMqwDIRTeczPSqnXw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22028@inbox.vuxu.org>

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

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

https://github.com/Skirmisher/void-packages upstream-master
https://github.com/void-linux/void-packages/pull/22028

python(3)-Flask-WTF: update to 0.14.3
Apparently werkzeug recently went 1.0 and removed some deprecated imports, which Flask-WTF [fixed](https://github.com/lepture/flask-wtf/commit/8b028994b68f5fffbf920770a0b4943a5225b282) and included in this release (from three months ago...). I only noticed because of the shiny new etesync-dav package!

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

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

From 8ee3adf3d040dbe41db06e8623867cfe7f7c978c Mon Sep 17 00:00:00 2001
From: Will Springer <skirmisher@protonmail.com>
Date: Sat, 16 May 2020 21:46:57 -0700
Subject: [PATCH 1/2] python(3)-Flask-WTF: update to 0.14.3

---
 srcpkgs/python-Flask-WTF/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-WTF/template b/srcpkgs/python-Flask-WTF/template
index b2be1e630fb..d46b7af7b2e 100644
--- a/srcpkgs/python-Flask-WTF/template
+++ b/srcpkgs/python-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Flask-WTF'
 pkgname=python-Flask-WTF
-version=0.14.2
-revision=3
+version=0.14.3
+revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
@@ -13,7 +13,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="3-clause-BSD"
 homepage="https://github.com/lepture/flask-wtf"
 distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
-checksum=5d14d55cfd35f613d99ee7cba0fc3fbbe63ba02f544d349158c14ca15561cc36
+checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
 
 post_install() {
 	vlicense LICENSE

From 05321ef74630e6d8f3c5ea940d6612705caad7ed Mon Sep 17 00:00:00 2001
From: Will Springer <skirmisher@protonmail.com>
Date: Tue, 19 May 2020 12:47:11 -0700
Subject: [PATCH 2/2] python(3)-Flask-WTF: remove `pycompile-module`, fix
 license

---
 srcpkgs/python-Flask-WTF/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/python-Flask-WTF/template b/srcpkgs/python-Flask-WTF/template
index d46b7af7b2e..01dfa20e6cf 100644
--- a/srcpkgs/python-Flask-WTF/template
+++ b/srcpkgs/python-Flask-WTF/template
@@ -5,12 +5,11 @@ revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
-pycompile_module="flask_wtf"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-Flask python-WTForms"
 short_desc="Simple integration of Flask and WTForms (Python2)"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="https://github.com/lepture/flask-wtf"
 distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
 checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
@@ -21,7 +20,6 @@ post_install() {
 
 python3-Flask-WTF_package() {
 	archs=noarch
-	pycompile_module="flask_wtf"
 	depends="python3-Flask python3-WTForms"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

  reply	other threads:[~2020-05-19 19:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17  5:14 [PR PATCH] " Skirmisher
2020-05-19 19:48 ` Skirmisher [this message]
2020-05-20 19:53 ` [PR PATCH] [Merged]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200519194848.497uNObauUqTmSU_O-Ikco6kAVQMqwDIRTeczPSqnXw@z \
    --to=skirmisher@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).