Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-urllib3: update to 1.26.15.
@ 2023-07-07 12:33 Bnyro
  2023-07-07 13:01 ` Bnyro
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bnyro @ 2023-07-07 12:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages python3-urllib3
https://github.com/void-linux/void-packages/pull/44908

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

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

<!--
#### 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, (x86_64-glibc)



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

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

From 39d4712442f88c6fb56c60eba1646e44d789046a Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 7 Jul 2023 14:33:12 +0200
Subject: [PATCH] python3-urllib3: update to 1.26.15.

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

diff --git a/srcpkgs/python3-urllib3/template b/srcpkgs/python3-urllib3/template
index 9d35f08c6136..914234b21827 100644
--- a/srcpkgs/python3-urllib3/template
+++ b/srcpkgs/python3-urllib3/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-urllib3'
 pkgname=python3-urllib3
-version=1.26.12
+version=1.26.15
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://urllib3.readthedocs.io/"
 distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
-checksum=3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e
+checksum=8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305
 
 pre_check() {
 	rm test/test_retry{,_deprecated}.py # FIXME

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

* Re: python3-urllib3: update to 1.26.15.
  2023-07-07 12:33 [PR PATCH] python3-urllib3: update to 1.26.15 Bnyro
@ 2023-07-07 13:01 ` Bnyro
  2023-07-07 15:27 ` mhmdanas
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-07-07 13:01 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44908#issuecomment-1625383946

Comment:
The checks just freeze my machine, weird.

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

* Re: python3-urllib3: update to 1.26.15.
  2023-07-07 12:33 [PR PATCH] python3-urllib3: update to 1.26.15 Bnyro
  2023-07-07 13:01 ` Bnyro
@ 2023-07-07 15:27 ` mhmdanas
  2023-07-07 15:32 ` Bnyro
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-07-07 15:27 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44908#issuecomment-1625582308

Comment:
For the record, there's already https://github.com/void-linux/void-packages/pull/43699, though that PR bumps the version to 2.x, which doesn't work with some packages yet.

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

* Re: python3-urllib3: update to 1.26.15.
  2023-07-07 12:33 [PR PATCH] python3-urllib3: update to 1.26.15 Bnyro
  2023-07-07 13:01 ` Bnyro
  2023-07-07 15:27 ` mhmdanas
@ 2023-07-07 15:32 ` Bnyro
  2023-07-13 16:22 ` Bnyro
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-07-07 15:32 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44908#issuecomment-1625588405

Comment:
Oh right, I see.
The failing tests seem to be the same there so the issue introducing them happened somewhere between .12 and .15 apparently.
It probably doesn't make much sense to keep this PR open, or what do you think?

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

* Re: python3-urllib3: update to 1.26.15.
  2023-07-07 12:33 [PR PATCH] python3-urllib3: update to 1.26.15 Bnyro
                   ` (2 preceding siblings ...)
  2023-07-07 15:32 ` Bnyro
@ 2023-07-13 16:22 ` Bnyro
  2023-07-13 16:22 ` [PR PATCH] [Closed]: " Bnyro
  2023-07-21  9:25 ` mhmdanas
  5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-07-13 16:22 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44908#issuecomment-1634534799

Comment:
Closing this as I think it makes more sense to update to the 2.x series directly instead.

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

* Re: [PR PATCH] [Closed]: python3-urllib3: update to 1.26.15.
  2023-07-07 12:33 [PR PATCH] python3-urllib3: update to 1.26.15 Bnyro
                   ` (3 preceding siblings ...)
  2023-07-13 16:22 ` Bnyro
@ 2023-07-13 16:22 ` Bnyro
  2023-07-21  9:25 ` mhmdanas
  5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2023-07-13 16:22 UTC (permalink / raw)
  To: ml

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

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

python3-urllib3: update to 1.26.15.
https://github.com/void-linux/void-packages/pull/44908

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)



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

* Re: python3-urllib3: update to 1.26.15.
  2023-07-07 12:33 [PR PATCH] python3-urllib3: update to 1.26.15 Bnyro
                   ` (4 preceding siblings ...)
  2023-07-13 16:22 ` [PR PATCH] [Closed]: " Bnyro
@ 2023-07-21  9:25 ` mhmdanas
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-07-21  9:25 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44908#issuecomment-1645286420

Comment:
I'd reopen this, who knows when it'll be possible to bump to 2.x?

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

end of thread, other threads:[~2023-07-21  9:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07 12:33 [PR PATCH] python3-urllib3: update to 1.26.15 Bnyro
2023-07-07 13:01 ` Bnyro
2023-07-07 15:27 ` mhmdanas
2023-07-07 15:32 ` Bnyro
2023-07-13 16:22 ` Bnyro
2023-07-13 16:22 ` [PR PATCH] [Closed]: " Bnyro
2023-07-21  9:25 ` mhmdanas

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