Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages /
python-pipenv
Commits:
1b4e95be by Andrew Crerar at 2024-11-05T10:51:45-05:00
upgpkg: 2024.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pipenv
pkgdesc = Sacred Marriage of Pipfile, Pip, & Virtualenv.
- pkgver = 2024.3.1
+ pkgver = 2024.4.0
pkgrel = 1
url = https://pipenv.pypa.io
arch = any
@@ -22,7 +22,7 @@ pkgbase = python-pipenv
depends = python-certifi
depends = python-virtualenv-clone
depends = python-virtualenv
- source =
python-pipenv-2024.3.1.tar.gz::https://github.com/pypa/pipenv/archive/v2024.3.1.tar.gz
- b2sums =
bd4c3aa67c7b42bc223db747d89c888cb198df998e0323ba03b7385b2fa32813a3f6c9f5bbd1234b91ae44269288d5cb24685b3bbb9b4bd2b24d439cee70cd80
+ source =
python-pipenv-2024.4.0.tar.gz::https://github.com/pypa/pipenv/archive/v2024.4.0.tar.gz
+ b2sums =
7d10d5e2dafceaa4754a6d74c8ad8281539eb0755af0483c45310c8846f3c974c27785f43773b13e56d892064df35be7cd5a8c880cfbb233bb96a4c4a427c303
pkgname = python-pipenv
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Maikel Wever <[email protected]>
pkgname=python-pipenv
-pkgver=2024.3.1
+pkgver=2024.4.0
pkgrel=1
pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
url="https://pipenv.pypa.io"
@@ -27,7 +27,7 @@ checkdepends=('git'
'python-pytest-xdist'
'python-pytz')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz")
-b2sums=('bd4c3aa67c7b42bc223db747d89c888cb198df998e0323ba03b7385b2fa32813a3f6c9f5bbd1234b91ae44269288d5cb24685b3bbb9b4bd2b24d439cee70cd80')
+b2sums=('7d10d5e2dafceaa4754a6d74c8ad8281539eb0755af0483c45310c8846f3c974c27785f43773b13e56d892064df35be7cd5a8c880cfbb233bb96a4c4a427c303')
build() {
cd "pipenv-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/1b4e95beb37f81a7e1f990d959e2102c4632a274
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/1b4e95beb37f81a7e1f990d959e2102c4632a274
You're receiving this email because of your account on gitlab.archlinux.org.