Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-dogpile.cache
Commits:
1d2a284f by Felix Yan at 2023-10-25T19:05:45+03:00
upgpkg: 1.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-dogpile.cache
pkgdesc = A caching front-end based on the Dogpile lock
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://pypi.python.org/pypi/dogpile.cache
arch = any
@@ -16,7 +16,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.0.tar.gz
- sha512sums =
a97b851bd9c541004d701e4564cc641e479d40ab60aa08a48c4617f42ee444cf19e4d7551b76ecbfc16ceef1097d3334d15bd1d0a9b3b6ad15ed4e17149e0864
+ source =
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-1.2.1.tar.gz
+ sha512sums =
407a0b5842b9ae4a8a82da933b4c7a4fec4391b877dcddb4f454c7fdf78ed0d2f6db16650c89c8047e1ec2eb6348c23bdcae99a0998aa2de58cfc00d92e2fa5a
pkgname = python-dogpile.cache
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-dogpile.cache
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A caching front-end based on the Dogpile lock"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis'
'python-pytest'
'python-pytest-cov' 'python-pylibmc')
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz")
-sha512sums=('a97b851bd9c541004d701e4564cc641e479d40ab60aa08a48c4617f42ee444cf19e4d7551b76ecbfc16ceef1097d3334d15bd1d0a9b3b6ad15ed4e17149e0864')
+sha512sums=('407a0b5842b9ae4a8a82da933b4c7a4fec4391b877dcddb4f454c7fdf78ed0d2f6db16650c89c8047e1ec2eb6348c23bdcae99a0998aa2de58cfc00d92e2fa5a')
build() {
cd dogpile.cache-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dogpile.cache/-/commit/1d2a284f12bba1c779dbefc0e280db62ce1c0e51
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dogpile.cache/-/commit/1d2a284f12bba1c779dbefc0e280db62ce1c0e51
You're receiving this email because of your account on gitlab.archlinux.org.