Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-drms for openSUSE:Factory checked in at 2026-07-15 16:55:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-drms (Old) and /work/SRC/openSUSE:Factory/.python-drms.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-drms" Wed Jul 15 16:55:19 2026 rev:11 rq:1365941 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-drms/python-drms.changes 2026-04-26 21:15:25.607499156 +0200 +++ /work/SRC/openSUSE:Factory/.python-drms.new.1991/python-drms.changes 2026-07-15 17:11:59.548329520 +0200 @@ -1,0 +2,12 @@ +Wed Jul 15 06:26:16 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 0.9.1: + * Add export status codes and their reference documentation + * Fix hexadecimal parsing of DRMS keyword values + * Log successful export requests and correct a docstring + * Restores a passing test suite against pandas 2.3.3 (the 0.9.0 + to_datetime corner-case tests failed with current pandas) +- Recompile the installed modules as hash-based bytecode to avoid + python-bytecode-inconsistent-mtime + +------------------------------------------------------------------- Old: ---- drms-0.9.0.tar.gz New: ---- drms-0.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-drms.spec ++++++ --- /var/tmp/diff_new_pack.kiFd7C/_old 2026-07-15 17:12:00.068347419 +0200 +++ /var/tmp/diff_new_pack.kiFd7C/_new 2026-07-15 17:12:00.068347419 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-drms -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: Tool to access HMI, AIA and MDI data with Python License: MIT @@ -34,8 +34,8 @@ Requires: python-numpy >= 1.23.5 Requires: python-packaging >= 23.0 Requires: python-pandas >= 1.5.1 -Requires(postun): update-alternatives Requires(post): update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module astropy} @@ -63,6 +63,9 @@ %install %pyproject_install +# Recompile as hash-based bytecode so .pyc invalidation does not depend on the +# reproducibility-clamped .py mtimes (avoids python-bytecode-inconsistent-mtime). +%python_expand $python -m compileall -q -f --invalidation-mode=unchecked-hash -o 0 -o 1 -s %{buildroot} %{buildroot}%{$python_sitelib}/drms %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ drms-0.9.0.tar.gz -> drms-0.9.1.tar.gz ++++++ ++++ 1819 lines of diff (skipped)
