14
0

- 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:
2023-01-02 09:53:54 +00:00
committed by Git OBS Bridge
parent 8b410919ca
commit ee92e072ba
4 changed files with 26 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-setuptools-rust
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-setuptools-rust
Version: 1.4.1
Version: 1.5.2
Release: 0
Summary: Setuptools plugin for Rust extensions
License: BSD-3-Clause
@@ -66,7 +66,8 @@ were written in C.
%check
export LANG=en_US.UTF-8
%pytest tests/
# network / crates.io access
%pytest tests/ -k "not test_get_lib_name_namespace_package"
pushd examples/hello-world
%{python_expand # See noxfile.py
# hello-world is the only example which does not need extra rust packages (via cargo_vendor)