George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-virtualenv
Commits:
2527578d by George Rawlinson at 2026-02-19T08:05:10+00:00
reuse: simplify conf
- - - - -
2d77f5b2 by George Rawlinson at 2026-02-20T22:31:26+00:00
upgpkg: 20.38.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-virtualenv
pkgdesc = Virtual Python Environment builder
- pkgver = 20.36.1
+ pkgver = 20.38.0
pkgrel = 1
url = https://virtualenv.pypa.io
arch = any
@@ -20,10 +20,14 @@ pkgbase = python-virtualenv
makedepends = python-installer
makedepends = python-hatchling
makedepends = python-hatch-vcs
+ makedepends = python-wheel
makedepends = python-sphinx
makedepends = python-sphinx-argparse
+ makedepends = python-sphinx-autodoc-typehints
+ makedepends = python-sphinx-copybutton
+ makedepends = python-sphinx-inline-tabs
makedepends = python-sphinxcontrib-towncrier
- makedepends = python-wheel
+ makedepends = python-sphinxcontrib-mermaid
makedepends = towncrier
depends = python
depends = python-distlib
@@ -32,8 +36,8 @@ pkgbase = python-virtualenv
conflicts = virtualenv
replaces = virtualenv
options = !makeflags
- source =
python-virtualenv::git+https://github.com/pypa/virtualenv#tag=20.36.1
- sha512sums =
303f26769cf3ee23e3c8d570aa68e598a6182f363dd6a5baf7e3e773db0407bfbb95605beb7653a55a53f4ae021def112c485f9149e43f703035ef0c23ce6601
- b2sums =
000798007bea3fc945678377d9e6a81d5b0ed8934b4cebe0a03515e760dc1a5b66f3cc38454db7024484c24266205d512c3515ca64c4b7715f6b1ee8fb7d12dc
+ source =
python-virtualenv::git+https://github.com/pypa/virtualenv#tag=20.38.0
+ sha512sums =
a7b4a24ff091ad5f9b74ee72574a7a68989c4755b41b107734c7cf88ff2dde13295ac209e7842e63c4ccc2f65c65a66e42cbb3447baed0bffa85a160e8d5e64c
+ b2sums =
d4be9ec5efea4052575d19cf074374c4b3efaeb88b1da8442f897566f2055671fa4734b50a223ad33843ff7974ac71842b864bb0a0475b9d56ed11c8d91525fa
pkgname = python-virtualenv
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Daniele Paolella <[email protected]>
pkgname=python-virtualenv
-pkgver=20.36.1
+pkgver=20.38.0
pkgrel=1
pkgdesc='Virtual Python Environment builder'
arch=(any)
@@ -22,10 +22,14 @@ makedepends=(
python-installer
python-hatchling
python-hatch-vcs
+ python-wheel
python-sphinx
python-sphinx-argparse
+ python-sphinx-autodoc-typehints
+ python-sphinx-copybutton
+ python-sphinx-inline-tabs
python-sphinxcontrib-towncrier
- python-wheel
+ python-sphinxcontrib-mermaid
towncrier
)
checkdepends=(
@@ -44,8 +48,8 @@ replaces=(virtualenv)
conflicts=(virtualenv)
options=(!makeflags)
source=("$pkgname::git+https://github.com/pypa/virtualenv#tag=$pkgver")
-sha512sums=('303f26769cf3ee23e3c8d570aa68e598a6182f363dd6a5baf7e3e773db0407bfbb95605beb7653a55a53f4ae021def112c485f9149e43f703035ef0c23ce6601')
-b2sums=('000798007bea3fc945678377d9e6a81d5b0ed8934b4cebe0a03515e760dc1a5b66f3cc38454db7024484c24266205d512c3515ca64c4b7715f6b1ee8fb7d12dc')
+sha512sums=('a7b4a24ff091ad5f9b74ee72574a7a68989c4755b41b107734c7cf88ff2dde13295ac209e7842e63c4ccc2f65c65a66e42cbb3447baed0bffa85a160e8d5e64c')
+b2sums=('d4be9ec5efea4052575d19cf074374c4b3efaeb88b1da8442f897566f2055671fa4734b50a223ad33843ff7974ac71842b864bb0a0475b9d56ed11c8d91525fa')
build() {
cd "$pkgname"
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenv/-/compare/94fee93dba339093f166a65cfa156438226c8187...2d77f5b21e1900ffbd095af5640ee694db266844
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenv/-/compare/94fee93dba339093f166a65cfa156438226c8187...2d77f5b21e1900ffbd095af5640ee694db266844
You're receiving this email because of your account on gitlab.archlinux.org.