From ac289140f616dfede864b4fcf4af2acbf020c868b953630cd80f0918596d4e47 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 May 2023 21:38:27 +0000 Subject: [PATCH] - 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 --- dogpile.cache-1.1.8.tar.gz | 3 --- dogpile.cache-1.2.0.tar.gz | 3 +++ python-dogpile.cache.changes | 9 +++++++++ python-dogpile.cache.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 dogpile.cache-1.1.8.tar.gz create mode 100644 dogpile.cache-1.2.0.tar.gz diff --git a/dogpile.cache-1.1.8.tar.gz b/dogpile.cache-1.1.8.tar.gz deleted file mode 100644 index e468d6b..0000000 --- a/dogpile.cache-1.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c1df2749a5ad21788d1b73075b580c4a3d7dc5f6e7dedb2cc6258d4755b04b2 -size 104600 diff --git a/dogpile.cache-1.2.0.tar.gz b/dogpile.cache-1.2.0.tar.gz new file mode 100644 index 0000000..5230c11 --- /dev/null +++ b/dogpile.cache-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51def2007807462a147fc4d5ba8c53143c12da254ceeefa9176bfb5c0a60e9cc +size 105144 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index 157793b..54cad5c 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 9 21:34:11 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 6cc4bbf..730c298 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -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