Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
python-cachetools
Commits:
6d1d95e5 by Lukas Fleischer at 2024-09-28T20:56:43-05:00
upgpkg: 5.5.0-1: update to 5.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cachetools
pkgdesc = Extensible memoizing collections and decorators
- pkgver = 5.3.3
+ pkgver = 5.5.0
pkgrel = 1
url = https://github.com/tkem/cachetools
arch = any
@@ -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.3.3
- sha512sums =
c18f0e92e7ccc5d58339268b5b689baca3d2cefa66774fdd55b79720e159ec0e90f4e7ff347dd4f6906e9dcb50a7a11ed20957dca20f7622c62350546e4ea7cb
+ source = git+https://github.com/tkem/cachetools.git#tag=v5.5.0
+ sha512sums =
8bbc259f0e870a966511e29b429b6c55cf77bcea2865e0d8bdbce89a4db563ba840c76453667c30e916df087a1d16c1da0c7710e68027d062aa975a67e7d94eb
pkgname = python-cachetools
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-cachetools
-pkgver=5.3.3
+pkgver=5.5.0
pkgrel=1
pkgdesc="Extensible memoizing collections and decorators"
url="https://github.com/tkem/cachetools"
@@ -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=('c18f0e92e7ccc5d58339268b5b689baca3d2cefa66774fdd55b79720e159ec0e90f4e7ff347dd4f6906e9dcb50a7a11ed20957dca20f7622c62350546e4ea7cb')
+sha512sums=('8bbc259f0e870a966511e29b429b6c55cf77bcea2865e0d8bdbce89a4db563ba840c76453667c30e916df087a1d16c1da0c7710e68027d062aa975a67e7d94eb')
build() {
cd cachetools
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachetools/-/commit/6d1d95e56ce6c642713a573307d431ec102bb203
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachetools/-/commit/6d1d95e56ce6c642713a573307d431ec102bb203
You're receiving this email because of your account on gitlab.archlinux.org.