Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pex: update to 2.1.134.
@ 2023-04-25 19:42 icp1994
  2023-04-25 20:11 ` [PR PATCH] [Updated] " icp1994
  2023-04-27  2:31 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-04-25 19:42 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/43612

pex: update to 2.1.134.
#### 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/43612.patch is attached

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

From 9efd8eec3d5e61f865df81d92e0a46ab80ebe243 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 26 Apr 2023 01:11:09 +0530
Subject: [PATCH] pex: update to 2.1.134.

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

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 4f94eae81ec2..71c69d274876 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,6 +1,6 @@
 # Template file for 'pex'
 pkgname=pex
-version=2.1.131
+version=2.1.134
 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=786d6089752e41fc5139ed07f19854d2a75ef0b670457cba602893e78999eaae
+checksum=85587c37f79324be47a7121490bb270fdf39ce6d691a70f960383027fdcde9d5
 
 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.134.
  2023-04-25 19:42 [PR PATCH] pex: update to 2.1.134 icp1994
@ 2023-04-25 20:11 ` icp1994
  2023-04-27  2:31 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-04-25 20:11 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/43612

pex: update to 2.1.134.
#### 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/43612.patch is attached

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

From 63adccd78396cc48743a2f113d39fa7a8b0627b7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 26 Apr 2023 01:11:09 +0530
Subject: [PATCH] pex: update to 2.1.134.

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

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 4f94eae81ec2..71c69d274876 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,6 +1,6 @@
 # Template file for 'pex'
 pkgname=pex
-version=2.1.131
+version=2.1.134
 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=786d6089752e41fc5139ed07f19854d2a75ef0b670457cba602893e78999eaae
+checksum=85587c37f79324be47a7121490bb270fdf39ce6d691a70f960383027fdcde9d5
 
 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.134.
  2023-04-25 19:42 [PR PATCH] pex: update to 2.1.134 icp1994
  2023-04-25 20:11 ` [PR PATCH] [Updated] " icp1994
@ 2023-04-27  2:31 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-27  2:31 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.134.
https://github.com/void-linux/void-packages/pull/43612

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-04-27  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-25 19:42 [PR PATCH] pex: update to 2.1.134 icp1994
2023-04-25 20:11 ` [PR PATCH] [Updated] " icp1994
2023-04-27  2:31 ` [PR PATCH] [Merged]: " abenson

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