* update python-beaker to 1.13.0-2

This commit is contained in:
Alexander Baldeck 2024-08-08 14:41:46 +02:00
parent 1231a2df57
commit c6d72aa02c
3 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,27 @@
pkgbase = python-beaker
pkgdesc = Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications
pkgver = 1.13.0
pkgrel = 2
url = https://beaker.readthedocs.io/en/latest/
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-sqlalchemy
checkdepends = python-pycryptodome
checkdepends = python-coverage
checkdepends = python-webtest
checkdepends = python-redis
checkdepends = python-pymongo
checkdepends = python-pylibmc
checkdepends = redis
checkdepends = python-cryptography
checkdepends = python-memcached
checkdepends = memcached
checkdepends = pifpaf
checkdepends = python-mongomock
makedepends = python-setuptools
depends = python
source = python-beaker-1.13.0.tar.gz::https://github.com/bbangert/beaker/archive/1.13.0.tar.gz
sha512sums = 474a619f2cff8bddc09cb030bb666b306316569ff4dc0f49700ea52c3bd9d95755b39f09034e4054c431eb46c294f8efb30e13c7ec1dd787047262cd481a352b
pkgname = python-beaker

View File

@ -0,0 +1,4 @@
[python-beaker]
source = "git"
git = "https://github.com/bbangert/beaker.git"
prefix = "v"

View File

@ -6,7 +6,7 @@
_name=beaker
pkgname=python-beaker
pkgver=1.13.0
pkgrel=1
pkgrel=2
arch=(any)
license=('BSD-3-Clause')
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"