15
0

- update to 1.2.0:

* Added new construct api.CantDeserializeException which can be
    raised by user-defined deserializer functions which would be
    passed to CacheRegion.deserializer, to indicate a cache value
    that can't be deserialized and therefore should be regenerated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=75
This commit is contained in:
2023-05-09 21:38:27 +00:00
committed by Git OBS Bridge
parent b1798dd30a
commit ac289140f6
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
%{?!python_module:%define python_module() python3-%{**}}
%global pythons python3
Name: python-dogpile.cache
Version: 1.1.8
Version: 1.2.0
Release: 0
%define modname dogpile.cache
%define modver 1_1_8
%define modver 1_2_0
Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause
URL: https://github.com/sqlalchemy/dogpile.cache