From b2b35fab8b3c768ebbf57958f3d37f4c14814ced27e1bbab579ca7b541ca5faf Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 18 Apr 2018 02:09:47 +0000 Subject: [PATCH] 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 --- param-1.5.1.tar.gz | 3 --- param-1.6.0.tar.gz | 3 +++ python-param.changes | 6 ++++++ python-param.spec | 16 ++++++++-------- 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 param-1.5.1.tar.gz create mode 100644 param-1.6.0.tar.gz diff --git a/param-1.5.1.tar.gz b/param-1.5.1.tar.gz deleted file mode 100644 index 563d862..0000000 --- a/param-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2d706819f725d8b6f82103e1576006d342366c34228f0b303861ea2abb9bd9 -size 52207 diff --git a/param-1.6.0.tar.gz b/param-1.6.0.tar.gz new file mode 100644 index 0000000..3491faa --- /dev/null +++ b/param-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d98e093df457d1b2db849fb911d33b67c47551f09521aa40b938ebc836b29db +size 55291 diff --git a/python-param.changes b/python-param.changes index 189daa9..2635dbc 100644 --- a/python-param.changes +++ b/python-param.changes @@ -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 diff --git a/python-param.spec b/python-param.spec index e488f08..eac43ea 100644 --- a/python-param.spec +++ b/python-param.spec @@ -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