Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-extension-helpers
Commits:
558eecb4 by Jelle van der Waa at 2024-11-18T12:26:59+01:00
upgpkg: 1.1.1-1: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-extension-helpers
pkgdesc = Utilities for building and installing packages with compiled
extensions
- pkgver = 1.1.0
- pkgrel = 3
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://github.com/astropy/extension-helpers
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-extension-helpers
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-setuptools
- source =
https://files.pythonhosted.org/packages/source/e/extension-helpers/extension-helpers-1.1.0.tar.gz
- sha256sums =
49460c78a3f8d1f8cec174479f5e85ad445948ccc416033c5aa3e6ddf2c50229
+ source =
https://files.pythonhosted.org/packages/source/e/extension-helpers/extension-helpers-1.1.1.tar.gz
+ sha256sums =
f95dd304a523d4ff6680d9504fa1d68a4dd03bf3bfbbe0ade4d927ed9e693f00
pkgname = python-extension-helpers
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkg=extension-helpers
pkgname=python-${_pkg}
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Utilities for building and installing packages with compiled
extensions"
arch=(any)
url="https://github.com/astropy/extension-helpers"
@@ -13,7 +13,7 @@ depends=(python-setuptools)
makedepends=(python-build python-installer python-setuptools-scm python-wheel)
checkdepends=(python-pytest)
source=(https://files.pythonhosted.org/packages/source/e/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('49460c78a3f8d1f8cec174479f5e85ad445948ccc416033c5aa3e6ddf2c50229')
+sha256sums=('f95dd304a523d4ff6680d9504fa1d68a4dd03bf3bfbbe0ade4d927ed9e693f00')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-extension-helpers/-/commit/558eecb4926658e832a68752b26fbc50fc143afe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-extension-helpers/-/commit/558eecb4926658e832a68752b26fbc50fc143afe
You're receiving this email because of your account on gitlab.archlinux.org.