15
0

Accepting request 1089613 from devel:languages:python

- update to 1.2.1:
  * Added py.typed file to root so that typing tools such as Mypy
    recognize dogpile as typed. Pull request courtesy Daverball.

OBS-URL: https://build.opensuse.org/request/show/1089613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dogpile.cache?expand=0&rev=37
This commit is contained in:
2023-05-30 20:02:18 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51def2007807462a147fc4d5ba8c53143c12da254ceeefa9176bfb5c0a60e9cc
size 105144

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 29 16:38:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1:
* Added py.typed file to root so that typing tools such as Mypy
recognize dogpile as typed. Pull request courtesy Daverball.
-------------------------------------------------------------------
Tue May 9 21:34:11 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,10 +19,10 @@
%{?!python_module:%define python_module() python3-%{**}}
%global pythons python3
Name: python-dogpile.cache
Version: 1.2.0
Version: 1.2.1
Release: 0
%define modname dogpile.cache
%define modver 1_2_0
%define modver 1_2_1
Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause
URL: https://github.com/sqlalchemy/dogpile.cache