Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask-Login: update to 0.6.2.
@ 2022-08-10  5:08 pfpulux
  2022-08-10  6:04 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pfpulux @ 2022-08-10  5:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Flask-Login
https://github.com/void-linux/void-packages/pull/38577

python3-Flask-Login: update to 0.6.2.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38577.patch is attached

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

From d99a9f3683f6a3335740dd6748df5deb03241076 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 07:07:22 +0200
Subject: [PATCH] python3-Flask-Login: update to 0.6.2.

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

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index 023331ee75bc..a197afec0c44 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
-version=0.5.0
-revision=4
+version=0.6.2
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask"
+checkdepends="python3-Werkzeug python3-Flask"
 short_desc="User session management for Flask (Python3)"
 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=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
+checksum=c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-Flask-Login: update to 0.6.2.
  2022-08-10  5:08 [PR PATCH] python3-Flask-Login: update to 0.6.2 pfpulux
@ 2022-08-10  6:04 ` classabbyamp
  2022-08-10 15:05 ` [PR PATCH] [Updated] " pfpulux
  2022-08-10 15:31 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-08-10  6:04 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38577#discussion_r942050228

Comment:
```suggestion
homepage="https://github.com/maxcountryman/flask-login"
changelog="https://github.com/maxcountryman/flask-login/raw/main/CHANGES.md"
```

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

* Re: [PR PATCH] [Updated] python3-Flask-Login: update to 0.6.2.
  2022-08-10  5:08 [PR PATCH] python3-Flask-Login: update to 0.6.2 pfpulux
  2022-08-10  6:04 ` [PR REVIEW] " classabbyamp
@ 2022-08-10 15:05 ` pfpulux
  2022-08-10 15:31 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: pfpulux @ 2022-08-10 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-Flask-Login
https://github.com/void-linux/void-packages/pull/38577

python3-Flask-Login: update to 0.6.2.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38577.patch is attached

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

From 4196037bfe70f06bea765758a1c9ef61079a05a4 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 10 Aug 2022 07:07:22 +0200
Subject: [PATCH] python3-Flask-Login: update to 0.6.2.

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

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index 023331ee75bc..77b8d699cbbe 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
-version=0.5.0
-revision=4
+version=0.6.2
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask"
+checkdepends="python3-Werkzeug python3-Flask"
 short_desc="User session management for Flask (Python3)"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/maxcountryman/flask-login"
+changelog="https://github.com/maxcountryman/flask-login/raw/main/CHANGES.md"
 distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz"
-checksum=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
+checksum=c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-Flask-Login: update to 0.6.2.
  2022-08-10  5:08 [PR PATCH] python3-Flask-Login: update to 0.6.2 pfpulux
  2022-08-10  6:04 ` [PR REVIEW] " classabbyamp
  2022-08-10 15:05 ` [PR PATCH] [Updated] " pfpulux
@ 2022-08-10 15:31 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-08-10 15:31 UTC (permalink / raw)
  To: ml

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

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

python3-Flask-Login: update to 0.6.2.
https://github.com/void-linux/void-packages/pull/38577

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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-08-10 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10  5:08 [PR PATCH] python3-Flask-Login: update to 0.6.2 pfpulux
2022-08-10  6:04 ` [PR REVIEW] " classabbyamp
2022-08-10 15:05 ` [PR PATCH] [Updated] " pfpulux
2022-08-10 15:31 ` [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).