George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-wheel
Commits:
9e22ed46 by George Rawlinson at 2025-03-18T04:41:40+00:00
upgpkg: 0.45.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-wheel
pkgdesc = A built-package format for Python
- pkgver = 0.45.0
- pkgrel = 3
+ pkgver = 0.45.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/wheel
arch = any
license = MIT
@@ -19,9 +19,9 @@ pkgbase = python-wheel
optdepends = python-keyring: for wheel.signatures
optdepends = python-xdg: for wheel.signatures
optdepends = python-setuptools: for legacy bdist_wheel subcommand
- source =
python-wheel-0.45.0.tar.gz::https://github.com/pypa/wheel/archive/0.45.0.tar.gz
+ source =
python-wheel-0.45.1.tar.gz::https://github.com/pypa/wheel/archive/0.45.1.tar.gz
source = python-wheel-0.45.0-devendor.patch
- sha512sums =
b5610405ae6aa387d4597821793e82115873137bd24d9e07f4b68680089e93f595ecdf42c8e290b2daaca2b9687afe02a0255baf32d1ee60870b1e9f0a9dd644
+ sha512sums =
d15299512d0b401214c866334dfa68b11810da02f9dd67925d66f546c7ca62eda37312fb37dec0e1a7d861b1f507131029ab4a42d63f5dd27aaca50c517e1d50
sha512sums =
b9e705f1ca4f71332cd20b404d3eaae13a0785958a021078d786177b161e789c370d20dd0411246e53890235d8dc527c72a4cc8023c0bcff8921135422b98173
pkgname = python-wheel
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ _bootstrap=0
_bootstrap_version=3.13.0
pkgname=python-wheel
_name=${pkgname#python-}
-pkgver=0.45.0
-pkgrel=3
+pkgver=0.45.1
+pkgrel=1
pkgdesc="A built-package format for Python"
arch=(any)
url="https://pypi.python.org/pypi/wheel"
@@ -43,7 +43,7 @@ else
python-setuptools::git+https://github.com/pypa/setuptools.git
)
fi
-sha512sums=('b5610405ae6aa387d4597821793e82115873137bd24d9e07f4b68680089e93f595ecdf42c8e290b2daaca2b9687afe02a0255baf32d1ee60870b1e9f0a9dd644'
+sha512sums=('d15299512d0b401214c866334dfa68b11810da02f9dd67925d66f546c7ca62eda37312fb37dec0e1a7d861b1f507131029ab4a42d63f5dd27aaca50c517e1d50'
'b9e705f1ca4f71332cd20b404d3eaae13a0785958a021078d786177b161e789c370d20dd0411246e53890235d8dc527c72a4cc8023c0bcff8921135422b98173')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wheel/-/commit/9e22ed466ece2b281259195fdb37004759930cce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wheel/-/commit/9e22ed466ece2b281259195fdb37004759930cce
You're receiving this email because of your account on gitlab.archlinux.org.