Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-scikit-hep-testdata for 
openSUSE:Factory checked in at 2023-07-03 17:44:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-hep-testdata (Old)
 and      /work/SRC/openSUSE:Factory/.python-scikit-hep-testdata.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scikit-hep-testdata"

Mon Jul  3 17:44:12 2023 rev:18 rq:1096529 version:0.4.31

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-scikit-hep-testdata/python-scikit-hep-testdata.changes
    2023-05-05 15:58:28.300493016 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-scikit-hep-testdata.new.13546/python-scikit-hep-testdata.changes
 2023-07-03 17:44:26.429303222 +0200
@@ -1,0 +2,9 @@
+Mon Jul  3 09:45:35 UTC 2023 - Atri Bhattacharya <[email protected]>
+
+- Update to version 0.4.31:
+  * feat: add uproot-issue-880 data
+    [gh#scikit-help/scikit-hep-testdata#123].
+- For checks, some tests now require a writable tmp dir; create
+  one in working dir using mktemp and set PYTEST_DEBUG_TEMPROOT.
+
+-------------------------------------------------------------------

Old:
----
  scikit-hep-testdata-0.4.30.tar.gz

New:
----
  scikit-hep-testdata-0.4.31.tar.gz

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

Other differences:
------------------
++++++ python-scikit-hep-testdata.spec ++++++
--- /var/tmp/diff_new_pack.HMIPDM/_old  2023-07-03 17:44:37.061365818 +0200
+++ /var/tmp/diff_new_pack.HMIPDM/_new  2023-07-03 17:44:37.065365841 +0200
@@ -19,7 +19,7 @@
 %define srcname scikit-hep-testdata
 %define modname %( echo %{srcname} | tr '-' '_' )
 Name:           python-scikit-hep-testdata
-Version:        0.4.30
+Version:        0.4.31
 Release:        0
 Summary:        Example HEP files for testing and demonstrating
 License:        BSD-3-Clause
@@ -92,7 +92,11 @@
 
 %check
 export SKHEP_DATA_DIR=%{buildroot}%{_datadir}/scikit-hep-testdata
+# Some tests need a writable tmpdir
+export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
 %pytest
+# Clean-up
+rm -fr ${PYTEST_DEBUG_TEMPROOT}
 
 %post
 %python_install_alternative scikit-hep-testdata

++++++ scikit-hep-testdata-0.4.30.tar.gz -> scikit-hep-testdata-0.4.31.tar.gz 
++++++
/work/SRC/openSUSE:Factory/python-scikit-hep-testdata/scikit-hep-testdata-0.4.30.tar.gz
 
/work/SRC/openSUSE:Factory/.python-scikit-hep-testdata.new.13546/scikit-hep-testdata-0.4.31.tar.gz
 differ: char 22, line 1

Reply via email to