Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-hatchling
Commits:
a14dc4e3 by Antonio Rojas at 2024-09-15T14:50:54+02:00
upgpkg: 1.25.0-1: Update to 1.25.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-hatchling
pkgdesc = Extensible, standards compliant build backend used by Hatch
- pkgver = 1.24.2
+ pkgver = 1.25.0
pkgrel = 1
url = https://github.com/pypa/hatch/tree/master/backend
arch = any
@@ -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.24.2.tar.gz
- sha256sums =
b8e6974a780dc2c5b43676c352f20e19c61a33b7a4e1cb47b05c364ae22f0a8c
+ source =
https://github.com/pypa/hatch/archive/refs/tags/hatchling-v1.25.0.tar.gz
+ sha256sums =
0d8d66b687b8e765d19d2d0560f182457aa78cdbc45fef9430655ccaf1cd34b1
pkgname = python-hatchling
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=python-hatchling
-pkgver=1.24.2
+pkgver=1.25.0
pkgrel=1
pkgdesc="Extensible, standards compliant build backend used by Hatch"
arch=('any')
@@ -18,7 +18,7 @@ _name=${pkgname/python-/}
source=(
"${_url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
)
-sha256sums=('b8e6974a780dc2c5b43676c352f20e19c61a33b7a4e1cb47b05c364ae22f0a8c')
+sha256sums=('0d8d66b687b8e765d19d2d0560f182457aa78cdbc45fef9430655ccaf1cd34b1')
build() {
cd "hatch-${_name}-v${pkgver}/backend"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/a14dc4e3df94a9aab7493bdf87c9f2c1852f6f88
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatchling/-/commit/a14dc4e3df94a9aab7493bdf87c9f2c1852f6f88
You're receiving this email because of your account on gitlab.archlinux.org.