Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-zope-testing
Commits:
3d80083f by Antonio Rojas at 2025-12-26T19:10:37+01:00
upgpkg: 6.1-1: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-zope-testing
pkgdesc = Zope testing helpers
- pkgver = 6.0
- pkgrel = 2
+ pkgver = 6.1
+ pkgrel = 1
url = https://github.com/zopefoundation/zope.testing
arch = any
license = ZPL-2.1
@@ -11,7 +11,7 @@ pkgbase = python-zope-testing
makedepends = python-wheel
depends = python
depends = python-zope-testrunner
- source =
python-zope-testing-6.0.tar.gz::https://github.com/zopefoundation/zope.testing/archive/6.0.tar.gz
- sha512sums =
6e28e0589bc7b2c62973047d8fd2ab53fca0c304bcb84a057769238792b2c834e15ecf4d4d03c06fed1744d0f0deb7a9e81b4f37155d247b45801020a89fcd89
+ source =
python-zope-testing-6.1.tar.gz::https://github.com/zopefoundation/zope.testing/archive/6.1.tar.gz
+ sha512sums =
20cc4006fee44a9d86fd3a7f26507247731c1a32541a5676ab45bd74e75199fb856cd9382cd80bf75eb6ba50b7f18bd3718cdfec005e78ba75d250875c890e33
pkgname = python-zope-testing
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-zope-testing
_pkgname=zope.testing
-pkgver=6.0
-pkgrel=2
+pkgver=6.1
+pkgrel=1
pkgdesc="Zope testing helpers"
arch=('any')
url="https://github.com/zopefoundation/zope.testing"
@@ -20,7 +20,7 @@ makedepends=(
'python-wheel'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('6e28e0589bc7b2c62973047d8fd2ab53fca0c304bcb84a057769238792b2c834e15ecf4d4d03c06fed1744d0f0deb7a9e81b4f37155d247b45801020a89fcd89')
+sha512sums=('20cc4006fee44a9d86fd3a7f26507247731c1a32541a5676ab45bd74e75199fb856cd9382cd80bf75eb6ba50b7f18bd3718cdfec005e78ba75d250875c890e33')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-testing/-/commit/3d80083faa3132a8f3e660cb2c11b6c940cf8bc7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-testing/-/commit/3d80083faa3132a8f3e660cb2c11b6c940cf8bc7
You're receiving this email because of your account on gitlab.archlinux.org.