Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-virtualenv: update to 20.25.3.
@ 2024-04-24 19:05 icp1994
  2024-04-24 19:08 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2024-04-24 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-virtualenv
https://github.com/void-linux/void-packages/pull/50023

python3-virtualenv: update to 20.25.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/50023.patch is attached

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

From 0d0f8a338fa5832e42cd5a8b3b07cf0adf52a5a9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 17 Apr 2024 11:07:56 +0530
Subject: [PATCH] python3-virtualenv: update to 20.25.3.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 8779536eea99ed..4ce42c16446421 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.25.1
+version=20.25.3
 revision=1
 build_style=python3-pep517
 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@@ -8,7 +8,7 @@ make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
  --deselect tests/unit/seed/wheels/test_acquire.py::test_get_wheel_download_cached"
 hostmakedepends="hatchling hatch-vcs"
 depends="python3-platformdirs python3-distlib python3-filelock"
-checkdepends="${depends} python3-pytest-mock python3-flaky python3-devel
+checkdepends="${depends} python3-pytest-xdist python3-pytest-mock python3-flaky python3-devel
  python3-pip python3-packaging"
 short_desc="Virtual Python environment builder"
 maintainer="icp <pangolin@vivaldi.net>"
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://virtualenv.pypa.io/"
 changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
-checksum=e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197
+checksum=7bb554bbdfeaacc3349fa614ea5bff6ac300fc7c335e9facf3a3bcfc703f45be
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-virtualenv: update to 20.25.3.
  2024-04-24 19:05 [PR PATCH] python3-virtualenv: update to 20.25.3 icp1994
@ 2024-04-24 19:08 ` icp1994
  2024-05-03 19:39 ` [PR PATCH] [Updated] python3-virtualenv: update to 20.26.0 icp1994
  2024-05-04 19:01 ` [PR PATCH] [Merged]: python3-virtualenv: update to 20.26.1 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-04-24 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-virtualenv
https://github.com/void-linux/void-packages/pull/50023

python3-virtualenv: update to 20.25.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/50023.patch is attached

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

From 3c7f65e226e3252fbbf29c3c03832afca1d6f934 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 17 Apr 2024 11:07:56 +0530
Subject: [PATCH] python3-virtualenv: update to 20.26.0.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 8779536eea99ed..f83261ed9a1fba 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.25.1
+version=20.26.0
 revision=1
 build_style=python3-pep517
 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@@ -8,7 +8,7 @@ make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
  --deselect tests/unit/seed/wheels/test_acquire.py::test_get_wheel_download_cached"
 hostmakedepends="hatchling hatch-vcs"
 depends="python3-platformdirs python3-distlib python3-filelock"
-checkdepends="${depends} python3-pytest-mock python3-flaky python3-devel
+checkdepends="${depends} python3-pytest-xdist python3-pytest-mock python3-flaky python3-devel
  python3-pip python3-packaging"
 short_desc="Virtual Python environment builder"
 maintainer="icp <pangolin@vivaldi.net>"
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://virtualenv.pypa.io/"
 changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
-checksum=e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197
+checksum=ec25a9671a5102c8d2657f62792a27b48f016664c6873f6beed3800008577210
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-virtualenv: update to 20.26.0.
  2024-04-24 19:05 [PR PATCH] python3-virtualenv: update to 20.25.3 icp1994
  2024-04-24 19:08 ` [PR PATCH] [Updated] " icp1994
@ 2024-05-03 19:39 ` icp1994
  2024-05-04 19:01 ` [PR PATCH] [Merged]: python3-virtualenv: update to 20.26.1 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-05-03 19:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-virtualenv
https://github.com/void-linux/void-packages/pull/50023

python3-virtualenv: update to 20.26.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/50023.patch is attached

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

From 5410cddc63708aaeba39788fc5f082bddbe96713 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 17 Apr 2024 11:07:56 +0530
Subject: [PATCH] python3-virtualenv: update to 20.26.1.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 8779536eea99ed..8601748130996d 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.25.1
+version=20.26.1
 revision=1
 build_style=python3-pep517
 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@@ -8,7 +8,7 @@ make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
  --deselect tests/unit/seed/wheels/test_acquire.py::test_get_wheel_download_cached"
 hostmakedepends="hatchling hatch-vcs"
 depends="python3-platformdirs python3-distlib python3-filelock"
-checkdepends="${depends} python3-pytest-mock python3-flaky python3-devel
+checkdepends="${depends} python3-pytest-xdist python3-pytest-mock python3-flaky python3-devel
  python3-pip python3-packaging"
 short_desc="Virtual Python environment builder"
 maintainer="icp <pangolin@vivaldi.net>"
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://virtualenv.pypa.io/"
 changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
-checksum=e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197
+checksum=604bfdceaeece392802e6ae48e69cec49168b9c5f4a44e483963f9242eb0e78b
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-virtualenv: update to 20.26.1.
  2024-04-24 19:05 [PR PATCH] python3-virtualenv: update to 20.25.3 icp1994
  2024-04-24 19:08 ` [PR PATCH] [Updated] " icp1994
  2024-05-03 19:39 ` [PR PATCH] [Updated] python3-virtualenv: update to 20.26.0 icp1994
@ 2024-05-04 19:01 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-05-04 19:01 UTC (permalink / raw)
  To: ml

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

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

python3-virtualenv: update to 20.26.1.
https://github.com/void-linux/void-packages/pull/50023

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

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

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

end of thread, other threads:[~2024-05-04 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 19:05 [PR PATCH] python3-virtualenv: update to 20.25.3 icp1994
2024-04-24 19:08 ` [PR PATCH] [Updated] " icp1994
2024-05-03 19:39 ` [PR PATCH] [Updated] python3-virtualenv: update to 20.26.0 icp1994
2024-05-04 19:01 ` [PR PATCH] [Merged]: python3-virtualenv: update to 20.26.1 cinerea0

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