Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / python-cachetools
Commits: f7dcd2fa by Lukas Fleischer at 2025-08-06T11:04:08-04:00 upgpkg: 6.1.0-1: upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-cachetools pkgdesc = Extensible memoizing collections and decorators - pkgver = 5.5.0 - pkgrel = 2 + pkgver = 6.1.0 + pkgrel = 1 url = https://github.com/tkem/cachetools arch = any license = MIT @@ -12,7 +12,7 @@ pkgbase = python-cachetools makedepends = python-installer makedepends = python-wheel depends = python - source = git+https://github.com/tkem/cachetools.git#tag=v5.5.0 - sha512sums = 8bbc259f0e870a966511e29b429b6c55cf77bcea2865e0d8bdbce89a4db563ba840c76453667c30e916df087a1d16c1da0c7710e68027d062aa975a67e7d94eb + source = git+https://github.com/tkem/cachetools.git#tag=v6.1.0 + sha512sums = 969cca638362cefefce67f595273f8eecb9e543b03374ae43296f96c17ad5bf6c024901c5798a2e39211093bee4fd76e97e94a432c978bd46fbf6067938f6bd0 pkgname = python-cachetools ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-cachetools -pkgver=5.5.0 -pkgrel=2 +pkgver=6.1.0 +pkgrel=1 pkgdesc="Extensible memoizing collections and decorators" url="https://github.com/tkem/cachetools" license=('MIT') @@ -11,7 +11,7 @@ depends=('python') makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest') source=("git+https://github.com/tkem/cachetools.git#tag=v$pkgver") -sha512sums=('8bbc259f0e870a966511e29b429b6c55cf77bcea2865e0d8bdbce89a4db563ba840c76453667c30e916df087a1d16c1da0c7710e68027d062aa975a67e7d94eb') +sha512sums=('969cca638362cefefce67f595273f8eecb9e543b03374ae43296f96c17ad5bf6c024901c5798a2e39211093bee4fd76e97e94a432c978bd46fbf6067938f6bd0') build() { cd cachetools View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachetools/-/commit/f7dcd2fa393c7b3a0dfdbb80b6e524e9d22f923e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachetools/-/commit/f7dcd2fa393c7b3a0dfdbb80b6e524e9d22f923e You're receiving this email because of your account on gitlab.archlinux.org.