14
0

Accepting request 628683 from home:jsikes:branches:devel:languages:python

Big version bump from 13.0 to 14.4.

OBS-URL: https://build.opensuse.org/request/show/628683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-08-11 05:18:10 +00:00
committed by Git OBS Bridge
parent 081003d01d
commit 6fc74f1470
4 changed files with 22 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyrsistent
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -13,29 +13,29 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pyrsistent
Version: 0.13.0
Version: 0.14.4
Release: 0
License: MIT
Summary: Persistent, Functional, Immutable data structures
Url: http://github.com/tobgu/pyrsistent/
License: MIT
Group: Development/Languages/Python
URL: http://github.com/tobgu/pyrsistent/
Source: https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
%if %{with test}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
%endif
Requires: python-six
%python_subpackages
%description
@@ -67,7 +67,6 @@ py.test-%{$python_bin_suffix}
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.txt LICENCE.mit README README.rst
%{python_sitearch}/*