Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-virtualenv: update to 20.17.0.
@ 2022-12-06 19:33 icp1994
  2022-12-12  6:44 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2022-12-06 19:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 492 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/40945

python3-virtualenv: update to 20.17.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/40945.patch is attached

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

From 5adeff5548969e5c1b6aa471268157d91223d34b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 30 Nov 2022 14:57:07 +0530
Subject: [PATCH] python3-virtualenv: update to 20.17.0.

Adopt.
---
 srcpkgs/python3-virtualenv/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index af17b1a6a7cd..a9dc97f5549d 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,24 +1,25 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.16.3
-revision=2
+version=20.17.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-platformdirs python3-distlib python3-filelock python3-six"
+depends="python3-platformdirs python3-distlib python3-filelock"
 checkdepends="python3-pytest-mock python3-flaky python3-devel python3-pip $depends"
 short_desc="Virtual Python environment builder"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 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=d86ea0bb50e06252d79e6c241507cb904fcd66090c3271381372d6221a3970f9
+checksum=f8b927684efc6f1cc206c9db297a570ab9ad0e51c16fa9e45487d36d1905c058
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 do_check() {
 	# excluded tests depend on pytest-freezegun, not packaged in Void, or python2
 	vsed -e '/addopts/d' -i setup.cfg
-	PYTHONPATH=src python3 -m pytest -k 'not (test_periodic_update or test_get_wheel_download_cached or test_py_pyc_missing)'
+	_skip="test_periodic_update or test_get_wheel_download_cached or test_py_pyc_missing or test_py_info_setuptools"
+	PYTHONPATH=src python3 -m pytest -k "not ($_skip)"
 }
 
 post_install() {

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

* Re: python3-virtualenv: update to 20.17.0.
  2022-12-06 19:33 [PR PATCH] python3-virtualenv: update to 20.17.0 icp1994
@ 2022-12-12  6:44 ` classabbyamp
  2022-12-12  6:57 ` [PR PATCH] [Updated] " icp1994
  2022-12-12  8:00 ` [PR PATCH] [Merged]: python3-virtualenv: update to 20.17.1 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-12-12  6:44 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40945#issuecomment-1345975171

Comment:
commit message should be .1 not .0

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

* Re: [PR PATCH] [Updated] python3-virtualenv: update to 20.17.0.
  2022-12-06 19:33 [PR PATCH] python3-virtualenv: update to 20.17.0 icp1994
  2022-12-12  6:44 ` classabbyamp
@ 2022-12-12  6:57 ` icp1994
  2022-12-12  8:00 ` [PR PATCH] [Merged]: python3-virtualenv: update to 20.17.1 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-12-12  6:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 497 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/40945

python3-virtualenv: update to 20.17.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/40945.patch is attached

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

From 53050c8f408cf514b93cb4219488a876f8b26291 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 30 Nov 2022 14:57:07 +0530
Subject: [PATCH] python3-virtualenv: update to 20.17.1.

Adopt.
---
 srcpkgs/python3-virtualenv/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index af17b1a6a7cd..a9dc97f5549d 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,24 +1,25 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.16.3
-revision=2
+version=20.17.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-platformdirs python3-distlib python3-filelock python3-six"
+depends="python3-platformdirs python3-distlib python3-filelock"
 checkdepends="python3-pytest-mock python3-flaky python3-devel python3-pip $depends"
 short_desc="Virtual Python environment builder"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 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=d86ea0bb50e06252d79e6c241507cb904fcd66090c3271381372d6221a3970f9
+checksum=f8b927684efc6f1cc206c9db297a570ab9ad0e51c16fa9e45487d36d1905c058
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 do_check() {
 	# excluded tests depend on pytest-freezegun, not packaged in Void, or python2
 	vsed -e '/addopts/d' -i setup.cfg
-	PYTHONPATH=src python3 -m pytest -k 'not (test_periodic_update or test_get_wheel_download_cached or test_py_pyc_missing)'
+	_skip="test_periodic_update or test_get_wheel_download_cached or test_py_pyc_missing or test_py_info_setuptools"
+	PYTHONPATH=src python3 -m pytest -k "not ($_skip)"
 }
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-virtualenv: update to 20.17.1.
  2022-12-06 19:33 [PR PATCH] python3-virtualenv: update to 20.17.0 icp1994
  2022-12-12  6:44 ` classabbyamp
  2022-12-12  6:57 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-12  8:00 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-12-12  8:00 UTC (permalink / raw)
  To: ml

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

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

python3-virtualenv: update to 20.17.1.
https://github.com/void-linux/void-packages/pull/40945

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:[~2022-12-12  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 19:33 [PR PATCH] python3-virtualenv: update to 20.17.0 icp1994
2022-12-12  6:44 ` classabbyamp
2022-12-12  6:57 ` [PR PATCH] [Updated] " icp1994
2022-12-12  8:00 ` [PR PATCH] [Merged]: python3-virtualenv: update to 20.17.1 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).