Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages /
python-pipenv
Commits:
72a1298d by Andrew Crerar at 2024-10-31T08:29:07-04:00
upgpkg: 2024.3.1-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.0
+ pkgver = 2024.3.1
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.0.tar.gz::https://github.com/pypa/pipenv/archive/v2024.3.0.tar.gz
- b2sums =
ac3a387e9f3b393a0090dd377083b31815253b1d9dde651a3f694a2537da199e5db94780ed0d7ad3832df746387538ae9ca6e2318c2bf37cae0b7eede929583b
+ source =
python-pipenv-2024.3.1.tar.gz::https://github.com/pypa/pipenv/archive/v2024.3.1.tar.gz
+ b2sums =
bd4c3aa67c7b42bc223db747d89c888cb198df998e0323ba03b7385b2fa32813a3f6c9f5bbd1234b91ae44269288d5cb24685b3bbb9b4bd2b24d439cee70cd80
pkgname = python-pipenv
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Maikel Wever <[email protected]>
pkgname=python-pipenv
-pkgver=2024.3.0
+pkgver=2024.3.1
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=('ac3a387e9f3b393a0090dd377083b31815253b1d9dde651a3f694a2537da199e5db94780ed0d7ad3832df746387538ae9ca6e2318c2bf37cae0b7eede929583b')
+b2sums=('bd4c3aa67c7b42bc223db747d89c888cb198df998e0323ba03b7385b2fa32813a3f6c9f5bbd1234b91ae44269288d5cb24685b3bbb9b4bd2b24d439cee70cd80')
build() {
cd "pipenv-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/72a1298dc52abb5a83ed21afec03fb0eee5c429e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/72a1298dc52abb5a83ed21afec03fb0eee5c429e
You're receiving this email because of your account on gitlab.archlinux.org.