From c348be39ea608cee44859ae78b9d48349feb1993a24d8b87704028e97da567a7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 Dec 2019 18:20:55 +0000 Subject: [PATCH] - update to 0.9.0 * Added logging facililities into :class:`.CacheRegion` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=52 --- dogpile.cache-0.8.0.tar.gz | 3 --- dogpile.cache-0.9.0.tar.gz | 3 +++ python-dogpile.cache.changes | 6 ++++++ python-dogpile.cache.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 dogpile.cache-0.8.0.tar.gz create mode 100644 dogpile.cache-0.9.0.tar.gz diff --git a/dogpile.cache-0.8.0.tar.gz b/dogpile.cache-0.8.0.tar.gz deleted file mode 100644 index c266ef3..0000000 --- a/dogpile.cache-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6 -size 323203 diff --git a/dogpile.cache-0.9.0.tar.gz b/dogpile.cache-0.9.0.tar.gz new file mode 100644 index 0000000..aa03083 --- /dev/null +++ b/dogpile.cache-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b +size 325830 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index fcdc1d1..46fba8e 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 20 18:20:21 UTC 2019 - Dirk Mueller + +- update to 0.9.0 + * Added logging facililities into :class:`.CacheRegion` + ------------------------------------------------------------------- Fri Oct 4 14:09:51 UTC 2019 - Marketa Calabkova diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 5727add..37226e5 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -1,7 +1,7 @@ # # spec file for package python-dogpile.cache # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-dogpile.cache -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: A caching front-end based on the Dogpile lock License: BSD-3-Clause