15
0

Accepting request 966023 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/966023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dogpile.cache?expand=0&rev=34
This commit is contained in:
2022-03-30 18:36:24 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:413e7b21c3818fb2643807ccb9726078789667a065edcfef69537c3f8cfc47f8
size 100658

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50891c4297d01037253eb1b46d35b60a8536c46726df94880cb828a1c7d738ca
size 101975

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 30 09:37:29 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.1.5
* Added support for additional pymemcache HashClient
parameters: retry_attempts, retry_timeout, and
dead_timeout.
-------------------------------------------------------------------
Fri Dec 3 21:43:51 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.4
Version: 1.1.5
Release: 0
%define modname dogpile.cache
%define modver 1_1_4
%define modver 1_1_5
Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause
URL: https://github.com/sqlalchemy/dogpile.cache