forked from pool/python-param
Accepting request 597607 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.6.0 * Drop Cython build OBS-URL: https://build.opensuse.org/request/show/597607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-param
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-param
|
||||
Version: 1.5.1
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Declarative Python programming using Parameters
|
||||
License: BSD-3-Clause
|
||||
@@ -27,10 +27,10 @@ Url: http://ioam.github.com/param/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/param/param-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
Recommends: python-jupyter_ipython
|
||||
Recommends: python-numpy
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -52,13 +52,13 @@ as part of other projects.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.txt README.rst
|
||||
%{python_sitearch}/param/
|
||||
%{python_sitearch}/numbergen/
|
||||
%{python_sitearch}/param-%{version}-py*.egg-info
|
||||
%{python_sitelib}/param/
|
||||
%{python_sitelib}/numbergen/
|
||||
%{python_sitelib}/param-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user