Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages /
python-pipenv
Commits:
f42b88ec by Andrew Crerar at 2024-09-23T16:30:18-04:00
upgpkg: 2024.0.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pipenv
pkgdesc = Sacred Marriage of Pipfile, Pip, & Virtualenv.
- pkgver = 2024.0.2
+ pkgver = 2024.0.3
pkgrel = 1
url = https://pipenv.pypa.io
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-pipenv
depends = python-certifi
depends = python-virtualenv-clone
depends = python-virtualenv
- source =
python-pipenv-2024.0.2.tar.gz::https://github.com/pypa/pipenv/archive/v2024.0.2.tar.gz
- b2sums =
450c8027b2720188edf284a2644a705a3004ee481553871781d8906f415af56ef87d6cdb5ebb00df96bd36fd4dce8dad29cfc2480d9afe3be6ed6891458c188d
+ source =
python-pipenv-2024.0.3.tar.gz::https://github.com/pypa/pipenv/archive/v2024.0.3.tar.gz
+ b2sums =
3a8d4384f90626455e51afe3766e7f6775a87ba82cf9b42340b0268c1181f2a95dae5953a4efb325154482db6d335f9ea0cb3f957340573ebdae97a676c810b0
pkgname = python-pipenv
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Maikel Wever <[email protected]>
pkgname=python-pipenv
-pkgver=2024.0.2
+pkgver=2024.0.3
pkgrel=1
pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
url="https://pipenv.pypa.io"
@@ -22,7 +22,7 @@ checkdepends=('python-pytest'
'python-pytz'
'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz")
-b2sums=('450c8027b2720188edf284a2644a705a3004ee481553871781d8906f415af56ef87d6cdb5ebb00df96bd36fd4dce8dad29cfc2480d9afe3be6ed6891458c188d')
+b2sums=('3a8d4384f90626455e51afe3766e7f6775a87ba82cf9b42340b0268c1181f2a95dae5953a4efb325154482db6d335f9ea0cb3f957340573ebdae97a676c810b0')
build() {
cd "pipenv-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/f42b88ec4aff0b70262fd2b0e192c8b989df26f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/f42b88ec4aff0b70262fd2b0e192c8b989df26f7
You're receiving this email because of your account on gitlab.archlinux.org.