1
0

Compare commits

...

7 Commits

Author SHA256 Message Date
a9832d17d5 Accepting request 1272073 from devel:languages:python
- Fix license, it's MIT
  https://github.com/PyO3/setuptools-rust/blob/v1.11.1/LICENSE

OBS-URL: https://build.opensuse.org/request/show/1272073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools-rust?expand=0&rev=13
2025-04-24 15:24:56 +00:00
6aa2a60fd5 - Fix license, it's MIT
https://github.com/PyO3/setuptools-rust/blob/v1.11.1/LICENSE

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=32
2025-04-23 07:39:50 +00:00
45df5eead9 Accepting request 1268417 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1268417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools-rust?expand=0&rev=12
2025-04-11 14:45:38 +00:00
a9a9564e83 - Update to 1.11.1
* Fix finding cargo artifacts when filenames are empty. #521

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=30
2025-04-10 13:52:56 +00:00
f0893074be - update to 1.11.0:
* Drop support for Python 3.8. #479
  * Support free-threaded Python. #502
  * Support adding custom env vars. #504

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=29
2025-03-30 08:02:32 +00:00
7f368ee66f 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
2024-11-21 14:13:10 +00:00
f095602611 - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=27
2024-11-20 13:34:24 +00:00
4 changed files with 43 additions and 9 deletions

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,16 +16,15 @@
#
%global skip_python2 1
%{?sle15_python_module_pythons}
Name: python-setuptools-rust
Version: 1.9.0
Version: 1.11.1
Release: 0
Summary: Setuptools plugin for Rust extensions
License: BSD-3-Clause
License: MIT
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 +55,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)

Binary file not shown.

BIN
setuptools_rust-1.11.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.