Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gwyfile for openSUSE:Factory checked in at 2026-05-10 16:48:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gwyfile (Old) and /work/SRC/openSUSE:Factory/.python-gwyfile.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gwyfile" Sun May 10 16:48:21 2026 rev:5 rq:1352259 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gwyfile/python-gwyfile.changes 2025-05-09 18:52:44.260521842 +0200 +++ /work/SRC/openSUSE:Factory/.python-gwyfile.new.1966/python-gwyfile.changes 2026-05-10 16:49:08.274777041 +0200 @@ -1,0 +2,10 @@ +Sun May 10 10:01:09 UTC 2026 - Dirk Müller <[email protected]> + +- update to version 0.3.0: + * Dropped Python 2 support. Requires Python 3.9+. + * Replace deprecated numpy.fromstring with numpy.frombuffer. +- Remove obsolete patches: + * Fix_depreciated_fromstring_warning.patch + * python312.patch + +------------------------------------------------------------------- Old: ---- Fix_depreciated_fromstring_warning.patch gwyfile-0.2.0.tar.gz python312.patch New: ---- gwyfile-0.3.0.tar.gz ----------(Old B)---------- Old:- Remove obsolete patches: * Fix_depreciated_fromstring_warning.patch * python312.patch Old: * Fix_depreciated_fromstring_warning.patch * python312.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gwyfile.spec ++++++ --- /var/tmp/diff_new_pack.2lJWrm/_old 2026-05-10 16:49:08.786797995 +0200 +++ /var/tmp/diff_new_pack.2lJWrm/_new 2026-05-10 16:49:08.786797995 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-gwyfile # -# 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,26 +18,21 @@ %define packagename gwyfile Name: python-gwyfile -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Pure Python implementation of the Gwyddion file format License: MIT URL: https://github.com/tuxu/gwyfile Source: https://github.com/tuxu/gwyfile/archive/%{version}.tar.gz#/%{packagename}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE Fix_depreciated_fromstring_warning.patch [email protected] -- Fix fromstring depreciated to frombuffer warning during testing. -Patch0: Fix_depreciated_fromstring_warning.patch -# PATCH-FIX-OPENSUSE python312.patch -Patch1: python312.patch BuildRequires: %{python_module numpy} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} +BuildRequires: %{python_module setuptools >= 64} +BuildRequires: %{python_module setuptools-scm >= 8} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-numpy -Requires: python-six BuildArch: noarch %python_subpackages @@ -48,9 +43,11 @@ %autosetup -p1 -n %{packagename}-%{version} %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_wheel %install +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} ++++++ gwyfile-0.2.0.tar.gz -> gwyfile-0.3.0.tar.gz ++++++ ++++ 2646 lines of diff (skipped)
