15
0
forked from pool/python-param

Accepting request 623249 from devel:languages:python

- Switch to github tarball and enable tests.

- specfile:
  * remove devel requirement
- update to version 1.7.0:
  * A new param namespace object, which in future will allow
    subclasses of Parameterized to have much cleaner namespaces
    (#230).
  * Started testing on python 3.7-dev (#223).
  * param.version now provides functions to simplify dependants'
    setup.py/setup.cfg files (see pyviz/autover#49).

OBS-URL: https://build.opensuse.org/request/show/623249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=5
This commit is contained in:
2018-07-18 20:55:21 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 6 deletions

View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jul 17 08:51:50 UTC 2018 - tchvatal@suse.com
- Switch to github tarball and enable tests.
-------------------------------------------------------------------
Mon Jul 16 16:11:19 UTC 2018 - arun@gmx.de
- specfile:
* remove devel requirement
- update to version 1.7.0:
* A new param namespace object, which in future will allow
subclasses of Parameterized to have much cleaner namespaces
(#230).
* Started testing on python 3.7-dev (#223).
* param.version now provides functions to simplify dependants'
setup.py/setup.cfg files (see pyviz/autover#49).
-------------------------------------------------------------------
Fri May 11 23:11:13 UTC 2018 - arun@gmx.de

View File

@@ -18,14 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-param
Version: 1.6.1
Version: 1.7.0
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://ioam.github.com/param/
Source: https://files.pythonhosted.org/packages/source/p/param/param-%{version}.tar.gz
BuildRequires: %{python_module devel}
Source0: https://github.com/ioam/param/archive/v%{version}.tar.gz
BuildRequires: %{python_module nose}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,6 +47,7 @@ as part of other projects.
%prep
%setup -q -n param-%{version}
sed -i -e 's:version=get_setup_version("param"):version="%{version}":g' setup.py
%build
%python_build
@@ -54,6 +56,9 @@ as part of other projects.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand nosetests-%{$python_bin_suffix}
%files %{python_files}
%license LICENSE.txt
%doc README.rst

3
v1.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:324c97d35ba3c62bc1ac3057991604fbb18c04c6ebcbe5e8d1b6d61bf5ec3bc7
size 86550