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-04-26 21:12:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-drms (Old) and /work/SRC/openSUSE:Factory/.python-drms.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-drms" Sun Apr 26 21:12:26 2026 rev:10 rq:1349377 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-drms/python-drms.changes 2025-05-09 18:52:36.700207353 +0200 +++ /work/SRC/openSUSE:Factory/.python-drms.new.11940/python-drms.changes 2026-04-26 21:15:25.607499156 +0200 @@ -1,0 +2,8 @@ +Sun Apr 26 11:03:33 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.9.0: + * Added timeout keyword to + :meth:`drms.client.ExportRequest.download` which also will + use the socket value, if it is set. + +------------------------------------------------------------------- Old: ---- drms-0.8.0.tar.gz New: ---- drms-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-drms.spec ++++++ --- /var/tmp/diff_new_pack.aViOkr/_old 2026-04-26 21:15:26.127520328 +0200 +++ /var/tmp/diff_new_pack.aViOkr/_new 2026-04-26 21:15:26.127520328 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-drms # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,29 +18,34 @@ %{?sle15_python_module_pythons} Name: python-drms -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Tool to access HMI, AIA and MDI data with Python License: MIT URL: https://github.com/sunpy/drms Source: https://files.pythonhosted.org/packages/source/d/drms/drms-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 62.1} +BuildRequires: %{python_module setuptools_scm >= 8.0.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-numpy -Requires: python-pandas +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 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module astropy} -BuildRequires: %{python_module numpy} -BuildRequires: %{python_module pandas} +BuildRequires: %{python_module numpy >= 1.23.5} +BuildRequires: %{python_module packaging >= 23.0} +BuildRequires: %{python_module pandas >= 1.5.1} BuildRequires: %{python_module pytest-astropy} +BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest-doctestplus} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -58,22 +63,14 @@ %install %pyproject_install -%python_clone -a %{buildroot}%{_bindir}/drms %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest -%post -%python_install_alternative drms - -%postun -%python_uninstall_alternative drms - %files %{python_files} %doc CITATION.rst README.rst %license LICENSE.rst -%python_alternative %{_bindir}/drms %{python_sitelib}/drms %{python_sitelib}/drms-%{version}.dist-info ++++++ drms-0.8.0.tar.gz -> drms-0.9.0.tar.gz ++++++ ++++ 2945 lines of diff (skipped)
