Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages /
python-pipenv
Commits:
e8df2766 by Andrew Crerar at 2023-10-17T11:04:28-04:00
upgpkg: 2023.10.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pipenv
pkgdesc = Sacred Marriage of Pipfile, Pip, & Virtualenv.
- pkgver = 2023.9.8
+ pkgver = 2023.10.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-2023.9.8.tar.gz::https://github.com/pypa/pipenv/archive/v2023.9.8.tar.gz
- b2sums =
3fd67d5aa7022251660c09d47e6d2487eabca507dbac8ebb2c298ef46cae452e6f2330615053d80a404f98ce523e5ff15ef89adbc85779305633b45e6b989423
+ source =
python-pipenv-2023.10.3.tar.gz::https://github.com/pypa/pipenv/archive/v2023.10.3.tar.gz
+ b2sums =
b99e4ab25490bcde5855bc97d3015226737357c99ae7733379493180a76934c505b4d7d6372779b307187f9b010d2f1a63219aef2c4733fc5e25b2598547d232
pkgname = python-pipenv
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Maikel Wever <[email protected]>
pkgname=python-pipenv
-pkgver=2023.9.8
+pkgver=2023.10.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=('3fd67d5aa7022251660c09d47e6d2487eabca507dbac8ebb2c298ef46cae452e6f2330615053d80a404f98ce523e5ff15ef89adbc85779305633b45e6b989423')
+b2sums=('b99e4ab25490bcde5855bc97d3015226737357c99ae7733379493180a76934c505b4d7d6372779b307187f9b010d2f1a63219aef2c4733fc5e25b2598547d232')
build() {
cd "pipenv-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/e8df27669e83508830875b078ccd286c74b792f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/e8df27669e83508830875b078ccd286c74b792f6
You're receiving this email because of your account on gitlab.archlinux.org.