forked from pool/python-setuptools-rust
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
a9832d17d5 | |||
6aa2a60fd5 | |||
45df5eead9 | |||
a9a9564e83 | |||
f0893074be | |||
7f368ee66f | |||
f095602611 |
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 07:38:41 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Fix license, it's MIT
|
||||||
|
https://github.com/PyO3/setuptools-rust/blob/v1.11.1/LICENSE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 13:50:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.11.1
|
||||||
|
* Fix finding cargo artifacts when filenames are empty. #521
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 30 08:01:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.11.0:
|
||||||
|
* Drop support for Python 3.8. #479
|
||||||
|
* Support free-threaded Python. #502
|
||||||
|
* Support adding custom env vars. #504
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Feb 29 09:23:45 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-setuptools-rust
|
# spec file for package python-setuptools-rust
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,16 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-setuptools-rust
|
Name: python-setuptools-rust
|
||||||
Version: 1.9.0
|
Version: 1.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Setuptools plugin for Rust extensions
|
Summary: Setuptools plugin for Rust extensions
|
||||||
License: BSD-3-Clause
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/PyO3/setuptools-rust
|
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 base >= 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module semantic_version >= 2.8.2}
|
BuildRequires: %{python_module semantic_version >= 2.8.2}
|
||||||
@ -56,7 +55,7 @@ Compile and distribute Python extensions written in Rust as easily as if they
|
|||||||
were written in C.
|
were written in C.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n setuptools-rust-%{version}
|
%setup -q -n setuptools_rust-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%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.
BIN
setuptools_rust-1.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
setuptools_rust-1.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user