Accepting request 1225298 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1225298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools-rust?expand=0&rev=11
This commit is contained in:
commit
7f368ee66f
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 00:54:23 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.10.2:
|
||||
* Fix deprecation warning from use of wheel.bdist_wheel.
|
||||
* Fix regression in 1.10.0 where editable builds would be built in release mode
|
||||
* Support Python 3.13
|
||||
* Add SETUPTOOLS_RUST_PEP517_USE_BASE_PYTHON environment variable to use
|
||||
the base interpreter path when running inside a virtual environment to
|
||||
avoid recompilation when switching between virtual environments.
|
||||
* Delay import of dependencies until use to avoid import errors during
|
||||
a partially complete install when multiple packages are installing at
|
||||
once.
|
||||
* Deprecate --build-temp argument to build_rust command (it does nothing).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 09:23:45 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%global skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-setuptools-rust
|
||||
Version: 1.9.0
|
||||
Version: 1.10.2
|
||||
Release: 0
|
||||
Summary: Setuptools plugin for Rust extensions
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/PyO3/setuptools-rust
|
||||
Source: https://files.pythonhosted.org/packages/source/s/setuptools-rust/setuptools-rust-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/s/setuptools_rust/setuptools_rust-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module semantic_version >= 2.8.2}
|
||||
@ -56,7 +56,7 @@ Compile and distribute Python extensions written in Rust as easily as if they
|
||||
were written in C.
|
||||
|
||||
%prep
|
||||
%setup -q -n setuptools-rust-%{version}
|
||||
%setup -q -n setuptools_rust-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
BIN
setuptools-rust-1.9.0.tar.gz
(Stored with Git LFS)
BIN
setuptools-rust-1.9.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
setuptools_rust-1.10.2.tar.gz
Normal file
3
setuptools_rust-1.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc
|
||||
size 309315
|
Loading…
Reference in New Issue
Block a user