Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan.
@ 2021-11-20 16:24 mobinmob
  2021-11-20 19:24 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2021-11-20 16:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1277 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/34170

python3-Flask-HTTPAuth: update to 4.5.0, orphan.
Also:
- disable tests.

<!-- 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 [skip CI](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/34170.patch is attached

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

From 7f965ed1db029f258a4cca01942c1056057e44f3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 20 Nov 2021 18:22:45 +0200
Subject: [PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan.

Also:
- disable tests.
---
 srcpkgs/python3-Flask-HTTPAuth/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index 8245bda8dcec..8a30d51ebef1 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
-version=4.4.0
-revision=2
+version=4.5.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>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
 distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
-checksum=bcaaa7a35a3cba0b2eafd4f113b3016bf70eb78087456d96484c3c18928b813a
+checksum=395040fda2854df800d15e84bc4a81a5f32f1d4a5e91eee554936f36f330aa29
+make_check=no # needs packages not in repo
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-Flask-HTTPAuth: update to 4.5.0, orphan.
  2021-11-20 16:24 [PR PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan mobinmob
@ 2021-11-20 19:24 ` paper42
  2021-11-20 19:31 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-11-20 19:24 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34170#discussion_r753705857

Comment:
Could you list at least one of them so if they are ever packaged, a simple grep through srcpkgs will show which tests can be enabled?

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

* Re: [PR PATCH] [Updated] python3-Flask-HTTPAuth: update to 4.5.0, orphan.
  2021-11-20 16:24 [PR PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan mobinmob
  2021-11-20 19:24 ` [PR REVIEW] " paper42
@ 2021-11-20 19:31 ` mobinmob
  2021-11-20 19:32 ` [PR REVIEW] " mobinmob
  2021-11-20 20:29 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-11-20 19:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1282 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/34170

python3-Flask-HTTPAuth: update to 4.5.0, orphan.
Also:
- disable tests.

<!-- 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 [skip CI](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/34170.patch is attached

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

From 8b0369d511cf3354ab943e3236ab78cf935e54ba Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 20 Nov 2021 18:22:45 +0200
Subject: [PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan.

Also:
- disable tests.
---
 srcpkgs/python3-Flask-HTTPAuth/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index 8245bda8dcec..22dfe8a31856 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
-version=4.4.0
-revision=2
+version=4.5.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>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
 distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
-checksum=bcaaa7a35a3cba0b2eafd4f113b3016bf70eb78087456d96484c3c18928b813a
+checksum=395040fda2854df800d15e84bc4a81a5f32f1d4a5e91eee554936f36f330aa29
+make_check=no # needs packages not in repo (asgiref)
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-Flask-HTTPAuth: update to 4.5.0, orphan.
  2021-11-20 16:24 [PR PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan mobinmob
  2021-11-20 19:24 ` [PR REVIEW] " paper42
  2021-11-20 19:31 ` [PR PATCH] [Updated] " mobinmob
@ 2021-11-20 19:32 ` mobinmob
  2021-11-20 20:29 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-11-20 19:32 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/34170#discussion_r753706498

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: python3-Flask-HTTPAuth: update to 4.5.0, orphan.
  2021-11-20 16:24 [PR PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan mobinmob
                   ` (2 preceding siblings ...)
  2021-11-20 19:32 ` [PR REVIEW] " mobinmob
@ 2021-11-20 20:29 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-11-20 20:29 UTC (permalink / raw)
  To: ml

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

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

python3-Flask-HTTPAuth: update to 4.5.0, orphan.
https://github.com/void-linux/void-packages/pull/34170

Description:
Also:
- disable tests.

<!-- 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 [skip CI](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] 5+ messages in thread

end of thread, other threads:[~2021-11-20 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20 16:24 [PR PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan mobinmob
2021-11-20 19:24 ` [PR REVIEW] " paper42
2021-11-20 19:31 ` [PR PATCH] [Updated] " mobinmob
2021-11-20 19:32 ` [PR REVIEW] " mobinmob
2021-11-20 20:29 ` [PR PATCH] [Merged]: " paper42

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