Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-uproot for openSUSE:Factory checked in at 2022-03-15 19:05:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uproot (Old) and /work/SRC/openSUSE:Factory/.python-uproot.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uproot" Tue Mar 15 19:05:01 2022 rev:7 rq:961961 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uproot/python-uproot.changes 2022-03-11 11:34:20.474131784 +0100 +++ /work/SRC/openSUSE:Factory/.python-uproot.new.25692/python-uproot.changes 2022-03-15 19:05:48.556984294 +0100 @@ -1,0 +2,7 @@ +Mon Mar 14 21:11:34 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 4.2.2: + * Restore performance hack for AsArray(True, False, + AsVector(False, dtype)) [gh#scikit-hep/uproot4#572]. + +------------------------------------------------------------------- Old: ---- uproot-4.2.1.tar.gz New: ---- uproot-4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uproot.spec ++++++ --- /var/tmp/diff_new_pack.bwyxAD/_old 2022-03-15 19:05:49.108984668 +0100 +++ /var/tmp/diff_new_pack.bwyxAD/_new 2022-03-15 19:05:49.112984671 +0100 @@ -20,7 +20,7 @@ %define skip_python36 1 %global modname uproot Name: python-uproot -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: ROOT I/O in pure Python and Numpy License: BSD-3-Clause ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bwyxAD/_old 2022-03-15 19:05:49.144984693 +0100 +++ /var/tmp/diff_new_pack.bwyxAD/_new 2022-03-15 19:05:49.148984695 +0100 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/scikit-hep/uproot4</param> - <param name="revision">4.2.1</param> + <param name="revision">4.2.2</param> <param name="subdir">tests</param> <param name="filename">tests</param> <param name="version">_none_</param> ++++++ tests.tar.xz ++++++ ++++++ uproot-4.2.1.tar.gz -> uproot-4.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uproot-4.2.1/PKG-INFO new/uproot-4.2.2/PKG-INFO --- old/uproot-4.2.1/PKG-INFO 2022-03-08 16:30:02.051114600 +0100 +++ new/uproot-4.2.2/PKG-INFO 2022-03-14 22:01:23.596754000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: uproot -Version: 4.2.1 +Version: 4.2.2 Summary: ROOT I/O in pure Python and NumPy. Home-page: https://github.com/scikit-hep/uproot4 Download-URL: https://github.com/scikit-hep/uproot4/releases diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uproot-4.2.1/src/uproot/containers.py new/uproot-4.2.2/src/uproot/containers.py --- old/uproot-4.2.1/src/uproot/containers.py 2022-03-08 16:29:51.000000000 +0100 +++ new/uproot-4.2.2/src/uproot/containers.py 2022-03-14 22:01:10.000000000 +0100 @@ -652,7 +652,6 @@ "as": "array", "header": self._header, "speedbump": self._speedbump, - "inner_shape": list(self._inner_shape), } }, ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uproot-4.2.1/src/uproot/version.py new/uproot-4.2.2/src/uproot/version.py --- old/uproot-4.2.1/src/uproot/version.py 2022-03-08 16:29:51.000000000 +0100 +++ new/uproot-4.2.2/src/uproot/version.py 2022-03-14 22:01:10.000000000 +0100 @@ -12,7 +12,7 @@ import re -__version__ = "4.2.1" +__version__ = "4.2.2" version = __version__ version_info = tuple(re.split(r"[-\.]", __version__)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uproot-4.2.1/src/uproot.egg-info/PKG-INFO new/uproot-4.2.2/src/uproot.egg-info/PKG-INFO --- old/uproot-4.2.1/src/uproot.egg-info/PKG-INFO 2022-03-08 16:30:01.000000000 +0100 +++ new/uproot-4.2.2/src/uproot.egg-info/PKG-INFO 2022-03-14 22:01:23.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: uproot -Version: 4.2.1 +Version: 4.2.2 Summary: ROOT I/O in pure Python and NumPy. Home-page: https://github.com/scikit-hep/uproot4 Download-URL: https://github.com/scikit-hep/uproot4/releases