Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask-HTTPAuth: update to 4.4.0.
@ 2021-05-29 14:41 mobinmob
  2021-05-31 14:23 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2021-05-29 14:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-Flask-HTTPAuth
https://github.com/void-linux/void-packages/pull/31207

python3-Flask-HTTPAuth: update to 4.4.0.
Also fix tests.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31207.patch is attached

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

From 4a0fbd47809c82f8a03b6df8cf5c1e2b0c3a0814 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 29 May 2021 17:39:54 +0300
Subject: [PATCH] python3-Flask-HTTPAuth: update to 4.4.0.

Also fix tests.
---
 srcpkgs/python3-Flask-HTTPAuth/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index 30a1282ad383..94985dcdfc90 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
-version=4.2.0
+version=4.4.0
 revision=1
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask"
+checkdepends=" ${depends}"
 short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="MIT"
 homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
 distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
-checksum=8c7e49e53ce7dc14e66fe39b9334e4b7ceb8d0b99a6ba1c3562bb528ef9da84a
+checksum=bcaaa7a35a3cba0b2eafd4f113b3016bf70eb78087456d96484c3c18928b813a
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-Flask-HTTPAuth: update to 4.4.0.
  2021-05-29 14:41 [PR PATCH] python3-Flask-HTTPAuth: update to 4.4.0 mobinmob
@ 2021-05-31 14:23 ` ericonr
  2021-06-03 10:29 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-05-31 14:23 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31207#discussion_r642525358

Comment:
```suggestion
checkdepends="${depends}"
```

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

* Re: [PR PATCH] [Updated] python3-Flask-HTTPAuth: update to 4.4.0.
  2021-05-29 14:41 [PR PATCH] python3-Flask-HTTPAuth: update to 4.4.0 mobinmob
  2021-05-31 14:23 ` [PR REVIEW] " ericonr
@ 2021-06-03 10:29 ` mobinmob
  2021-06-03 10:30 ` [PR REVIEW] " mobinmob
  2021-06-08  3:18 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-06-03 10:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-Flask-HTTPAuth
https://github.com/void-linux/void-packages/pull/31207

python3-Flask-HTTPAuth: update to 4.4.0.
Also fix tests.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31207.patch is attached

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

From b86d01bc6fbcf7b95f93fe91479112e332813d9b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 29 May 2021 17:39:54 +0300
Subject: [PATCH] python3-Flask-HTTPAuth: update to 4.4.0.

Also fix tests.
---
 srcpkgs/python3-Flask-HTTPAuth/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index 30a1282ad383..5f2f82cec657 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
-version=4.2.0
+version=4.4.0
 revision=1
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Flask"
+checkdepends="${depends}"
 short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="MIT"
 homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
 distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
-checksum=8c7e49e53ce7dc14e66fe39b9334e4b7ceb8d0b99a6ba1c3562bb528ef9da84a
+checksum=bcaaa7a35a3cba0b2eafd4f113b3016bf70eb78087456d96484c3c18928b813a
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-Flask-HTTPAuth: update to 4.4.0.
  2021-05-29 14:41 [PR PATCH] python3-Flask-HTTPAuth: update to 4.4.0 mobinmob
  2021-05-31 14:23 ` [PR REVIEW] " ericonr
  2021-06-03 10:29 ` [PR PATCH] [Updated] " mobinmob
@ 2021-06-03 10:30 ` mobinmob
  2021-06-08  3:18 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-06-03 10:30 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/31207#discussion_r644678808

Comment:
Thanks @ericonr, done :)

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

* Re: [PR PATCH] [Merged]: python3-Flask-HTTPAuth: update to 4.4.0.
  2021-05-29 14:41 [PR PATCH] python3-Flask-HTTPAuth: update to 4.4.0 mobinmob
                   ` (2 preceding siblings ...)
  2021-06-03 10:30 ` [PR REVIEW] " mobinmob
@ 2021-06-08  3:18 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-06-08  3:18 UTC (permalink / raw)
  To: ml

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

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

python3-Flask-HTTPAuth: update to 4.4.0.
https://github.com/void-linux/void-packages/pull/31207

Description:
Also fix tests.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-29 14:41 [PR PATCH] python3-Flask-HTTPAuth: update to 4.4.0 mobinmob
2021-05-31 14:23 ` [PR REVIEW] " ericonr
2021-06-03 10:29 ` [PR PATCH] [Updated] " mobinmob
2021-06-03 10:30 ` [PR REVIEW] " mobinmob
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).