public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-cachelib] f45: Update to 0.16.1
Date: Wed, 02 Sep 2026 14:32:21 GMT [thread overview]
Message-ID: <178835954153.1.10329732781953010799.rpms-python-cachelib-6d7c50aad7b6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-cachelib
Branch : f45
Commit : 6d7c50aad7b69a58f17d64a2961d2976ee78cac1
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-22T23:06:58-03:00
Stats : +17/-11 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-cachelib/c/6d7c50aad7b69a58f17d64a2961d2976ee78cac1?branch=f45
Log:
Update to 0.16.1
Resolves: rhbz#2468492
---
diff --git a/.gitignore b/.gitignore
index 67cef93..ef2b7a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/cachelib-0.10.0.tar.gz
/cachelib-0.12.0.tar.gz
/cachelib-0.13.0.tar.gz
+/cachelib-0.16.1.tar.gz
diff --git a/plans/upstream.fmf b/plans/upstream.fmf
index 1cd9a10..acff89f 100644
--- a/plans/upstream.fmf
+++ b/plans/upstream.fmf
@@ -2,24 +2,28 @@ summary: Run upstream unit tests
discover:
dist-git-source: true
tests:
- # uWSGI is not packaged for Fedora and there is no straightforward way to test
- # Amazon DynamoDB so skip tests for these backends.
+ # uWSGI is not packaged for Fedora, and MongoDB / DynamoDB require external
+ # services without embedded mocks in upstream tests, so skip these backends.
- name: /upstream/unit
test: |
cd $TMT_SOURCE_DIR/*/
useradd -M tester
chown -R tester: .
- sudo -u tester -- pytest -v -r s -k 'not Uwsgi and not DynamoDb'
+ sudo -u tester -- pytest -v -r s -k 'not Uwsgi and not DynamoDb and not MongoDb'
prepare:
how: install
package:
- git-core
- memcached
+ - python3-boto3
- python3-cachelib
- python3-pylibmc
+ - python3-pymongo
- python3-pytest
- python3-pytest-xprocess
- python3-redis
+ - python3-valkey
- redis
+ - valkey
execute:
how: tmt
diff --git a/python-cachelib.spec b/python-cachelib.spec
index 26a953e..baf2526 100644
--- a/python-cachelib.spec
+++ b/python-cachelib.spec
@@ -1,7 +1,7 @@
%global srcname cachelib
Name: python-%{srcname}
-Version: 0.13.0
+Version: 0.16.1
Release: %autorelease
Summary: A collection of cache libraries with a common API
License: BSD-3-Clause
@@ -21,13 +21,15 @@ Extracted from Werkzeug.}
Summary: %{summary}
BuildRequires: memcached
BuildRequires: redis
+BuildRequires: valkey
+BuildRequires: python3-boto3
BuildRequires: python3-devel
BuildRequires: python3-pylibmc
-#BuildRequires: python3-pymongo
+BuildRequires: python3-pymongo
BuildRequires: python3-pytest
BuildRequires: python3-pytest-xprocess
BuildRequires: python3-redis
-BuildRequires: python3dist(setuptools)
+BuildRequires: python3-valkey
%description -n python3-%{srcname} %{_description}
@@ -46,13 +48,12 @@ BuildRequires: python3dist(setuptools)
%pyproject_save_files -l cachelib
%check
-# uWSGI is not packaged for Fedora and there is no straightforward way to test
-# Amazon DynamoDB so skip tests for these backends.
-# MongoDb is new as of 0.12.0, however, it fails the test suite even with
-# pymongo installed. Leave it disabled until fixed.
+# uWSGI is not packaged for Fedora, and MongoDB / DynamoDB require external
+# services without embedded mocks in upstream tests, so skip these backends.
%pytest -v -r s -k 'not Uwsgi and not DynamoDb and not MongoDb'
%files -n python3-%{srcname} -f %{pyproject_files}
+%doc CHANGES.rst README.md
%changelog
%autochangelog
diff --git a/sources b/sources
index 697ff84..136005e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cachelib-0.13.0.tar.gz) = 09604fdd03f84a207770313192898087fdd724999be93b08e61c463b793611783ea70b18afbd89e10c655d227108bebb5a192c7a8d5c241bc94209ff51f7b338
+SHA512 (cachelib-0.16.1.tar.gz) = 6d6e9fb2bc8797db1bc993854fd34142ab150719933e91cf45156c8783640f1d5cc05a2bf32758f1ed00b3c81dcc6845084ecd833b1f4540c330d177e645356e
reply other threads:[~2026-09-02 14:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178835954153.1.10329732781953010799.rpms-python-cachelib-6d7c50aad7b6@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox