Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-hatch
Commits:
6506d511 by Antonio Rojas at 2024-11-30T16:27:27+01:00
upgpkg: 1.13.0-1: Update to 1.13.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-hatch
pkgdesc = A modern project, package, and virtual env manager
- pkgver = 1.12.0
- pkgrel = 2
+ pkgver = 1.13.0
+ pkgrel = 1
url = https://github.com/pypa/hatch
arch = any
license = MIT
@@ -32,8 +32,8 @@ pkgbase = python-hatch
depends = python-userpath
depends = python-uv
depends = python-virtualenv
- source =
https://github.com/pypa/hatch/archive/refs/tags/hatch-v1.12.0.tar.gz
- sha256sums =
70f77624599397866e85e08294fe7abc1261ab99b9a21fbe83cb529b0287b828
- b2sums =
c144929fbf18f75f28dd10dae343a2bdb0c94caf915e6db58320ac45bfa44a007504cff92a42694e1c48a4bc650feded3930f87317218d56fec97983fb3e60ce
+ source =
https://github.com/pypa/hatch/archive/refs/tags/hatch-v1.13.0.tar.gz
+ sha256sums =
f293eefd006a2dab3982f1c34d1a9160e03a4822cd91c5020be97fa1c0eae661
+ b2sums =
2d07d6273d2cff6d73bf6a4fd110080910a4b57123033cdf98b4a63afcc141d6841278626a6bb051ba4b1563d8ec9078e84ae3b92f7e26c5090046dfb2ad1b6b
pkgname = python-hatch
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Phillip A. (flying-sheep)
pkgname=python-hatch
-pkgver=1.12.0
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
pkgdesc="A modern project, package, and virtual env manager"
arch=('any')
url="https://github.com/pypa/hatch"
@@ -44,8 +44,8 @@ checkdepends=(
)
_name=${pkgname/python-/}
source=("$url/archive/refs/tags/$_name-v$pkgver.tar.gz")
-sha256sums=('70f77624599397866e85e08294fe7abc1261ab99b9a21fbe83cb529b0287b828')
-b2sums=('c144929fbf18f75f28dd10dae343a2bdb0c94caf915e6db58320ac45bfa44a007504cff92a42694e1c48a4bc650feded3930f87317218d56fec97983fb3e60ce')
+sha256sums=('f293eefd006a2dab3982f1c34d1a9160e03a4822cd91c5020be97fa1c0eae661')
+b2sums=('2d07d6273d2cff6d73bf6a4fd110080910a4b57123033cdf98b4a63afcc141d6841278626a6bb051ba4b1563d8ec9078e84ae3b92f7e26c5090046dfb2ad1b6b')
build() {
cd $_name-$_name-v$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch/-/commit/6506d511e3fe8f5f3d01634441dfe99096ed6dae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch/-/commit/6506d511e3fe8f5f3d01634441dfe99096ed6dae
You're receiving this email because of your account on gitlab.archlinux.org.