Accepting request 1046123 from devel:languages:python

- 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/request/show/1046123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools-rust?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-01-04 16:50:30 +00:00 committed by Git OBS Bridge
commit aa4a792787
4 changed files with 26 additions and 6 deletions

View File

@ -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>

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)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18ff850831f58ee21d5783825c99fad632da21e47645e9427fd7dec048029e76
size 288848

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8daccb14dc0eae1b6b6eb3ecef79675bd37b4065369f79c35393dd5c55652c7
size 295857