15
0
forked from pool/python-param

Accepting request 597608 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/597608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=3
This commit is contained in:
2018-04-19 13:31:22 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e2d706819f725d8b6f82103e1576006d342366c34228f0b303861ea2abb9bd9
size 52207

3
param-1.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d98e093df457d1b2db849fb911d33b67c47551f09521aa40b938ebc836b29db
size 55291

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 18 02:07:38 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.6.0
* Drop Cython build
-------------------------------------------------------------------
Thu Aug 17 15:39:13 UTC 2017 - toddrme2178@gmail.com

View File

@@ -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