14
0

- update to 1.3.0:

* Increase minimum `setuptools` version to 58.
  * Fix crash when `python-distutils-extra` linux package is installed.
  * Fix sdist built with vendored dependencies on Windows having incorrect cargo config.
  * Drop support for Python 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=8
This commit is contained in:
2022-05-15 19:18:20 +00:00
committed by Git OBS Bridge
parent 85902ebf56
commit 9d5ee48edf
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 15 19:16:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Increase minimum `setuptools` version to 58.
* Fix crash when `python-distutils-extra` linux package is installed.
* Fix sdist built with vendored dependencies on Windows having incorrect cargo config.
* Drop support for Python 3.6.
-------------------------------------------------------------------
Fri Feb 4 22:05:19 UTC 2022 - Dirk Müller <dmueller@suse.com>