Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ty for openSUSE:Factory checked in at 2026-03-02 17:41:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ty (Old) and /work/SRC/openSUSE:Factory/.python-ty.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ty" Mon Mar 2 17:41:46 2026 rev:2 rq:1335817 version:0.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ty/python-ty.changes 2026-02-23 16:15:39.237013980 +0100 +++ /work/SRC/openSUSE:Factory/.python-ty.new.29461/python-ty.changes 2026-03-02 17:42:05.467738453 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 14:21:46 UTC 2026 - Oliver Kurz <[email protected]> + +- Add support to build for Leap 16.0 with rust1.90 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ty.spec ++++++ --- /var/tmp/diff_new_pack.doJXTd/_old 2026-03-02 17:42:07.531824579 +0100 +++ /var/tmp/diff_new_pack.doJXTd/_new 2026-03-02 17:42:07.535824746 +0100 @@ -1,7 +1,6 @@ # # spec file for package python-ty # -# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -30,6 +29,10 @@ BuildRequires: %{python_module maturin} BuildRequires: %{python_module pip} BuildRequires: cargo-packaging +%if 0%{?suse_version} < 1699 +BuildRequires: cargo1.90 +BuildRequires: rust1.90 +%endif BuildRequires: fdupes BuildRequires: python-rpm-macros Provides: ty = %{version}-%{release}
