Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-awkward for openSUSE:Factory 
checked in at 2023-07-12 17:26:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-awkward (Old)
 and      /work/SRC/openSUSE:Factory/.python-awkward.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-awkward"

Wed Jul 12 17:26:47 2023 rev:25 rq:1098092 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-awkward/python-awkward.changes    
2023-07-03 17:42:24.656586297 +0200
+++ /work/SRC/openSUSE:Factory/.python-awkward.new.8922/python-awkward.changes  
2023-07-12 17:27:02.806387856 +0200
@@ -1,0 +2,34 @@
+Mon Jul 10 18:30:18 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 2.3.1:
+  * Bug fix: Added kernel specializations for
+    awkward_ListOffsetArray_reduce_local_nextparents_64
+    [gh#scikit-hep/awkward#2572].
+- Changes from version 2.3.0:
+  * New features:
+    - LayoutBuilder in Numba [gh#scikit-hep/awkward#2408].
+    - Move string features into core [gh#scikit-hep/awkward#2547].
+    - Add new __list__ parameter for list-based array types
+      [gh#scikit-hep/awkward#2549].
+    - Deprecate string behavior classes
+      [gh#scikit-hep/awkward#2528].
+    - Apply retroactive deprecations [gh#scikit-hep/awkward#2566].
+  * Bug fixes and performance
+    - support dict-likes in form.from_dict, convert fields to list
+      [gh#scikit-hep/awkward#2548].
+    - check validity error properly [gh#scikit-hep/awkward#2550].
+    - string broadcasting [gh#scikit-hep/awkward#2552].
+    - make C++ LayoutBuilder API consistent with the Numba's
+      [gh#scikit-hep/awkward#2553].
+    - convert unknown-length to index in
+      ListOffsetArray.to_RegularArray
+      [gh#scikit-hep/awkward#2560].
+    - prefer known to unknown lengths in broadcasting
+      [gh#scikit-hep/awkward#2561].
+    - broadcasting of regular strings
+      [gh#scikit-hep/awkward#2564].
+    - restore NEP-18 overloads for concatenate and where
+      [gh#scikit-hep/awkward#2567].
+- Require python-awkward-cpp >= 21, python >= 3.8
+
+-------------------------------------------------------------------

Old:
----
  awkward-2.2.4.tar.gz

New:
----
  awkward-2.3.1.tar.gz

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

Other differences:
------------------
++++++ python-awkward.spec ++++++
--- /var/tmp/diff_new_pack.nlL1Up/_old  2023-07-12 17:27:03.534392100 +0200
+++ /var/tmp/diff_new_pack.nlL1Up/_new  2023-07-12 17:27:03.538392123 +0200
@@ -16,17 +16,17 @@
 #
 
 
-%define awkward_cpp_version 18
+%define awkward_cpp_version 21
 %{?sle15_python_module_pythons}
 Name:           python-awkward
-Version:        2.2.4
+Version:        2.3.1
 Release:        0
 Summary:        Manipulate arrays of complex data structures as easily as Numpy
 License:        BSD-3-Clause
 URL:            https://awkward-array.org/
 # SourceRepository: https://github.com/scikit-hep/awkward
 Source0:        
https://files.pythonhosted.org/packages/source/a/awkward/awkward-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module hatch-fancy-pypi-readme}
 BuildRequires:  %{python_module hatchling >= 1.10.0}
 BuildRequires:  %{python_module pip}
@@ -83,6 +83,7 @@
 }
 
 %check
+export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
 %pytest -n auto --ignore tests-cuda/
 
 %files %{python_files}

++++++ awkward-2.2.4.tar.gz -> awkward-2.3.1.tar.gz ++++++
++++ 10429 lines of diff (skipped)

Reply via email to