Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
python-pipenv


Commits:
46bebe17 by Andrew Crerar at 2024-10-30T10:01:27-04:00
upgpkg: 2024.3.0-1

- Added additional checkdeps based on upstream
- Alphabetized checkdeps array

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,18 @@
 pkgbase = python-pipenv
        pkgdesc = Sacred Marriage of Pipfile, Pip, & Virtualenv.
-       pkgver = 2024.2.0
+       pkgver = 2024.3.0
        pkgrel = 1
        url = https://pipenv.pypa.io
        arch = any
        license = MIT
+       checkdepends = git
+       checkdepends = python-flaky
        checkdepends = python-pytest
+       checkdepends = python-pytest-cov
+       checkdepends = python-pytest-mock
+       checkdepends = python-pytest-timeout
+       checkdepends = python-pytest-xdist
        checkdepends = python-pytz
-       checkdepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
@@ -17,7 +22,7 @@ pkgbase = python-pipenv
        depends = python-certifi
        depends = python-virtualenv-clone
        depends = python-virtualenv
-       source = 
python-pipenv-2024.2.0.tar.gz::https://github.com/pypa/pipenv/archive/v2024.2.0.tar.gz
-       b2sums = 
b31dec925d6ba22b9ad91945a54cf031c74b3e69ebb0ba666dc979aa93046839ac826968f4ade539fbc55829d77b70067241b90d585b98a143f3e1d201ce983f
+       source = 
python-pipenv-2024.3.0.tar.gz::https://github.com/pypa/pipenv/archive/v2024.3.0.tar.gz
+       b2sums = 
ac3a387e9f3b393a0090dd377083b31815253b1d9dde651a3f694a2537da199e5db94780ed0d7ad3832df746387538ae9ca6e2318c2bf37cae0b7eede929583b
 
 pkgname = python-pipenv


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Maikel Wever <[email protected]>
 
 pkgname=python-pipenv
-pkgver=2024.2.0
+pkgver=2024.3.0
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io";
@@ -18,11 +18,16 @@ makedepends=('python-build'
              'python-installer'
              'python-setuptools'
              'python-wheel')
-checkdepends=('python-pytest'
-              'python-pytz'
-              'git')
+checkdepends=('git'
+              'python-flaky'
+              'python-pytest'
+             'python-pytest-cov'
+              'python-pytest-mock'
+              'python-pytest-timeout'
+             'python-pytest-xdist'
+             'python-pytz')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz";)
-b2sums=('b31dec925d6ba22b9ad91945a54cf031c74b3e69ebb0ba666dc979aa93046839ac826968f4ade539fbc55829d77b70067241b90d585b98a143f3e1d201ce983f')
+b2sums=('ac3a387e9f3b393a0090dd377083b31815253b1d9dde651a3f694a2537da199e5db94780ed0d7ad3832df746387538ae9ca6e2318c2bf37cae0b7eede929583b')
 
 build() {
   cd "pipenv-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/46bebe17eb4c46d37a8c56d4001cbbd24c236f5c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/commit/46bebe17eb4c46d37a8c56d4001cbbd24c236f5c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to