Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pip: update to version 22.3
@ 2022-10-22 19:05 raprocks
  2022-10-23  0:03 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: raprocks @ 2022-10-22 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/raprocks/void-packages master
https://github.com/void-linux/void-packages/pull/40113

python3-pip: update to version 22.3
<!-- 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 [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/40113.patch is attached

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

From 12f320a2c37fda7f8fb66e1102e3172e75b41977 Mon Sep 17 00:00:00 2001
From: Rohit Patil <rahulhimesh09@gmail.com>
Date: Sun, 23 Oct 2022 00:34:34 +0530
Subject: [PATCH] python3-pip: update to version 22.3

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

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index a53602cf1684..98ed442ea1a2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
-version=22.2.2
+version=22.3
 revision=1
 wrksrc="pip-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://pip.pypa.io/"
 changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
-checksum=3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b
+checksum=8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530
 # Tests have unpackaged dependencies
 make_check=no
 

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

* Re: python3-pip: update to version 22.3
  2022-10-22 19:05 [PR PATCH] python3-pip: update to version 22.3 raprocks
@ 2022-10-23  0:03 ` classabbyamp
  2022-10-23 10:19 ` [PR PATCH] [Updated] python3-pip: update to 22.3 raprocks
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-23  0:03 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40113#issuecomment-1287952590

Comment:
commit message should be `python3-pip: update to 22.3.`

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

* Re: [PR PATCH] [Updated] python3-pip: update to 22.3
  2022-10-22 19:05 [PR PATCH] python3-pip: update to version 22.3 raprocks
  2022-10-23  0:03 ` classabbyamp
@ 2022-10-23 10:19 ` raprocks
  2022-10-23 10:20 ` raprocks
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: raprocks @ 2022-10-23 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/raprocks/void-packages master
https://github.com/void-linux/void-packages/pull/40113

python3-pip: update to 22.3
<!-- 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 [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/40113.patch is attached

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

From 7896b6895b11ae19f8d4e45cb2644a868ca5fa1c Mon Sep 17 00:00:00 2001
From: Rohit Patil <rahulhimesh09@gmail.com>
Date: Sun, 23 Oct 2022 00:34:34 +0530
Subject: [PATCH] python3-pip: update to 22.3

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

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index a53602cf1684..98ed442ea1a2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
-version=22.2.2
+version=22.3
 revision=1
 wrksrc="pip-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://pip.pypa.io/"
 changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
-checksum=3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b
+checksum=8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530
 # Tests have unpackaged dependencies
 make_check=no
 

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

* Re: python3-pip: update to 22.3
  2022-10-22 19:05 [PR PATCH] python3-pip: update to version 22.3 raprocks
  2022-10-23  0:03 ` classabbyamp
  2022-10-23 10:19 ` [PR PATCH] [Updated] python3-pip: update to 22.3 raprocks
@ 2022-10-23 10:20 ` raprocks
  2022-10-23 17:58 ` classabbyamp
  2022-10-23 18:16 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: raprocks @ 2022-10-23 10:20 UTC (permalink / raw)
  To: ml

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

New comment by raprocks on void-packages repository

https://github.com/void-linux/void-packages/pull/40113#issuecomment-1288079562

Comment:
this fine?

PS: I didn't know how to change the commit message without force pushing, sorry!

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

* Re: python3-pip: update to 22.3
  2022-10-22 19:05 [PR PATCH] python3-pip: update to version 22.3 raprocks
                   ` (2 preceding siblings ...)
  2022-10-23 10:20 ` raprocks
@ 2022-10-23 17:58 ` classabbyamp
  2022-10-23 18:16 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-23 17:58 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40113#issuecomment-1288165010

Comment:
yes, force-pushing is correct

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

* Re: [PR PATCH] [Merged]: python3-pip: update to 22.3
  2022-10-22 19:05 [PR PATCH] python3-pip: update to version 22.3 raprocks
                   ` (3 preceding siblings ...)
  2022-10-23 17:58 ` classabbyamp
@ 2022-10-23 18:16 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-23 18:16 UTC (permalink / raw)
  To: ml

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

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

python3-pip: update to 22.3
https://github.com/void-linux/void-packages/pull/40113

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 [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:[~2022-10-23 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 19:05 [PR PATCH] python3-pip: update to version 22.3 raprocks
2022-10-23  0:03 ` classabbyamp
2022-10-23 10:19 ` [PR PATCH] [Updated] python3-pip: update to 22.3 raprocks
2022-10-23 10:20 ` raprocks
2022-10-23 17:58 ` classabbyamp
2022-10-23 18:16 ` [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).