Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-dogpile.cache
Commits:
20118e1a by Jelle van der Waa at 2024-10-13T13:52:20+02:00
upgpkg: 1.3.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dogpile.cache
pkgdesc = A caching front-end based on the Dogpile lock
- pkgver = 1.2.2
- pkgrel = 3
+ pkgver = 1.3.3
+ pkgrel = 1
url = https://pypi.python.org/pypi/dogpile.cache
arch = any
license = BSD
@@ -15,7 +15,7 @@ pkgbase = python-dogpile.cache
makedepends = python-setuptools
depends = python-decorator
depends = python-stevedore
- source =
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-1.2.2.tar.gz
- sha512sums =
23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931
+ source =
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-1.3.3.tar.gz
+ sha512sums =
80809d072167c62dcc731ab5b265c54bcc6f6a1dc09e3ea88959a34823dc0bb776b61166b8e60812dd47c38e8f23ba55c2be173d600a10c4c400c1334d0339fb
pkgname = python-dogpile.cache
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-dogpile.cache
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
pkgdesc="A caching front-end based on the Dogpile lock"
arch=('any')
url="https://pypi.python.org/pypi/dogpile.cache"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis'
'python-pytest'
'python-pylibmc')
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz")
-sha512sums=('23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931')
+sha512sums=('80809d072167c62dcc731ab5b265c54bcc6f6a1dc09e3ea88959a34823dc0bb776b61166b8e60812dd47c38e8f23ba55c2be173d600a10c4c400c1334d0339fb')
build() {
cd dogpile.cache-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dogpile.cache/-/commit/20118e1aaa4459212becf9609aa646227fc4262b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dogpile.cache/-/commit/20118e1aaa4459212becf9609aa646227fc4262b
You're receiving this email because of your account on gitlab.archlinux.org.