Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-hatchling
Commits:
df455ca4 by Antonio Rojas at 2024-05-04T15:42:23+02:00
upgpkg: 1.24.2-1: Update to 1.24.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-hatchling
pkgdesc = Extensible, standards compliant build backend used by Hatch
- pkgver = 1.21.1
- pkgrel = 3
+ pkgver = 1.24.2
+ pkgrel = 1
url = https://github.com/pypa/hatch/tree/master/backend
arch = any
groups = python-build-backend
@@ -14,7 +14,7 @@ pkgbase = python-hatchling
depends = python-pluggy
depends = python-editables
depends = python-trove-classifiers
- source =
https://github.com/pypa/hatch/archive/refs/tags/hatchling-v1.21.1.tar.gz
- sha256sums =
c931dd012812e8afc29c9d6f9943252960bfc4c81273aa5b2458bdea74ae2b39
+ source =
https://github.com/pypa/hatch/archive/refs/tags/hatchling-v1.24.2.tar.gz
+ sha256sums =
b8e6974a780dc2c5b43676c352f20e19c61a33b7a4e1cb47b05c364ae22f0a8c
pkgname = python-hatchling
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=python-hatchling
-pkgver=1.21.1
-pkgrel=3
+pkgver=1.24.2
+pkgrel=1
pkgdesc="Extensible, standards compliant build backend used by Hatch"
arch=('any')
url="https://github.com/pypa/hatch/tree/master/backend"
@@ -18,7 +18,7 @@ _name=${pkgname/python-/}
source=(
"${_url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
)
-sha256sums=('c931dd012812e8afc29c9d6f9943252960bfc4c81273aa5b2458bdea74ae2b39')
+sha256sums=('b8e6974a780dc2c5b43676c352f20e19c61a33b7a4e1cb47b05c364ae22f0a8c')
build() {
cd "hatch-${_name}-v${pkgver}/backend"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/df455ca40ed96922d80073473ef23d036d121302
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/df455ca40ed96922d80073473ef23d036d121302
You're receiving this email because of your account on gitlab.archlinux.org.