From af7ce3d2d5941162592111f529cc3494c1e7c5058f71cc14a6a33d688002d49e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 19:12:47 +0000 Subject: [PATCH] Accepting request 1133483 from home:badshah400:branches:devel:languages:python - Update to version 2.0.1: - Update URL tag in specfile. - Drop old macro redefinition that is no longer needed. OBS-URL: https://build.opensuse.org/request/show/1133483 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=52 --- param-2.0.0.tar.gz | 3 --- param-2.0.1.tar.gz | 3 +++ python-param.changes | 15 +++++++++++++++ python-param.spec | 7 ++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 param-2.0.0.tar.gz create mode 100644 param-2.0.1.tar.gz diff --git a/param-2.0.0.tar.gz b/param-2.0.0.tar.gz deleted file mode 100644 index 51936f0..0000000 --- a/param-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19823383b0dac5a794152b85336cb4c6b0d0ef61a2b1eb7cd272aae141be0117 -size 169249 diff --git a/param-2.0.1.tar.gz b/param-2.0.1.tar.gz new file mode 100644 index 0000000..3d7864d --- /dev/null +++ b/param-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7943a04607822efd46e96e1827dc5fa929a2fc3b1fe9fc7b7dca7d17a8031a5b +size 168175 diff --git a/python-param.changes b/python-param.changes index f27d23a..becd712 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 15 16:46:45 UTC 2023 - Atri Bhattacharya + +- 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). + * Don’t import setuptools_scm if the .git folder doesn’t 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á diff --git a/python-param.spec b/python-param.spec index 673435e..aff7d8f 100644 --- a/python-param.spec +++ b/python-param.spec @@ -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