15
0

- update to 1.3.3:

* Added support for an additional pymemcached client parameter
    PyMemcacheBackend.memcached_expire_time
  * Fixed the return type for CacheRegion.get(), which was
    inadvertently hardcoded to use CacheReturnType that only
    resolved to CachedValue or NoValue. Fixed to return
    ValuePayload which resolves to Any, as well as a new literal
    indicating an enum constant for :data:.api.NO_VALUE. The
    :data:.api.NO_VALUE constant remains available as the single
    element of this enum.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=89
This commit is contained in:
2024-05-06 08:38:55 +00:00
committed by Git OBS Bridge
parent 258ea59931
commit 5b364ec856
4 changed files with 20 additions and 6 deletions

View File

@@ -18,14 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-dogpile.cache
Version: 1.3.2
Version: 1.3.3
Release: 0
%define modname dogpile.cache
%define modver 1_3_2
%define modver 1_3_3
Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause
URL: https://github.com/sqlalchemy/dogpile.cache
Source: https://github.com/sqlalchemy/%{modname}/archive/rel_%{modver}.tar.gz#/%{modname}-%{version}.tar.gz
Source: https://github.com/sqlalchemy/%{modname}/archive/refs/tags/rel_%{modver}.tar.gz#/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module Mako}
BuildRequires: %{python_module dbm}
BuildRequires: %{python_module decorator >= 4.0.0}