Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-setuptools-rust for openSUSE:Factory checked in at 2024-11-21 15:13:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-setuptools-rust (Old) and /work/SRC/openSUSE:Factory/.python-setuptools-rust.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools-rust" Thu Nov 21 15:13:10 2024 rev:11 rq:1225298 version:1.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-setuptools-rust/python-setuptools-rust.changes 2024-03-01 23:34:25.074882161 +0100 +++ /work/SRC/openSUSE:Factory/.python-setuptools-rust.new.28523/python-setuptools-rust.changes 2024-11-21 15:13:25.788490006 +0100 @@ -1,0 +2,15 @@ +Wed Nov 20 00:54:23 UTC 2024 - Soc Virnyl Estela <uncomfyhaloma...@opensuse.org> + +- Update to version 1.10.2: + * Fix deprecation warning from use of wheel.bdist_wheel. + * Fix regression in 1.10.0 where editable builds would be built in release mode + * Support Python 3.13 + * Add SETUPTOOLS_RUST_PEP517_USE_BASE_PYTHON environment variable to use + the base interpreter path when running inside a virtual environment to + avoid recompilation when switching between virtual environments. + * Delay import of dependencies until use to avoid import errors during + a partially complete install when multiple packages are installing at + once. + * Deprecate --build-temp argument to build_rust command (it does nothing). + +------------------------------------------------------------------- Old: ---- setuptools-rust-1.9.0.tar.gz New: ---- setuptools_rust-1.10.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-setuptools-rust.spec ++++++ --- /var/tmp/diff_new_pack.J906vl/_old 2024-11-21 15:13:26.276510291 +0100 +++ /var/tmp/diff_new_pack.J906vl/_new 2024-11-21 15:13:26.276510291 +0100 @@ -19,13 +19,13 @@ %global skip_python2 1 %{?sle15_python_module_pythons} Name: python-setuptools-rust -Version: 1.9.0 +Version: 1.10.2 Release: 0 Summary: Setuptools plugin for Rust extensions License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/PyO3/setuptools-rust -Source: https://files.pythonhosted.org/packages/source/s/setuptools-rust/setuptools-rust-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/setuptools_rust/setuptools_rust-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module semantic_version >= 2.8.2} @@ -56,7 +56,7 @@ were written in C. %prep -%setup -q -n setuptools-rust-%{version} +%setup -q -n setuptools_rust-%{version} %build %pyproject_wheel