Compare commits
17 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ccbeb8e43c | |||
| 01b33dee51 | |||
| 38bfdc876c | |||
| e033d2cc5f | |||
| 3a40f796cf | |||
| 9c9ef4bd6b | |||
| b024a27ea6 | |||
| 24350f8fe1 | |||
| 6fd2ee6623 | |||
| e1d24bfee4 | |||
| 335a537554 | |||
| c05eba556c | |||
| d820d91a4d | |||
| a0bcaa7c28 | |||
| 0bfba5ffdd | |||
| 0a30e24bd9 | |||
| e82722a7f0 |
BIN
maturin-1.8.7.tar.gz
LFS
BIN
maturin-1.8.7.tar.gz
LFS
Binary file not shown.
3
maturin-1.9.4.tar.gz
Normal file
3
maturin-1.9.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:235163a0c99bc6f380fb8786c04fd14dcf6cd622ff295ea3de525015e6ac40cf
|
||||||
|
size 213647
|
||||||
@@ -1,7 +1,88 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 2 14:01:30 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
Tue Sep 2 14:23:38 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
- Update vendor tarball to fix CVE-2025-58160 (bsc#1249011)
|
- Update to 1.9.4
|
||||||
|
* downgrade manylinux version for riscv64 by @ffgan in #2709
|
||||||
|
* Fix calculation of platform tag for FreeBSD by @michael-o in #2711
|
||||||
|
* Add builtin sysconfigs for GraalPy by @msimacek in #2716
|
||||||
|
* Add use-base-python option to pyproject.toml by @SquidDev in #2717
|
||||||
|
* fix clippy warnings by @alex in #2724
|
||||||
|
* Fix Target::get_python_arch comment (#2712) by @michael-o in #2726
|
||||||
|
* Set PYO3_BUILD_EXTENSION_MODULE env var when building pyo3 extension
|
||||||
|
modules by @alex in #2723
|
||||||
|
- regenerate vendor tarball to fix CVE-2025-58160 (bsc#1249011)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 21 09:31:44 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to libalternatives on SLE-16-based and newer systems only
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 5 17:10:03 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.9.3
|
||||||
|
* Add support for RISC-V architecture in manylinux
|
||||||
|
gh#PyO3/maturin#2694
|
||||||
|
* pyproject.toml: bump setuptools for PEP 639
|
||||||
|
gh#PyO3/maturin#2698
|
||||||
|
* Fix PEP 639 support for source distributions
|
||||||
|
gh#PyO3/maturin#2704
|
||||||
|
* Fix relative README rewrite in source distributions
|
||||||
|
gh#PyO3/maturin#2705
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 28 08:49:03 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.9.2
|
||||||
|
* Respect PEP 621 dynamic fields when merging Cargo.toml metadata
|
||||||
|
gh#PyO3/maturin#2672
|
||||||
|
* Only use all_features=true in sdist when local path
|
||||||
|
dependencies exist
|
||||||
|
gh#PyO3/maturin#2674
|
||||||
|
* auditwheel: add manylinux_2_26 policy
|
||||||
|
gh#PyO3/maturin#2677
|
||||||
|
* Use user-specified library search paths in RUSTFLAGS in
|
||||||
|
auditwheel
|
||||||
|
gh#PyO3/maturin#2676
|
||||||
|
* pyproject.toml: add license-files
|
||||||
|
gh#PyO3/maturin#2690
|
||||||
|
* Update manylinux/musllinux policies to the latest main
|
||||||
|
gh#PyO3/maturin#2693
|
||||||
|
* Fix PEP 639 implementation, use License-Expression over License
|
||||||
|
gh#PyO3/maturin#2695
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 11 10:58:20 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to libalternatives
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 9 06:03:50 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.9.1
|
||||||
|
* Fix absolute license path in generated Python wheels
|
||||||
|
gh#PyO3/maturin#2666
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 24 00:36:08 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.9.0
|
||||||
|
* Update pyproject-toml to 0.13.5
|
||||||
|
gh#PyO3/maturin#2645
|
||||||
|
* Fix clippy lints
|
||||||
|
gh#PyO3/maturin#2648
|
||||||
|
* ZipWriter requires a compression level of None for the stored
|
||||||
|
method
|
||||||
|
gh#PyO3/maturin#2644
|
||||||
|
* Implement PEP 639 Support
|
||||||
|
gh#PyO3/maturin#2647
|
||||||
|
* Don't go through Display for platform tag to policy
|
||||||
|
gh#PyO3/maturin#2652
|
||||||
|
* Add --compatibility pypi to avoid building for unsupported
|
||||||
|
architectures
|
||||||
|
gh#PyO3/maturin#2650
|
||||||
|
* Fix self bootstrap without Rust installed
|
||||||
|
gh#PyO3/maturin#2653
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 9 14:34:52 UTC 2025 - Mia Herkt <mia@0x0.st>
|
Mon Jun 9 14:34:52 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-maturin
|
# spec file for package python-maturin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,9 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
%bcond_without libalternatives
|
||||||
|
%else
|
||||||
|
%bcond_with libalternatives
|
||||||
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-maturin
|
Name: python-maturin
|
||||||
Version: 1.8.7
|
Version: 1.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
@@ -34,8 +39,13 @@ BuildRequires: %{python_module wheel >= 0.36.2}
|
|||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%if %{with libalternatives}
|
||||||
|
BuildRequires: alts
|
||||||
|
Requires: alts
|
||||||
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
%endif
|
||||||
%if 0%{?python_version_nodots} < 311
|
%if 0%{?python_version_nodots} < 311
|
||||||
Requires: python-tomli >= 1.1.0
|
Requires: python-tomli >= 1.1.0
|
||||||
%endif
|
%endif
|
||||||
@@ -69,6 +79,9 @@ sed -i 's/--locked/--offline/' setup.py
|
|||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative maturin
|
%python_uninstall_alternative maturin
|
||||||
|
|
||||||
|
%pre
|
||||||
|
%python_libalternatives_reset_alternative maturin
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license license-apache license-mit
|
%license license-apache license-mit
|
||||||
%doc Changelog.md README.md
|
%doc Changelog.md README.md
|
||||||
|
|||||||
BIN
vendor.tar.xz
LFS
BIN
vendor.tar.xz
LFS
Binary file not shown.
Reference in New Issue
Block a user