15
0

Accepting request 597452 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/597452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cooldict?expand=0&rev=2
This commit is contained in:
2018-04-19 13:30:24 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 17 11:36:57 UTC 2018 - jengelh@inai.de
- Update descriptions
-------------------------------------------------------------------
Sun Apr 15 10:36:54 UTC 2018 - afaerber@suse.de

View File

@@ -20,7 +20,7 @@
Name: python-cooldict
Version: 1.02
Release: 0
Summary: dict-like structures
Summary: dict-like structures for Python
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/zardus/cooldict
@@ -38,7 +38,11 @@ BuildArch: noarch
%python_subpackages
%description
Some dict-like structures.
cooldict provides some dict-like structures for Python, such as
* a write-through cache around another dict
* a finalizable dict
* a branching dict
* a copy-on-write dict (with and without sinkholing capability)
%prep
%setup -q -n cooldict-%{version}