Sync from SUSE:SLFO:Main python-setuptools-rust revision 1b86e29a496a97b9dfe6cc9f216a8453

This commit is contained in:
2025-05-17 16:05:12 +02:00
parent 7fd6a6c21e
commit 10c19c5138
4 changed files with 43 additions and 9 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Wed Apr 23 07:38:41 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Fix license, it's MIT
https://github.com/PyO3/setuptools-rust/blob/v1.11.1/LICENSE
-------------------------------------------------------------------
Thu Apr 10 13:50:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.11.1
* Fix finding cargo artifacts when filenames are empty. #521
-------------------------------------------------------------------
Sun Mar 30 08:01:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.11.0:
* Drop support for Python 3.8. #479
* Support free-threaded Python. #502
* Support adding custom env vars. #504
-------------------------------------------------------------------
Wed Nov 20 00:54:23 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@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).
-------------------------------------------------------------------
Thu Feb 29 09:23:45 UTC 2024 - Dan Čermák <dcermak@suse.com>