Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-urllib3: update to 2.0.1.
@ 2023-05-01 16:37 mhmdanas
  2023-05-07  7:29 ` bastimeyer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mhmdanas @ 2023-05-01 16:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages python3-urllib3-2.0.1
https://github.com/void-linux/void-packages/pull/43699

python3-urllib3: update to 2.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (tested streamlink and it doesn't work)

TODO:
- [] Fix tests
- [] Test (and if necessary, fix) dependents

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/43699.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-urllib3-2.0.1-43699.patch --]
[-- Type: text/x-diff, Size: 1813 bytes --]

From fff4c18343988c9c99ee7b764a8246e8cb5d3169 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 1 May 2023 18:44:08 +0300
Subject: [PATCH] python3-urllib3: update to 2.0.1.

---
 srcpkgs/python3-urllib3/template | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/python3-urllib3/template b/srcpkgs/python3-urllib3/template
index 9d35f08c6136..14b018eee9c0 100644
--- a/srcpkgs/python3-urllib3/template
+++ b/srcpkgs/python3-urllib3/template
@@ -1,26 +1,21 @@
 # Template file for 'python3-urllib3'
 pkgname=python3-urllib3
-version=1.26.12
+version=2.0.1
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-six"
-checkdepends="python3-pytest python3-trustme python3-mock python3-pysocks
- python3-tornado python3-dateutil"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools hatchling"
+depends="python3"
+checkdepends="python3-pytest python3-freezegun python3-pytest-timeout
+ python3-trustme python3-mock python3-pysocks python3-tornado python3-dateutil
+ python3-cryptography"
 short_desc="HTTP library with thread-safe connection pooling"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://urllib3.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/urllib3/urllib3/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
-checksum=3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e
-
-pre_check() {
-	rm test/test_retry{,_deprecated}.py # FIXME
-}
+checksum=2ce66a68134be469f5df5d46d724237489b3cd85b2bba2223dbbee1746548826
 
 post_install() {
-	rm ${DESTDIR}/${py3_sitelib}/urllib3/packages/six.py
-	ln -sf ../../six.py ${DESTDIR}/${py3_sitelib}/urllib3/packages/six.py
-
 	vlicense LICENSE.txt
 }

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

* Re: python3-urllib3: update to 2.0.1.
  2023-05-01 16:37 [PR PATCH] python3-urllib3: update to 2.0.1 mhmdanas
@ 2023-05-07  7:29 ` bastimeyer
  2023-05-07 16:28 ` [PR PATCH] [Updated] python3-urllib3: update to 2.0.2 mhmdanas
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bastimeyer @ 2023-05-07  7:29 UTC (permalink / raw)
  To: ml

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

New comment by bastimeyer on void-packages repository

https://github.com/void-linux/void-packages/pull/43699#issuecomment-1537344176

Comment:
> tested streamlink and it doesn't work

That issue got fixed here:
https://github.com/streamlink/streamlink/releases/tag/5.5.0

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

* Re: [PR PATCH] [Updated] python3-urllib3: update to 2.0.2.
  2023-05-01 16:37 [PR PATCH] python3-urllib3: update to 2.0.1 mhmdanas
  2023-05-07  7:29 ` bastimeyer
@ 2023-05-07 16:28 ` mhmdanas
  2023-06-12 13:49 ` mhmdanas
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-05-07 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages python3-urllib3-2.0.1
https://github.com/void-linux/void-packages/pull/43699

python3-urllib3: update to 2.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (tested streamlink and it doesn't work)

TODO:
- [ ] Fix tests
- [ ] Test (and if necessary, fix) dependents

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/43699.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-urllib3-2.0.1-43699.patch --]
[-- Type: text/x-diff, Size: 3009 bytes --]

From 5b70b682789ab27fed4e6d6783b1a63930ba2ab5 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 1 May 2023 18:44:08 +0300
Subject: [PATCH 1/2] python3-urllib3: update to 2.0.2.

---
 srcpkgs/python3-urllib3/template | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/python3-urllib3/template b/srcpkgs/python3-urllib3/template
index 9d35f08c6136..a84a83f7a958 100644
--- a/srcpkgs/python3-urllib3/template
+++ b/srcpkgs/python3-urllib3/template
@@ -1,26 +1,21 @@
 # Template file for 'python3-urllib3'
 pkgname=python3-urllib3
-version=1.26.12
+version=2.0.2
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-six"
-checkdepends="python3-pytest python3-trustme python3-mock python3-pysocks
- python3-tornado python3-dateutil"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools hatchling"
+depends="python3"
+checkdepends="python3-pytest python3-freezegun python3-pytest-timeout
+ python3-trustme python3-mock python3-pysocks python3-tornado python3-dateutil
+ python3-cryptography"
 short_desc="HTTP library with thread-safe connection pooling"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://urllib3.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/urllib3/urllib3/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
-checksum=3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e
-
-pre_check() {
-	rm test/test_retry{,_deprecated}.py # FIXME
-}
+checksum=61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc
 
 post_install() {
-	rm ${DESTDIR}/${py3_sitelib}/urllib3/packages/six.py
-	ln -sf ../../six.py ${DESTDIR}/${py3_sitelib}/urllib3/packages/six.py
-
 	vlicense LICENSE.txt
 }

From b9627132853f1a842093d728261bc87d59d0717e Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 7 May 2023 19:23:49 +0300
Subject: [PATCH 2/2] streamlink: update to 5.5.0.

---
 srcpkgs/streamlink/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index 5c82d253dd5f..7aff56f04f2c 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,6 +1,6 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=5.4.0
+version=5.5.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-versioningit"
@@ -15,7 +15,7 @@ license="BSD-2-Clause"
 homepage="https://streamlink.github.io/"
 changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
 distfiles="https://github.com/streamlink/streamlink/releases/download/$version/streamlink-$version.tar.gz"
-checksum=d854348c19e032140d06ba13ee4d9b96fa838b979b689133dfd9bbdda474310b
+checksum=50fffe0fe1312edfff8ae5864bafb42385d2afa4fc04370d6536348412bdc31c
 make_check_pre="env PYTHONPATH=src"
 make_check=ci-skip # some tests fail when running as root
 

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

* Re: [PR PATCH] [Updated] python3-urllib3: update to 2.0.2.
  2023-05-01 16:37 [PR PATCH] python3-urllib3: update to 2.0.1 mhmdanas
  2023-05-07  7:29 ` bastimeyer
  2023-05-07 16:28 ` [PR PATCH] [Updated] python3-urllib3: update to 2.0.2 mhmdanas
@ 2023-06-12 13:49 ` mhmdanas
  2023-10-06  1:45 ` python3-urllib3: update to 2.0.3 github-actions
  2023-10-21  1:44 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-06-12 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages python3-urllib3-2.0.1
https://github.com/void-linux/void-packages/pull/43699

python3-urllib3: update to 2.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (tested streamlink and it doesn't work)

TODO:
- [ ] Fix tests
- [ ] Test (and if necessary, fix) dependents

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/43699.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-urllib3-2.0.1-43699.patch --]
[-- Type: text/x-diff, Size: 6606 bytes --]

From f57a9a4d963d57dfa9bbbe391601c05a7a724320 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 1 May 2023 18:44:08 +0300
Subject: [PATCH 1/5] python3-urllib3: update to 2.0.3.

---
 srcpkgs/python3-urllib3/template | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/python3-urllib3/template b/srcpkgs/python3-urllib3/template
index 9d35f08c6136..8bcc2cf16fb4 100644
--- a/srcpkgs/python3-urllib3/template
+++ b/srcpkgs/python3-urllib3/template
@@ -1,26 +1,21 @@
 # Template file for 'python3-urllib3'
 pkgname=python3-urllib3
-version=1.26.12
+version=2.0.3
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-six"
-checkdepends="python3-pytest python3-trustme python3-mock python3-pysocks
- python3-tornado python3-dateutil"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools hatchling"
+depends="python3"
+checkdepends="python3-pytest python3-freezegun python3-pytest-timeout
+ python3-trustme python3-mock python3-pysocks python3-tornado python3-dateutil
+ python3-cryptography"
 short_desc="HTTP library with thread-safe connection pooling"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://urllib3.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/urllib3/urllib3/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
-checksum=3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e
-
-pre_check() {
-	rm test/test_retry{,_deprecated}.py # FIXME
-}
+checksum=bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825
 
 post_install() {
-	rm ${DESTDIR}/${py3_sitelib}/urllib3/packages/six.py
-	ln -sf ../../six.py ${DESTDIR}/${py3_sitelib}/urllib3/packages/six.py
-
 	vlicense LICENSE.txt
 }

From 13c0ac05649a81c396329264487d0b523430a52f Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Wed, 7 Jun 2023 16:43:00 +0100
Subject: [PATCH 2/5] python3-sentry: update to 1.25.0.

---
 srcpkgs/python3-sentry/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index d8cd7aecc0f7..1a51efd146d4 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
-version=1.0.0
-revision=3
-build_style=python3-module
-hostmakedepends=python3-setuptools
+version=1.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
 depends="python3-certifi python3-urllib3"
 checkdepends="${depends}"
 short_desc="New Python SDK for Sentry.io"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/getsentry/sentry-python"
+changelog="https://raw.githubusercontent.com/getsentry/sentry-python/master/CHANGELOG.md"
 distfiles="https://github.com/getsentry/sentry-python/archive/${version}.tar.gz"
-checksum=@514331143990028b4cecf9f8e4ff5dfe4c0dddd0dcb206b28b7fba22ada6cece
+checksum=a53fbdad48764fb4d47d16e0f554f99890e80b85def906e7ad9daf828808127e
 
 do_check() {
 	cd build/lib

From f797ff6b77646471fdab7fe935671282eaa80d93 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Wed, 7 Jun 2023 16:51:10 +0100
Subject: [PATCH 3/5] python3-requests: update to 2.31.0.

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

diff --git a/srcpkgs/python3-requests/template b/srcpkgs/python3-requests/template
index a63200112db3..2f64822d4cd1 100644
--- a/srcpkgs/python3-requests/template
+++ b/srcpkgs/python3-requests/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-requests'
 pkgname=python3-requests
-version=2.28.2
+version=2.31.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ca-certificates python3-charset-normalizer python3-urllib3 python3-idna"
 checkdepends="python3-pytest $depends python3-trustme python3-pytest-httpbin
- python3-pytest-mock python3-pysocks"
+ python3-pytest-mock python3-pysocks python3-pytest-xdist"
 short_desc="Python3 HTTP library for human beings"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="Apache-2.0"
 homepage="https://python-requests.org/"
 changelog="https://raw.githubusercontent.com/psf/requests/master/HISTORY.md"
 distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
-checksum=98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf
+checksum=942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
 
 post_patch() {
 	vsed -i '/certifi/d' setup.py

From b1cee5da772effe3a816d2f2240577a63f364928 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Wed, 7 Jun 2023 17:07:31 +0100
Subject: [PATCH 4/5] python3-requests-unixsocket: remove unused dependency.

Not revbumping because python3-urllib3 is a dependency of
python3-requests anyway.
---
 srcpkgs/python3-requests-unixsocket/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index 110a5eb82771..107dd1f74f00 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -4,7 +4,7 @@ version=0.3.0
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
-depends="python3-requests python3-urllib3"
+depends="python3-requests"
 checkdepends="$depends python3-waitress python3-pytest"
 short_desc="Use requests to talk HTTP via a UNIX domain socket"
 maintainer="Andrew Benson <abenson+void@gmail.com>"

From e6da5e604536b3fb7a239c63f2e62241f6f2b572 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Wed, 7 Jun 2023 17:08:26 +0100
Subject: [PATCH 5/5] python3-pyfavicon: remove unused checkdepends.

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index c891d95f6b6c..849da4f303b2 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -5,8 +5,7 @@ revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-Pillow python3-aiohttp"
-checkdepends="$depends python3-pytest-cov python3-requests python3-docopt
- python3-urllib3"
+checkdepends="$depends python3-pytest"
 short_desc="Async favicon fetcher for Python"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MIT"

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

* Re: python3-urllib3: update to 2.0.3.
  2023-05-01 16:37 [PR PATCH] python3-urllib3: update to 2.0.1 mhmdanas
                   ` (2 preceding siblings ...)
  2023-06-12 13:49 ` mhmdanas
@ 2023-10-06  1:45 ` github-actions
  2023-10-21  1:44 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-10-06  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43699#issuecomment-1749875694

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: python3-urllib3: update to 2.0.3.
  2023-05-01 16:37 [PR PATCH] python3-urllib3: update to 2.0.1 mhmdanas
                   ` (3 preceding siblings ...)
  2023-10-06  1:45 ` python3-urllib3: update to 2.0.3 github-actions
@ 2023-10-21  1:44 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-10-21  1:44 UTC (permalink / raw)
  To: ml

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

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

python3-urllib3: update to 2.0.3.
https://github.com/void-linux/void-packages/pull/43699

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

TODO:
- [ ] Fix tests

Dependents that don't support urllib3 2.x yet:
- [ ] buku: no support upstream yet
- [ ] python3-botocore: https://github.com/boto/botocore/issues/2926

Unclear if these dependents support urllib3 2.x:
  - [ ] coursera-dl
  - [ ] duplicity
  - [ ] python3-spotipy
  - [ ] python3-dulwich

Related: https://github.com/void-linux/void-packages/pull/44387
 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 6+ messages in thread

end of thread, other threads:[~2023-10-21  1:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 16:37 [PR PATCH] python3-urllib3: update to 2.0.1 mhmdanas
2023-05-07  7:29 ` bastimeyer
2023-05-07 16:28 ` [PR PATCH] [Updated] python3-urllib3: update to 2.0.2 mhmdanas
2023-06-12 13:49 ` mhmdanas
2023-10-06  1:45 ` python3-urllib3: update to 2.0.3 github-actions
2023-10-21  1:44 ` [PR PATCH] [Closed]: " github-actions

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