forked from pool/python-zict
Accepting request 689074 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/689074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zict?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 10:00:43 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.1.4
|
||||
* Use collections.abc to avoid DeprecationWarning
|
||||
* DOC: Add classes missing from API documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:56:25 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zict
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,8 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-zict
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 0
|
||||
Summary: Mutable mapping tools
|
||||
License: BSD-3-Clause
|
||||
@@ -31,10 +30,10 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-HeapDict
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module HeapDict}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -50,10 +49,8 @@ Mutable Mapping interfaces for python.
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63377f063086fc92e5c16e4d02162c571f6470b9e796cf3411ef9e815c96b799
|
||||
size 11199
|
||||
3
zict-0.1.4.tar.gz
Normal file
3
zict-0.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7838b2f21bc06b7e3db5c64ffa6642255a5f7c01841660b3388a9840e101f99
|
||||
size 11335
|
||||
Reference in New Issue
Block a user