Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pex: update to 2.1.123.
@ 2023-02-24 19:38 icp1994
  2023-02-28  5:09 ` [PR PATCH] [Updated] " icp1994
  2023-02-28 21:59 ` [PR PATCH] [Merged]: pex: update to 2.1.124 paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-02-24 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages pex
https://github.com/void-linux/void-packages/pull/42432

pex: update to 2.1.123.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 3cdfa1e5cfb48886a20609ae687f48bc753e0b34 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 24 Feb 2023 12:46:13 +0530
Subject: [PATCH] pex: update to 2.1.123.

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

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index f60308ba9d70..babfb195a376 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,6 +1,6 @@
 # Template file for 'pex'
 pkgname=pex
-version=2.1.122
+version=2.1.123
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-flit_core python3-Sphinx"
@@ -11,7 +11,7 @@ license="Apache-2.0"
 homepage="https://github.com/pantsbuild/pex"
 changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
-checksum=5211e368d85a514d3c84d581322afeb5daa53e5fc778be96bb2ff9d7cb621385
+checksum=5cf8c7aa5f21ae0c6626e0ffc217bffb052e01def38ff75bf739095fd784288a
 
 post_build() {
 	PYTHONPATH="$PWD" make -C docs man

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

* Re: [PR PATCH] [Updated] pex: update to 2.1.123.
  2023-02-24 19:38 [PR PATCH] pex: update to 2.1.123 icp1994
@ 2023-02-28  5:09 ` icp1994
  2023-02-28 21:59 ` [PR PATCH] [Merged]: pex: update to 2.1.124 paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-02-28  5:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages pex
https://github.com/void-linux/void-packages/pull/42432

pex: update to 2.1.123.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 96bb6dec43ed99697e6d3ceef6e388fff8c490bd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 24 Feb 2023 12:46:13 +0530
Subject: [PATCH] pex: update to 2.1.124.

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

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index f60308ba9d70..0471df180169 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,6 +1,6 @@
 # Template file for 'pex'
 pkgname=pex
-version=2.1.122
+version=2.1.124
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-flit_core python3-Sphinx"
@@ -11,7 +11,7 @@ license="Apache-2.0"
 homepage="https://github.com/pantsbuild/pex"
 changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
-checksum=5211e368d85a514d3c84d581322afeb5daa53e5fc778be96bb2ff9d7cb621385
+checksum=73f465a29dfbfb1c705421c612a17230f424bb4c583afc460e4968cd1e37f9ac
 
 post_build() {
 	PYTHONPATH="$PWD" make -C docs man

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

* Re: [PR PATCH] [Merged]: pex: update to 2.1.124.
  2023-02-24 19:38 [PR PATCH] pex: update to 2.1.123 icp1994
  2023-02-28  5:09 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-28 21:59 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-02-28 21:59 UTC (permalink / raw)
  To: ml

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

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

pex: update to 2.1.124.
https://github.com/void-linux/void-packages/pull/42432

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-02-28 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 19:38 [PR PATCH] pex: update to 2.1.123 icp1994
2023-02-28  5:09 ` [PR PATCH] [Updated] " icp1994
2023-02-28 21:59 ` [PR PATCH] [Merged]: pex: update to 2.1.124 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).