Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-Flask-Login: update to 0.5.0.
@ 2020-04-23 15:53 pfpulux
  2020-04-23 16:10 ` [PR PATCH] [Updated] " pfpulux
  2020-04-25  9:13 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: pfpulux @ 2020-04-23 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-Flask-Login
https://github.com/void-linux/void-packages/pull/21275

python-Flask-Login: update to 0.5.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-Flask-Login-21275.patch --]
[-- Type: text/x-diff, Size: 1105 bytes --]

From 1829d6d4e630e343df1555a31d1509938d5c67af Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 23 Apr 2020 17:53:11 +0200
Subject: [PATCH] python-Flask-Login: update to 0.5.0.

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

diff --git a/srcpkgs/python-Flask-Login/template b/srcpkgs/python-Flask-Login/template
index ccaab92d857..42e06c3752f 100644
--- a/srcpkgs/python-Flask-Login/template
+++ b/srcpkgs/python-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Flask-Login'
 pkgname=python-Flask-Login
-version=0.4.1
-revision=2
+version=0.5.0
+revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
@@ -13,7 +13,7 @@ maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/maxcountryman/flask-login"
 distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz"
-checksum=c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec
+checksum=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python-Flask-Login: update to 0.5.0.
  2020-04-23 15:53 [PR PATCH] python-Flask-Login: update to 0.5.0 pfpulux
@ 2020-04-23 16:10 ` pfpulux
  2020-04-25  9:13 ` [PR PATCH] [Merged]: " Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: pfpulux @ 2020-04-23 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-Flask-Login
https://github.com/void-linux/void-packages/pull/21275

python-Flask-Login: update to 0.5.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-Flask-Login-21275.patch --]
[-- Type: text/x-diff, Size: 1516 bytes --]

From 0d568c7780f991517294167fe22236a5cf5af644 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 23 Apr 2020 17:53:11 +0200
Subject: [PATCH] python-Flask-Login: update to 0.5.0.

---
 srcpkgs/python-Flask-Login/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-Flask-Login/template b/srcpkgs/python-Flask-Login/template
index ccaab92d857..a9b982bdce6 100644
--- a/srcpkgs/python-Flask-Login/template
+++ b/srcpkgs/python-Flask-Login/template
@@ -1,11 +1,10 @@
 # Template file for 'python-Flask-Login'
 pkgname=python-Flask-Login
-version=0.4.1
-revision=2
+version=0.5.0
+revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
-pycompile_module="flask_login.py"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-Flask"
 short_desc="User session management for Flask (Python2)"
@@ -13,7 +12,7 @@ maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/maxcountryman/flask-login"
 distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz"
-checksum=c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec
+checksum=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
 
 post_install() {
 	vlicense LICENSE
@@ -22,7 +21,6 @@ post_install() {
 python3-Flask-Login_package() {
 	archs=noarch
 	depends="python3-Flask"
-	pycompile_module="flask_login.py"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

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

* Re: [PR PATCH] [Merged]: python-Flask-Login: update to 0.5.0.
  2020-04-23 15:53 [PR PATCH] python-Flask-Login: update to 0.5.0 pfpulux
  2020-04-23 16:10 ` [PR PATCH] [Updated] " pfpulux
@ 2020-04-25  9:13 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2020-04-25  9:13 UTC (permalink / raw)
  To: ml

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

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

python-Flask-Login: update to 0.5.0.
https://github.com/void-linux/void-packages/pull/21275

Description:


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

end of thread, other threads:[~2020-04-25  9:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 15:53 [PR PATCH] python-Flask-Login: update to 0.5.0 pfpulux
2020-04-23 16:10 ` [PR PATCH] [Updated] " pfpulux
2020-04-25  9:13 ` [PR PATCH] [Merged]: " Chocimier

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