forked from pool/python-dogpile.cache
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c1df2749a5ad21788d1b73075b580c4a3d7dc5f6e7dedb2cc6258d4755b04b2
|
||||
size 104600
|
||||
3
dogpile.cache-1.2.0.tar.gz
Normal file
3
dogpile.cache-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51def2007807462a147fc4d5ba8c53143c12da254ceeefa9176bfb5c0a60e9cc
|
||||
size 105144
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 21:34:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 12:05:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user