Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages /
python-pipenv
Commits:
e2fdd1d0 by Andrew Crerar at 2024-09-14T10:34:31-04:00
upgpkg: 2024.0.2-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.1
+ pkgver = 2024.0.2
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.1.tar.gz::https://github.com/pypa/pipenv/archive/v2024.0.1.tar.gz
- b2sums =
d9fc964cc3a204bb45c299595c238e3d37368e53b39d8be0cdbcadcec3ca395adbb03bf7abaa7d5d729ed47443c40b908f74abbff475e4a99c7e6d4436f04ee8
+ source =
python-pipenv-2024.0.2.tar.gz::https://github.com/pypa/pipenv/archive/v2024.0.2.tar.gz
+ b2sums =
450c8027b2720188edf284a2644a705a3004ee481553871781d8906f415af56ef87d6cdb5ebb00df96bd36fd4dce8dad29cfc2480d9afe3be6ed6891458c188d
pkgname = python-pipenv
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Maikel Wever <[email protected]>
pkgname=python-pipenv
-pkgver=2024.0.1
+pkgver=2024.0.2
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=('d9fc964cc3a204bb45c299595c238e3d37368e53b39d8be0cdbcadcec3ca395adbb03bf7abaa7d5d729ed47443c40b908f74abbff475e4a99c7e6d4436f04ee8')
+b2sums=('450c8027b2720188edf284a2644a705a3004ee481553871781d8906f415af56ef87d6cdb5ebb00df96bd36fd4dce8dad29cfc2480d9afe3be6ed6891458c188d')
build() {
cd "pipenv-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/e2fdd1d0e3e1b8184baeb8e0d9e4c5daf1014cd9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/e2fdd1d0e3e1b8184baeb8e0d9e4c5daf1014cd9
You're receiving this email because of your account on gitlab.archlinux.org.