15
0
forked from pool/python-param

Accepting request 1133621 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1133621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=25
This commit is contained in:
2023-12-17 20:32:15 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19823383b0dac5a794152b85336cb4c6b0d0ef61a2b1eb7cd272aae141be0117
size 169249

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7943a04607822efd46e96e1827dc5fa929a2fc3b1fe9fc7b7dca7d17a8031a5b
size 168175

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 15 16:46:45 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.0.1:
* Do not install doc folder in site-packages
(gh#holoviz/param#878).
* Drop the feather-format test dependency
(gh#holoviz/param#879).
* Add tables to the tests-deser extra (gh#holoviz/param#880).
* Fix _state_push and _state_pop (gh#holoviz/param#884).
* Dont import setuptools_scm if the .git folder doesnt exist
(gh#holoviz/param#885).
- Update URL tag in specfile.
- Drop old macro redefinition that is no longer needed.
-------------------------------------------------------------------
Tue Oct 24 14:58:32 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@@ -16,15 +16,14 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname param
Name: python-param
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://param.pyviz.org/
URL: https://param.holoviz.org/index.html
Source: https://files.pythonhosted.org/packages/source/p/param/param-%{version}.tar.gz
Source100: python-param-rpmlintrc
BuildRequires: %{python_module base >= 3.8}
@@ -66,8 +65,6 @@ echo '{"git_describe": "v%{version}", "version_string": "%{version}"}' > param/.
%install
%pyproject_install
# move docs to the param folder
%python_expand mv %{buildroot}%{$python_sitelib}/doc %{buildroot}%{$python_sitelib}/param/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check