Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-holoviews for openSUSE:Factory checked in at 2024-02-13 22:42:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-holoviews (Old) and /work/SRC/openSUSE:Factory/.python-holoviews.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-holoviews" Tue Feb 13 22:42:51 2024 rev:38 rq:1146086 version:1.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-holoviews/python-holoviews.changes 2023-09-04 22:54:21.253404848 +0200 +++ /work/SRC/openSUSE:Factory/.python-holoviews.new.1815/python-holoviews.changes 2024-02-13 22:43:17.810247221 +0100 @@ -1,0 +2,75 @@ +Tue Feb 6 11:11:06 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Update to 1.18.2: + This minor release includes a number of bug fixes and documentation + updates, as well as compatibility updates for xarray 2023.12 and + Pandas 2.2. + * Enhancements: + - Update contour line calculations to use ContourPy's LineType.ChunkCombinedNan (#5985) + - Use sys.executable for check_output (#5983) + - Updates to show_versions ((#6072), (#6081)) + * Bug fixes: + - Support color_key in datashade when intermediate step is an ImageStack (#5994) + - Fix hist on overlay (#5995) + - Set proper context before triggering streams (#6000) + - Support partial bound function (#6009) + - Add norm in init_artists in holoviews/plotting/mpl/raster.py (#6029) + - Fix linking elements that are transformed by a Compositor (#6003) + - Add datetime hover information for selector (#6023, (#6039)) + - Only evaluate rx if it is an Reactive Expression ((#6014)) + - Ensure partial methods can be used as dmap callables ((#6063)) + - Del frame after stack level is found in deprecated ((#6085)) + * Compatibility: + - Compatibility updates with xarray 2023.12 (#6026) + - Add extra check to detect if we are in jupyterlite (#6007) + - Compatibility updates with Pandas 2.2 ((#6074), (#6078)) + - Add Comm on_open handler to initialize the server comm ((#6076)) + * Documentation: + - Fix docs (#5996) + - Fix Param usage in the Plot and Renderers guide (#6001) + - Fixing URLs to bokeh project (#6005) + - Fix to broken urls in example gallery pages ((#6038)) + - Replace Google Analytics with GoatCounter ((#6048)) + - Add downloads badges ((#6088)) + * Maintenance: + - Change to pytest-rerunfailures (#5984) + - Holoviews maintenance (#5987) + - Add log_cli_level = "INFO" to pytest (#5989) + - Add shell pre-commit hook (#5991) + - Enable Bugbear 904 (#5992) + - Part 1, modernize test suite (#5954) + - Enforce labels (#5996) + - Add lower pin to scipy (#6032) + - Skip Deploying_Bokeh_Apps.ipynb on Windows ((#6070)) + - Fix failing Windows tests ((#6087)) + +------------------------------------------------------------------- +Thu Jan 11 06:37:34 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- removed numpy125.patch and python3-only.patch, not needed anymore +- Update to 1.18.1: + * This release contains a small number of bug fixes and + compatibility updates + * Bug fixes: + - Account for overlaid elements when using subcoordinates_y (#5950) + - Fix groupby option for vectorized annotations (#5956) + - Fix and improvements to ImageStack (#5961) + - Do not allow partial matches when updating OverlayPlot (#5962) + - Always ravel array in unique_array (#5969) + * Compatibility: + - Update Stamen maps with new URL (#5967) + - Compatibility updates for Numpy 2.0 (#5979) + * Maintenance: + - General maintenance (#5955) + +- 1.18.0: + This release includes new features, improvements, and bug fixes. Among + these are the new elements. First is the ImageStack element allows you + to easily visualize a 3D array, while the VLines, HLines, VSpans, and + HSpans elements allow you to visualize vertical and horizontal lines + and spans easily. In addition, this release includes support for + subcoordinate systems in the y-axis and various other enhancements and + bug fixes. This release adds support for the newest Python 3.12 and + Bokeh 3.3 and drops support for Python 3.8 and Bokeh 2. + +------------------------------------------------------------------- Old: ---- holoviews-1.17.1.tar.gz numpy125.patch python3-only.patch New: ---- holoviews-1.18.2.tar.gz BETA DEBUG BEGIN: Old: - removed numpy125.patch and python3-only.patch, not needed anymore - Update to 1.18.1: Old: - removed numpy125.patch and python3-only.patch, not needed anymore - Update to 1.18.1: BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-holoviews.spec ++++++ --- /var/tmp/diff_new_pack.q0iGpx/_old 2024-02-13 22:43:18.698279182 +0100 +++ /var/tmp/diff_new_pack.q0iGpx/_new 2024-02-13 22:43:18.702279326 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-holoviews # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without test Name: python-holoviews -Version: 1.17.1 +Version: 1.18.2 Release: 0 Summary: Composable, declarative visualizations for Python License: BSD-3-Clause @@ -26,15 +26,11 @@ URL: https://github.com/holoviz/holoviews Source0: https://files.pythonhosted.org/packages/source/h/holoviews/holoviews-%{version}.tar.gz Source99: python-holoviews-rpmlintrc -#PATCH-FIX-UPSTREAM https://github.com/holoviz/holoviews/pull/5870 Support Numpy 1.25 -Patch: numpy125.patch -#PATCH-FIX-UPSTREAM https://github.com/holoviz/holoviews/pull/5874 support python3-only systems -Patch: python3-only.patch BuildRequires: %{python_module colorcet} BuildRequires: %{python_module numpy >= 1.0} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pandas >= 0.20} -BuildRequires: %{python_module panel >= 0.13.1} +BuildRequires: %{python_module panel >= 1.0} BuildRequires: %{python_module param >= 1.12 with %python-param < 3} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyct >= 0.4.4} @@ -51,8 +47,8 @@ Requires: python-pyviz-comms >= 0.7.4 Requires: (python-param >= 1.12 with python-param < 3) Requires(post): update-alternatives -Requires(postun):update-alternatives -Recommends: python-bokeh >= 2.2 +Requires(postun): update-alternatives +Recommends: python-bokeh >= 3.1 Recommends: python-ipython >= 5.4.0 Recommends: python-matplotlib >= 3 Recommends: python-notebook @@ -76,12 +72,12 @@ %if %{with test} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module bokeh} +BuildRequires: %{python_module contourpy} BuildRequires: %{python_module dash >= 1.16} BuildRequires: %{python_module dask} BuildRequires: %{python_module datashader >= 0.11.1} BuildRequires: %{python_module deepdiff} BuildRequires: %{python_module ffmpeg-python} -BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipython >= 5.4.0} BuildRequires: %{python_module keyring} BuildRequires: %{python_module matplotlib >= 3} @@ -92,6 +88,7 @@ BuildRequires: %{python_module notebook} BuildRequires: %{python_module plotly >= 4.0} BuildRequires: %{python_module pscript >= 0.7.1} +BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module rfc3986} @@ -178,7 +175,7 @@ donttest+=" or (DatashaderRasterizeTests and test_rasterize_pandas_trimesh_implicit_nodes)" fi -%pytest -n auto holoviews -k "not ($donttest)" +%pytest -W ignore::UserWarning -n auto holoviews -k "not ($donttest)" %endif %post ++++++ holoviews-1.17.1.tar.gz -> holoviews-1.18.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-holoviews/holoviews-1.17.1.tar.gz /work/SRC/openSUSE:Factory/.python-holoviews.new.1815/holoviews-1.18.2.tar.gz differ: char 5, line 1