Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-cachelib


Commits:
05afaf45 by Antonio Rojas at 2024-02-18T12:44:19+01:00
upgpkg: 0.12.0-1: Update to 0.12.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = python-cachelib
+       pkgdesc = A collection of cache libraries in the same API interface. 
Extracted from werkzeug
+       pkgver = 0.12.0
+       pkgrel = 1
+       url = https://github.com/pallets/cachelib
+       arch = any
+       license = BSD
+       checkdepends = python-pytest-xprocess
+       checkdepends = python-boto3
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python
+       source = 
https://files.pythonhosted.org/packages/source/c/cachelib/cachelib-0.12.0.tar.gz
+       sha256sums = 
8243029a028436fd23229113dee517c0700bb43a8a289ec5a963e4af9ca2b194
+
+pkgname = python-cachelib


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 
 pkgname=python-cachelib
 _name=${pkgname#python-}
-pkgver=0.10.2
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc='A collection of cache libraries in the same API interface. Extracted 
from werkzeug'
 arch=(any)
 url='https://github.com/pallets/cachelib'
@@ -14,7 +14,7 @@ depends=(python)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pytest-xprocess python-boto3)
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha256sums=('593faeee62a7c037d50fc835617a01b887503f972fb52b188ae7e50e9cb69740')
+sha256sums=('8243029a028436fd23229113dee517c0700bb43a8a289ec5a963e4af9ca2b194')
 
 build() {
   cd $_name-$pkgver
@@ -24,7 +24,7 @@ build() {
 check() {
   cd $_name-$pkgver
   PYTHONPATH="$PWD"/src \
-  pytest -v -k 'not test_dynamodb_cache' # Fails on build.a.o
+  pytest -v -k 'not test_dynamodb_cache and not test_mongodb_cache' # Fails on 
build.a.o
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachelib/-/commit/05afaf45876b59d7fa67b2657145faa2ca708784

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachelib/-/commit/05afaf45876b59d7fa67b2657145faa2ca708784
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to