George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-virtualenv
Commits:
c60f92d8 by George Rawlinson at 2024-12-23T07:09:56+00:00
upgpkg: 20.28.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-virtualenv
pkgdesc = Virtual Python Environment builder
- pkgver = 20.27.1
- pkgrel = 4
+ pkgver = 20.28.0
+ pkgrel = 1
url = https://virtualenv.pypa.io
arch = any
license = MIT
@@ -32,8 +32,8 @@ pkgbase = python-virtualenv
conflicts = virtualenv
replaces = virtualenv
options = !makeflags
- source =
python-virtualenv::git+https://github.com/pypa/virtualenv#tag=20.27.1
- sha512sums =
fd4257d8fbaccbf476e51bc6e65d843fa3130310252604b9b55541368b3b87fd44905a36c2f4a70c53e2cfdf8cf4f9083975ccb778795c8c14da417c99770495
- b2sums =
e2f0b4e0278d856d1186af1ab84bf79accd8cac85df78b3851d29c1612a411066e5b157d441346bd3a6557d138e53879e19bc004f6f8dd42975855f962b900eb
+ source =
python-virtualenv::git+https://github.com/pypa/virtualenv#tag=20.28.0
+ sha512sums =
e6e53d4595c23c175c3b7ec64b86596588abe6a708ea5fa77264909266e4ae73a01a825d05e78c40d01d125b3622ddfb028b21918e3d8c6fc9bc37d324a2557f
+ b2sums =
25e64454760d52e6f7dd112ca9ebc76470ff900f8b4c64608d25dfc1eb2545b3d919cccc4ad7c677501c4ba6d545ce246484a480be7b639c7743930b4a7a6bd3
pkgname = python-virtualenv
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Daniele Paolella <[email protected]>
pkgname=python-virtualenv
-pkgver=20.27.1
-pkgrel=4
+pkgver=20.28.0
+pkgrel=1
pkgdesc='Virtual Python Environment builder'
arch=('any')
url='https://virtualenv.pypa.io'
@@ -44,8 +44,8 @@ replaces=('virtualenv')
conflicts=('virtualenv')
options=('!makeflags')
source=("$pkgname::git+https://github.com/pypa/virtualenv#tag=$pkgver")
-sha512sums=('fd4257d8fbaccbf476e51bc6e65d843fa3130310252604b9b55541368b3b87fd44905a36c2f4a70c53e2cfdf8cf4f9083975ccb778795c8c14da417c99770495')
-b2sums=('e2f0b4e0278d856d1186af1ab84bf79accd8cac85df78b3851d29c1612a411066e5b157d441346bd3a6557d138e53879e19bc004f6f8dd42975855f962b900eb')
+sha512sums=('e6e53d4595c23c175c3b7ec64b86596588abe6a708ea5fa77264909266e4ae73a01a825d05e78c40d01d125b3622ddfb028b21918e3d8c6fc9bc37d324a2557f')
+b2sums=('25e64454760d52e6f7dd112ca9ebc76470ff900f8b4c64608d25dfc1eb2545b3d919cccc4ad7c677501c4ba6d545ce246484a480be7b639c7743930b4a7a6bd3')
build() {
cd "$pkgname"
@@ -69,6 +69,9 @@ check() {
--deselect tests/unit/test_util.py::test_reentrant_file_lock_is_thread_safe
## https://github.com/pypa/setuptools_scm/issues/1036
--deselect
tests/unit/create/via_global_ref/test_build_c_ext.py::test_can_build_c_extensions
+ ## https://github.com/pypa/virtualenv/issues/2814
+ --deselect tests/unit/activation/test_csh.py::test_csh[with_prompt]
+ --deselect tests/unit/activation/test_csh.py::test_csh[no_prompt]
)
local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenv/-/commit/c60f92d817088dffebd46ac376d49b4577ee4674
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenv/-/commit/c60f92d817088dffebd46ac376d49b4577ee4674
You're receiving this email because of your account on gitlab.archlinux.org.