15
0
forked from pool/python-param

Accepting request 623188 from home:apersaud:branches:devel:languages:python

- 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/623188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=12
This commit is contained in:
2018-07-17 07:48:10 +00:00
committed by Git OBS Bridge
parent 371774c26e
commit af745c9360
4 changed files with 18 additions and 5 deletions

View File

@@ -18,14 +18,13 @@
%{?!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}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros