Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask-SQLAlchemy: update to 2.5.1.
@ 2021-04-02  5:16 pfpulux
  2021-04-03  6:07 ` [PR PATCH] [Updated] " pfpulux
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pfpulux @ 2021-04-02  5:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Flask-SQLAlchemy
https://github.com/void-linux/void-packages/pull/29942

python3-Flask-SQLAlchemy: update to 2.5.1.


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

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

From cffd8709aec3785ad3f92455a16c49b357e82e8f Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Fri, 2 Apr 2021 07:10:04 +0200
Subject: [PATCH] python3-Flask-SQLAlchemy: update to 2.5.1.

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

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 4d269e2c4dd8..d8ad6e6e914a 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
-version=2.4.4
-revision=2
+version=2.5.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/pallets/flask-sqlalchemy"
 distfiles="${PYPI_SITE}/F/Flask-SQLAlchemy/Flask-SQLAlchemy-${version}.tar.gz"
-checksum=bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5
+checksum=2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912
 
 post_install() {
 	vlicense LICENSE.rst

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

* Re: [PR PATCH] [Updated] python3-Flask-SQLAlchemy: update to 2.5.1.
  2021-04-02  5:16 [PR PATCH] python3-Flask-SQLAlchemy: update to 2.5.1 pfpulux
@ 2021-04-03  6:07 ` pfpulux
  2021-04-04 23:07 ` ericonr
  2021-06-08  3:18 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: pfpulux @ 2021-04-03  6:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Flask-SQLAlchemy
https://github.com/void-linux/void-packages/pull/29942

python3-Flask-SQLAlchemy: update to 2.5.1.


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

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

From 0c3dd5c3498a8968dc35fb18849c55aa9fd98147 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Fri, 2 Apr 2021 07:10:04 +0200
Subject: [PATCH] python3-Flask-SQLAlchemy: update to 2.5.1.

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

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 4d269e2c4dd8..dbcc1b9cd990 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
-version=2.4.4
-revision=2
+version=2.5.1
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask python3-SQLAlchemy"
+checkdepends="$depends"
 short_desc="Adds SQLAlchemy support to your Flask application (python3)"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/pallets/flask-sqlalchemy"
 distfiles="${PYPI_SITE}/F/Flask-SQLAlchemy/Flask-SQLAlchemy-${version}.tar.gz"
-checksum=bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5
+checksum=2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912
 
 post_install() {
 	vlicense LICENSE.rst

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

* Re: python3-Flask-SQLAlchemy: update to 2.5.1.
  2021-04-02  5:16 [PR PATCH] python3-Flask-SQLAlchemy: update to 2.5.1 pfpulux
  2021-04-03  6:07 ` [PR PATCH] [Updated] " pfpulux
@ 2021-04-04 23:07 ` ericonr
  2021-06-08  3:18 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-04-04 23:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29942#issuecomment-813113195

Comment:
Would you be open to helping test #29786 ?

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

* Re: [PR PATCH] [Merged]: python3-Flask-SQLAlchemy: update to 2.5.1.
  2021-04-02  5:16 [PR PATCH] python3-Flask-SQLAlchemy: update to 2.5.1 pfpulux
  2021-04-03  6:07 ` [PR PATCH] [Updated] " pfpulux
  2021-04-04 23:07 ` ericonr
@ 2021-06-08  3:18 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-06-08  3:18 UTC (permalink / raw)
  To: ml

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

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

python3-Flask-SQLAlchemy: update to 2.5.1.
https://github.com/void-linux/void-packages/pull/29942

Description:


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

end of thread, other threads:[~2021-06-08  3:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  5:16 [PR PATCH] python3-Flask-SQLAlchemy: update to 2.5.1 pfpulux
2021-04-03  6:07 ` [PR PATCH] [Updated] " pfpulux
2021-04-04 23:07 ` ericonr
2021-06-08  3:18 ` [PR PATCH] [Merged]: " 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).