public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-cachelib] f45: Update to 0.16.1
@ 2026-09-02 14:32 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-09-02 14:32 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-02 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 14:32 [rpms/python-cachelib] f45: Update to 0.16.1 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox