Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-physt for openSUSE:Factory 
checked in at 2024-12-08 11:37:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-physt (Old)
 and      /work/SRC/openSUSE:Factory/.python-physt.new.21547 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-physt"

Sun Dec  8 11:37:10 2024 rev:9 rq:1228766 version:0.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-physt/python-physt.changes        
2024-09-02 13:13:52.080899121 +0200
+++ /work/SRC/openSUSE:Factory/.python-physt.new.21547/python-physt.changes     
2024-12-08 11:38:13.088332806 +0100
@@ -1,0 +2,19 @@
+Fri Dec  6 12:04:15 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.8.4
+  * UX: a bit of rich support
+  * Examples: runnable from command line / uv
+- Release 0.8.2
+  * Typing: Added py.typed file
+  * Plotting: auto tight_layout()
+  * Improved: polars.DataFrame.physt.h accepts any selectors
+  * Dependency: support Python 3.13, don't use scipy
+- Release 0.8.1
+  * Tooling: embrace uv
+  * Dependency: drop Python 3.8, numpy<1.25, pandas<1.5, polars<1.0
+- Release 0.8.0
+  * Dependency: allow numpy>=2.0
+  * Removed a few deprecated methods for histogram statistics
+- Drop physt-pr116-np2.patch
+
+-------------------------------------------------------------------

Old:
----
  physt-0.7.4.tar.gz
  physt-pr116-np2.patch

New:
----
  physt-0.8.4.tar.gz

BETA DEBUG BEGIN:
  Old:  * Removed a few deprecated methods for histogram statistics
- Drop physt-pr116-np2.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-physt.spec ++++++
--- /var/tmp/diff_new_pack.Jkj7eC/_old  2024-12-08 11:38:13.520350753 +0100
+++ /var/tmp/diff_new_pack.Jkj7eC/_new  2024-12-08 11:38:13.524350920 +0100
@@ -17,38 +17,36 @@
 
 
 Name:           python-physt
-Version:        0.7.4
+Version:        0.8.4
 Release:        0
 Summary:        Python histogram library
 License:        MIT
 URL:            https://github.com/janpipek/physt
 Source:         
https://github.com/janpipek/physt/archive/v%{version}.tar.gz#/physt-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM physt-pr116-np2.patch gh#janpipek/physt#116
-Patch0:         physt-pr116-np2.patch
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 65}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-hypothesis >= 6.96.1
-Requires:       python-numpy >= 1.22
+Requires:       python-numpy >= 1.25
 Requires:       python-packaging
 Requires:       python-typing-extensions
-Recommends:     python-dask-array
+Recommends:     python-astropy >= 6
+Recommends:     python-dask-array >= 2023.0
 Recommends:     python-folium
 Recommends:     python-matplotlib
 Recommends:     python-pandas
-Recommends:     python-protobuf
-Recommends:     python-uproot
-Recommends:     python-vega3
 Recommends:     python-xarray
+Suggests:       python-plotly
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module dask-array}
+BuildRequires:  %{python_module astropy}
+BuildRequires:  %{python_module dask-array >= 2023.0}
 BuildRequires:  %{python_module hypothesis >= 6.96.1}
 BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module numpy >= 1.22}
+BuildRequires:  %{python_module numpy >= 1.25}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module plotly}
@@ -79,7 +77,10 @@
 
 %check
 # no polars
-%pytest --ignore tests/compat/test_polars.py
+ignore="--ignore tests/compat/test_polars.py"
+# gh#janpipek/physt#121
+python313_donttest=("-k" "not test_zero_statistics")
+%pytest $ignore "${$python_donttest[@]}"
 
 %files %{python_files}
 %doc README.md

++++++ physt-0.7.4.tar.gz -> physt-0.8.4.tar.gz ++++++
++++ 2313 lines of diff (skipped)

Reply via email to