David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pdm
Commits:
456e8ebb by David Runge at 2023-10-26T09:16:56+02:00
upgpkg: 2.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pdm
pkgdesc = A modern Python package manager with PEP 582 support
- pkgver = 2.9.3
+ pkgver = 2.10.0
pkgrel = 1
url = https://github.com/pdm-project/pdm
arch = any
@@ -35,8 +35,8 @@ pkgbase = python-pdm
optdepends = python-keyring: for storing credentials
optdepends = python-pytest-mock: for pytest plugin
optdepends = python-setuptools: for parsing setup.py files
- source =
pdm-2.9.3.tar.gz::https://github.com/pdm-project/pdm/archive/refs/tags/2.9.3.tar.gz
- sha512sums =
9050a9da4a2b77060e7d343b64cd1fa3ffde41acb4a5c1a9567e87739902ef2a41d43ed32a204d1c9cc283679695b36dd09c8b752595ad348361cb2f6eec447a
- b2sums =
9e50e421f5f310e1214dac81277f6b3192da5068b5cc8fa7a9ab44a5706c1610ae121d685500522ebcf788643c2739d9b413e98ae7196fc382a0ebc45b67f86c
+ source =
pdm-2.10.0.tar.gz::https://github.com/pdm-project/pdm/archive/refs/tags/2.10.0.tar.gz
+ sha512sums =
cbcfe44b0898141e0777f05db59e83594d99a21af2aec71a13cf7f97de3f8c0b015205f1a1642f9b100c8215b7a90b860d3be537766a4a16d82b22f71b223e7f
+ b2sums =
cb1688954c53bf9f07d3f0b62139254bf0320dee614cd2a011d6dfd640720a713112c5ee960fc4cf7734fa1846248fc062321510f3de3a5b4197eb7f6b93e66e
pkgname = python-pdm
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=pdm
pkgname=python-pdm
-pkgver=2.9.3
+pkgver=2.10.0
pkgrel=1
pkgdesc="A modern Python package manager with PEP 582 support"
arch=(any)
@@ -47,8 +47,8 @@ optdepends=(
'python-setuptools: for parsing setup.py files'
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('9050a9da4a2b77060e7d343b64cd1fa3ffde41acb4a5c1a9567e87739902ef2a41d43ed32a204d1c9cc283679695b36dd09c8b752595ad348361cb2f6eec447a')
-b2sums=('9e50e421f5f310e1214dac81277f6b3192da5068b5cc8fa7a9ab44a5706c1610ae121d685500522ebcf788643c2739d9b413e98ae7196fc382a0ebc45b67f86c')
+sha512sums=('cbcfe44b0898141e0777f05db59e83594d99a21af2aec71a13cf7f97de3f8c0b015205f1a1642f9b100c8215b7a90b860d3be537766a4a16d82b22f71b223e7f')
+b2sums=('cb1688954c53bf9f07d3f0b62139254bf0320dee614cd2a011d6dfd640720a713112c5ee960fc4cf7734fa1846248fc062321510f3de3a5b4197eb7f6b93e66e')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdm/-/commit/456e8ebb23ae253ecb0206207c3f06d64b8c5f63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdm/-/commit/456e8ebb23ae253ecb0206207c3f06d64b8c5f63
You're receiving this email because of your account on gitlab.archlinux.org.