1
0

Accepting request 1142260 from system:homeautomation:home-assistant:unstable

- update to 1.8.1:
  * Remove direct imports from distutils
  * Include py.typed when packaging to denote that setuptools-rust includes type hints
  * Add support for pyproject.toml configuration using [tool.setuptools-rust] options
  * Fix plat_name handling in the case bdist_wheel.plat_name is set via configuration file
  * Drop support for Python 3.7
  * Remove direct imports from pkg_resources.
  * Add support for setting a custom cargo profile with the SETUPTOOLS_RUST_CARGO_PROFILE environment variable
- drop installation of example hello-world as it needs a cargo now

OBS-URL: https://build.opensuse.org/request/show/1142260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=22
This commit is contained in:
2024-01-29 14:08:40 +00:00
committed by Git OBS Bridge
parent a1b731e720
commit 53d0a4514f
4 changed files with 19 additions and 14 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 29 12:34:54 UTC 2024 - Adrian Schröter <adrian@suse.de>
- update to 1.8.1:
* Remove direct imports from distutils
* Include py.typed when packaging to denote that setuptools-rust includes type hints
* Add support for pyproject.toml configuration using [tool.setuptools-rust] options
* Fix plat_name handling in the case bdist_wheel.plat_name is set via configuration file
* Drop support for Python 3.7
* Remove direct imports from pkg_resources.
* Add support for setting a custom cargo profile with the SETUPTOOLS_RUST_CARGO_PROFILE environment variable
- drop installation of example hello-world as it needs a cargo now
-------------------------------------------------------------------
Thu May 4 19:54:42 UTC 2023 - Dirk Müller <dmueller@suse.com>