diff --git a/python-setuptools-rust.changes b/python-setuptools-rust.changes index 2ee52cb..c85ab2d 100644 --- a/python-setuptools-rust.changes +++ b/python-setuptools-rust.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Nov 20 00:54:23 UTC 2024 - Soc Virnyl Estela + +- 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). + ------------------------------------------------------------------- Thu Feb 29 09:23:45 UTC 2024 - Dan Čermák diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index 1679a8a..3821899 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -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 @@ Compile and distribute Python extensions written in Rust as easily as if they were written in C. %prep -%setup -q -n setuptools-rust-%{version} +%setup -q -n setuptools_rust-%{version} %build %pyproject_wheel diff --git a/setuptools-rust-1.9.0.tar.gz b/setuptools-rust-1.9.0.tar.gz deleted file mode 100644 index 45e10db..0000000 --- a/setuptools-rust-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:704df0948f2e4cc60c2596ad6e840ea679f4f43e58ed4ad0c1857807240eab96 -size 311733 diff --git a/setuptools_rust-1.10.2.tar.gz b/setuptools_rust-1.10.2.tar.gz new file mode 100644 index 0000000..c60e28f --- /dev/null +++ b/setuptools_rust-1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc +size 309315