forked from pool/python-param
Accepting request 955137 from home:badshah400:branches:devel:languages:python
* Update to version 1.12.0. * Drop denose.patch: Tests updated to use pytest (gh#holoviz/param#509). OBS-URL: https://build.opensuse.org/request/show/955137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=41
This commit is contained in:
1541
denose.patch
1541
denose.patch
File diff suppressed because it is too large
Load Diff
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:902fc8128093a911f9ca98b8e185e181fa21b4a00e626ac4b440fbe46e58f875
|
||||
size 132562
|
||||
3
param-1.12.0.tar.gz
Normal file
3
param-1.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adb5a87a8cd8709635297568fc97c3a3d23f9342dd66b46c06646c4187499964
|
||||
size 449303
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 23:11:44 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.12.0:
|
||||
* Many changes, see
|
||||
https://github.com/holoviz/param/releases/tag/v1.12.0.
|
||||
- Drop denose.patch: Tests updated to use pytest
|
||||
(gh#holoviz/param#509).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 20:32:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-param
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define modname param
|
||||
Name: python-param
|
||||
Version: 1.10.1
|
||||
Version: 1.12.0
|
||||
Release: 0
|
||||
Summary: Declarative Python programming using Parameters
|
||||
License: BSD-3-Clause
|
||||
@@ -27,9 +27,6 @@ Group: Development/Languages/Python
|
||||
URL: http://param.pyviz.org/
|
||||
Source0: https://github.com/holoviz/param/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
||||
Source100: python-param-rpmlintrc
|
||||
# PATCH-FEATURE-UPSTREAM denose.patch gh#holoviz/param#423 mcepl@suse.com
|
||||
# Remove nose dependency
|
||||
Patch0: denose.patch
|
||||
BuildRequires: %{python_module jsonschema}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -37,9 +34,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
|
||||
BuildRequires: %{python_module pandas if (%python-base without python36-base)}
|
||||
Recommends: python-jsonschema
|
||||
Recommends: python-numpy
|
||||
Recommends: python-pandas
|
||||
Recommends: python-jsonschema
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -82,9 +79,9 @@ assert v == "%{version}", "wrong version reported: {}".format(v)
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%{python_sitelib}/param/
|
||||
%{python_sitelib}/numbergen/
|
||||
%{python_sitelib}/param-%{version}-py*.egg-info
|
||||
%{python_sitelib}/param-%{version}-py%{python_version}.egg-info/
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user