Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-jaraco.context
Commits:
df0a9dd5 by Daniel M. Capella at 2024-07-22T00:39:41-04:00
upgpkg: 5.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = python-jaraco.context
pkgdesc = Context managers by jaraco
- pkgver = 4.3.0
- pkgrel = 4
+ pkgver = 5.3.0
+ pkgrel = 1
url = https://github.com/jaraco/jaraco.context
arch = any
license = MIT
+ checkdepends = python-portend
checkdepends = python-pytest
makedepends = git
makedepends = python-setuptools-scm
@@ -12,7 +13,7 @@ pkgbase = python-jaraco.context
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
git+https://github.com/jaraco/jaraco.context.git#commit=0e0ae08919b984e3c7cffdb2106e437d0d0891c8
- sha512sums = SKIP
+ source = git+https://github.com/jaraco/jaraco.context.git#tag=v5.3.0
+ b2sums =
7fe1fd25da28982d9d45a3c75f76ce5f0cea6d043cab3d1b5886dbbd2a6286189ea53c517b55cbabd26bb2714199086786de08a56442b576ff5218f881efe79d
pkgname = python-jaraco.context
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,17 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-jaraco.context
-pkgver=4.3.0
-_commit=0e0ae08919b984e3c7cffdb2106e437d0d0891c8
-pkgrel=4
+pkgver=5.3.0
+pkgrel=1
pkgdesc="Context managers by jaraco"
url="https://github.com/jaraco/jaraco.context"
license=('MIT')
arch=('any')
depends=('python')
makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer'
'python-wheel')
-checkdepends=('python-pytest')
-source=("git+https://github.com/jaraco/jaraco.context.git#commit=$_commit")
-sha512sums=('SKIP')
+checkdepends=('python-portend' 'python-pytest')
+source=("git+https://github.com/jaraco/jaraco.context.git#tag=v$pkgver")
+b2sums=('7fe1fd25da28982d9d45a3c75f76ce5f0cea6d043cab3d1b5886dbbd2a6286189ea53c517b55cbabd26bb2714199086786de08a56442b576ff5218f881efe79d')
build() {
cd jaraco.context
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.context/-/commit/df0a9dd5853173fb539d28e17ff4d13fd5db1a5d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.context/-/commit/df0a9dd5853173fb539d28e17ff4d13fd5db1a5d
You're receiving this email because of your account on gitlab.archlinux.org.