Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pluggy: update to 1.2.0.
@ 2023-07-20 10:21 icp1994
  2023-07-20 14:49 ` Chocimier
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: icp1994 @ 2023-07-20 10:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-pluggy
https://github.com/void-linux/void-packages/pull/45145

python3-pluggy: update to 1.2.0.
#### 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**

@Chocimier this update is needed for tests to pass while updating `python3-virtualenv`.

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

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

From cf989ab424fe6f681052f3ad11ce2d07e5092c95 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 12:29:08 +0530
Subject: [PATCH] python3-pluggy: update to 1.2.0.

---
 srcpkgs/python3-pluggy/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index eefb5a0bd62a..bdacf94b69c0 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,24 +1,18 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
-version=1.0.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=1.2.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Minimalist production ready plugin system (Python3)"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pluggy"
+changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
-checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
-
-do_check() {
-	# Must export PYTHONPATH so subprocesses see the variable
-	local _pypath="${PYTHONPATH}"
-	export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
-	python3 -m pytest
-}
+checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pluggy: update to 1.2.0.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
@ 2023-07-20 14:49 ` Chocimier
  2023-07-20 17:09 ` icp1994
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2023-07-20 14:49 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/45145#issuecomment-1644066261

Comment:
It's better to put dependent updates into same PR.

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

* Re: python3-pluggy: update to 1.2.0.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
  2023-07-20 14:49 ` Chocimier
@ 2023-07-20 17:09 ` icp1994
  2023-07-20 17:09 ` [PR PATCH] [Updated] " icp1994
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-20 17:09 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45145#issuecomment-1644287214

Comment:
True, I'll push the virtualenv update in this branch.

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

* Re: [PR PATCH] [Updated] python3-pluggy: update to 1.2.0.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
  2023-07-20 14:49 ` Chocimier
  2023-07-20 17:09 ` icp1994
@ 2023-07-20 17:09 ` icp1994
  2023-07-20 17:12 ` [PR PATCH] [Updated] python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1 icp1994
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-20 17:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-pluggy
https://github.com/void-linux/void-packages/pull/45145

python3-pluggy: update to 1.2.0.
#### 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**

@Chocimier this update is needed for tests to pass while updating `python3-virtualenv`.

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

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

From cf989ab424fe6f681052f3ad11ce2d07e5092c95 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 12:29:08 +0530
Subject: [PATCH 1/2] python3-pluggy: update to 1.2.0.

---
 srcpkgs/python3-pluggy/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index eefb5a0bd62a..bdacf94b69c0 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,24 +1,18 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
-version=1.0.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=1.2.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Minimalist production ready plugin system (Python3)"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pluggy"
+changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
-checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
-
-do_check() {
-	# Must export PYTHONPATH so subprocesses see the variable
-	local _pypath="${PYTHONPATH}"
-	export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
-	python3 -m pytest
-}
+checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
 
 post_install() {
 	vlicense LICENSE

From 07fa141a68636fa2030f7428bacbe5d0b6a4e97f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 22:39:16 +0530
Subject: [PATCH 2/2] python3-virtualenv: update to 20.24.1.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index a9673a38307c..84c8d26e6616 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.23.1
+version=20.24.1
 revision=1
 build_style=python3-pep517
 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@@ -15,7 +15,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=8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1
+checksum=2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
                   ` (2 preceding siblings ...)
  2023-07-20 17:09 ` [PR PATCH] [Updated] " icp1994
@ 2023-07-20 17:12 ` icp1994
  2023-07-20 17:16 ` icp1994
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-20 17:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-pluggy
https://github.com/void-linux/void-packages/pull/45145

python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
#### 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**

@Chocimier this update is needed for tests to pass while updating `python3-virtualenv`.

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

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

From 28841da1a4b4858765c82a121d539109221f2ed2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 12:29:08 +0530
Subject: [PATCH 1/2] python3-pluggy: update to 1.2.0.

---
 srcpkgs/python3-pluggy/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index eefb5a0bd62a..bdacf94b69c0 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,24 +1,18 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
-version=1.0.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=1.2.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Minimalist production ready plugin system (Python3)"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pluggy"
+changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
-checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
-
-do_check() {
-	# Must export PYTHONPATH so subprocesses see the variable
-	local _pypath="${PYTHONPATH}"
-	export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
-	python3 -m pytest
-}
+checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
 
 post_install() {
 	vlicense LICENSE

From 1ac2c42fa720b3e7b38813c1d211014c51619d7d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 22:39:16 +0530
Subject: [PATCH 2/2] python3-virtualenv: update to 20.24.1.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index a9673a38307c..84c8d26e6616 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.23.1
+version=20.24.1
 revision=1
 build_style=python3-pep517
 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@@ -15,7 +15,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=8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1
+checksum=2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
                   ` (3 preceding siblings ...)
  2023-07-20 17:12 ` [PR PATCH] [Updated] python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1 icp1994
@ 2023-07-20 17:16 ` icp1994
  2023-07-20 17:21 ` icp1994
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-20 17:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-pluggy
https://github.com/void-linux/void-packages/pull/45145

python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
#### 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**

@Chocimier this update is needed for tests to pass while updating `python3-virtualenv`.

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

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

From f1a18a50511328e475d4fa6960acb86fd2d81a04 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 22:39:16 +0530
Subject: [PATCH 1/2] python3-virtualenv: update to 20.24.1.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index a9673a38307c..84c8d26e6616 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.23.1
+version=20.24.1
 revision=1
 build_style=python3-pep517
 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@@ -15,7 +15,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=8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1
+checksum=2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

From 15db42327d7ef740aea912eb4cc47bacc22aa205 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 12:29:08 +0530
Subject: [PATCH 2/2] python3-pluggy: update to 1.2.0.

---
 srcpkgs/python3-pluggy/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index eefb5a0bd62a..bdacf94b69c0 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,24 +1,18 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
-version=1.0.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=1.2.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Minimalist production ready plugin system (Python3)"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pluggy"
+changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
-checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
-
-do_check() {
-	# Must export PYTHONPATH so subprocesses see the variable
-	local _pypath="${PYTHONPATH}"
-	export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
-	python3 -m pytest
-}
+checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
                   ` (4 preceding siblings ...)
  2023-07-20 17:16 ` icp1994
@ 2023-07-20 17:21 ` icp1994
  2023-07-20 17:23 ` [PR PATCH] [Updated] " icp1994
  2023-07-26 18:31 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-20 17:21 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45145#issuecomment-1644305031

Comment:
It's not building pluggy first since it's not a direct dep, hence the tests are failing.

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

* Re: [PR PATCH] [Updated] python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
                   ` (5 preceding siblings ...)
  2023-07-20 17:21 ` icp1994
@ 2023-07-20 17:23 ` icp1994
  2023-07-26 18:31 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-20 17:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-pluggy
https://github.com/void-linux/void-packages/pull/45145

python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
#### 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**

@Chocimier this update is needed for tests to pass while updating `python3-virtualenv`.

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

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

From 204cf21e56c235b9546e72f609ec58e25e1c5956 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 12:29:08 +0530
Subject: [PATCH 1/2] python3-pluggy: update to 1.2.0.

---
 srcpkgs/python3-pluggy/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index eefb5a0bd62ae..bdacf94b69c09 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,24 +1,18 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
-version=1.0.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=1.2.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Minimalist production ready plugin system (Python3)"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pluggy"
+changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
-checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
-
-do_check() {
-	# Must export PYTHONPATH so subprocesses see the variable
-	local _pypath="${PYTHONPATH}"
-	export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
-	python3 -m pytest
-}
+checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
 
 post_install() {
 	vlicense LICENSE

From 3712fe3125eeaf940b96604e32a03739f271242a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Jul 2023 22:39:16 +0530
Subject: [PATCH 2/2] python3-virtualenv: update to 20.24.1.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index a9673a38307ce..84c8d26e6616b 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.23.1
+version=20.24.1
 revision=1
 build_style=python3-pep517
 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@@ -15,7 +15,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=8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1
+checksum=2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
  2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
                   ` (6 preceding siblings ...)
  2023-07-20 17:23 ` [PR PATCH] [Updated] " icp1994
@ 2023-07-26 18:31 ` Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2023-07-26 18:31 UTC (permalink / raw)
  To: ml

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

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

python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1.
https://github.com/void-linux/void-packages/pull/45145

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**

@Chocimier this update is needed for tests to pass while updating `python3-virtualenv`.

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

end of thread, other threads:[~2023-07-26 18:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-20 10:21 [PR PATCH] python3-pluggy: update to 1.2.0 icp1994
2023-07-20 14:49 ` Chocimier
2023-07-20 17:09 ` icp1994
2023-07-20 17:09 ` [PR PATCH] [Updated] " icp1994
2023-07-20 17:12 ` [PR PATCH] [Updated] python3-pluggy: update to 1.2.0; python3-virtualenv: update to 20.24.1 icp1994
2023-07-20 17:16 ` icp1994
2023-07-20 17:21 ` icp1994
2023-07-20 17:23 ` [PR PATCH] [Updated] " icp1994
2023-07-26 18:31 ` [PR PATCH] [Merged]: " Chocimier

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