14
0
forked from pool/python-partd

Accepting request 538225 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/538225
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-partd?expand=0&rev=3
This commit is contained in:
Jan Matejek
2017-11-03 14:36:43 +00:00
committed by Git OBS Bridge
parent 876d4b907c
commit 275262d7c6
4 changed files with 25 additions and 9 deletions

View File

@@ -15,23 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-partd
Version: 0.3.7
Version: 0.3.8
Release: 0
Summary: Appendable key-value storage
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/mrocklin/partd/
Source: https://files.pythonhosted.org/packages/source/p/partd/partd-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module locket}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toolz}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module locket}
BuildRequires: %{python_module toolz}
%if %{with tests}
BuildRequires: %{python_module pytest}
%endif
@@ -76,7 +77,7 @@ popd
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%doc README.rst LICENSE.txt
%{python_sitelib}/*
%changelog