Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-jaraco.collections
Commits:
0183d748 by Jelle van der Waa at 2024-11-16T15:15:23+01:00
upgpkg: 5.0.1-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,11 @@
pkgbase = python-jaraco.collections
pkgdesc = Models and classes to supplement the stdlib 'collections'
module.
pkgver = 5.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jaraco/jaraco.collections
arch = any
license = MIT
checkdepends = python-pytest
- checkdepends = python-pytest-enabler
- checkdepends = python-pytest-mypy
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,14 @@
pkgname=python-jaraco.collections
_name="${pkgname#python-}"
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Models and classes to supplement the stdlib 'collections' module."
arch=('any')
url='https://github.com/jaraco/jaraco.collections'
license=('MIT')
depends=('python' 'python-jaraco.text')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-enabler' 'python-pytest-mypy')
+checkdepends=('python-pytest')
conflicts=('python-jaraco')
replaces=('python-jaraco')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.collections/-/commit/0183d748fdf5571b718d06d4bba3f5f4e3f1b146
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.collections/-/commit/0183d748fdf5571b718d06d4bba3f5f4e3f1b146
You're receiving this email because of your account on gitlab.archlinux.org.