forked from pool/python-setuptools-rust
- update to 1.5.2:
* Fix regression in `dylib` build artifacts not being found since 1.5.0. * Fix regression in sdist missing examples and other supplementary files since 1.5.0. #291 * Fix regression in `get_lib_name` crashing since 1.5.0. #280 * Fix regression in `Binding.Exec` builds with multiple executables not finding built executables since 1.5.0. #283 * Add support for extension modules built for wasm32-unknown-emscripten with Pyodide. #244 * Locate cdylib artifacts by handling messages from cargo instead of searching target dir (fixes build on MSYS2). #267 * No longer guess cross-compile environment using `HOST_GNU_TYPE` / `BUILD_GNU_TYPE` sysconfig variables. #269 * Fix RustBin build without wheel. #273 * Fix RustBin setuptools install. #275 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=16
This commit is contained in:
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 09:51:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.2:
|
||||
* Fix regression in `dylib` build artifacts not being found since 1.5.0.
|
||||
* Fix regression in sdist missing examples and other supplementary files
|
||||
since 1.5.0. #291
|
||||
* Fix regression in `get_lib_name` crashing since 1.5.0. #280
|
||||
* Fix regression in `Binding.Exec` builds with multiple executables not
|
||||
finding built executables since 1.5.0. #283
|
||||
* Add support for extension modules built for wasm32-unknown-emscripten
|
||||
with Pyodide. #244
|
||||
* Locate cdylib artifacts by handling messages from cargo instead of
|
||||
searching target dir (fixes build on MSYS2). #267
|
||||
* No longer guess cross-compile environment using `HOST_GNU_TYPE` /
|
||||
`BUILD_GNU_TYPE` sysconfig variables. #269
|
||||
* Fix RustBin build without wheel. #273
|
||||
* Fix RustBin setuptools install. #275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 09:16:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
Reference in New Issue
Block a user