Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-maturin-1.12.6-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python313-maturin Distribution: openSUSE Tumbleweed
Version: 1.12.6 Vendor: openSUSE
Release: 1.2 Build date: Sun Mar 29 23:41:56 2026
Group: Unspecified Build host: reproducible
Size: 18117475 Source RPM: python-maturin-1.12.6-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/PyO3/maturin
Summary: Rust/Python Interoperability
Build and publish crates with pyo3, cffi and uniffi bindings
as well as rust binaries as python packages.

It supports building wheels for Python 3.8+, can upload them
to PyPI and has basic PyPy and GraalPy support.

Provides

Requires

License

Apache-2.0 OR MIT

Changelog

* Sun Mar 29 2026 Mia Herkt <mia@0x0.st>
  - Drop CVE-2026-25727.patch (handled in _service)
  - Update to 1.12.6
    * Sync legacy_py.rs with upstream PyPI warehouse legacy.py
      gh#PyO3/maturin#3053
    * Keep cargo build artifact at original path after staging
      gh#PyO3/maturin#3054
  - Update to 1.12.5
    * feat: include debug info files (.pdb, .dSYM, .dwp) in wheels
      gh#PyO3/maturin#3024
    * Fix wrong abi3 tag for conditional cargo features enabled pyo3
      abi3 feature
      gh#PyO3/maturin#3029
    * fix: maturin build --sdist wheel name/layout for excluded
      workspace crates
      gh#PyO3/maturin#3031
    * fix: preserve wheel output dir when building from unpacked
      sdist
      gh#PyO3/maturin#3036
    * feat: add python-implementation condition to conditional
      features
      gh#PyO3/maturin#3038
    * Fix non-existent comment tag
      gh#PyO3/maturin#3044
    * Use mmap for faster warn_missing_py_init, to be safe we now
      move the cargo built artifact to target/maturin so this may
      cause breakage if you rely on it in standard cargo target/
      location
      gh#PyO3/maturin#2950
  - Update to 1.12.4
    * Upgrade memmap2 version
      gh#PyO3/maturin#3021
    * fix: platform tag detection for Android targets
      gh#PyO3/maturin#3023
    * fix: only ignore maturin-generated native libraries on all
      platforms
      gh#PyO3/maturin#3025
    * fix: ignore develop artifacts for all binding types during
      build
      gh#PyO3/maturin#3026
    * feat: support conditional cargo features based on Python
      version
      gh#PyO3/maturin#3027
  - Update to 1.12.3
    * docs(config): minor fixes
      gh#PyO3/maturin#3008
    * fix: support maturin develop on Windows ARM with x86 Python
      gh#PyO3/maturin#3011
    * fix: exclude external_packages bindings from uniffi wheels
      gh#PyO3/maturin#3013
    * Update cargo-zigbuild to 0.22.1
      gh#PyO3/maturin#3015
    * feat: build wheels from sdist with --sdist flag
      gh#PyO3/maturin#3014
    * feat: add include-import-lib option to bundle Windows import
      libraries in wheels
      gh#PyO3/maturin#3017
    * fix: auditwheel external lib check respects musllinux and
      reports symbol versions
      gh#PyO3/maturin#3019
* Wed Feb 18 2026 Mia Herkt <mia@0x0.st>
  - Update to 1.12.2
    * fix: allow absolute paths for --sbom-include
      gh#PyO3/maturin#3004
  - Update to 1.12.1
    * Add --sbom-include CLI argument for additional SBOM files
      gh#PyO3/maturin#2999
    * fix: resolve include patterns relative to python-source for
      sdist and wheel
      gh#PyO3/maturin#3000
    * feat: support including OUT_DIR assets in wheel builds
      gh#PyO3/maturin#3001
    * add test case for uniffi with multiple crates
      gh#PyO3/maturin#2839
  - Update to 1.12.0
    * Update toml crates for toml 1.1 support
      gh#PyO3/maturin#2934
    * Use a single location for MSRV
      gh#PyO3/maturin#2936
    * Fix editable install for binary projects with Python modules
      gh#PyO3/maturin#2938
    * Filter linked_paths by KIND and linked_libs
      gh#PyO3/maturin#2949
    * Update bytes to 1.11.1
      gh#PyO3/maturin#2960
    * Normalize wheel distribution names to match the PyPA spec
      gh#PyO3/maturin#2954
    * Allow build loongarch64 and riscv64 for musllinux
      gh#PyO3/maturin#2963
    * Strip excluded cargo targets in sdist
      gh#PyO3/maturin#2964
    * Normalize wheel RECORD paths (on Windows)
      gh#PyO3/maturin#2965
    * Bump MSRV to 1.88.0
      gh#PyO3/maturin#2966
    * Support MATURIN_STRIP env var and --strip true/false to
      override pyproject.toml
      gh#PyO3/maturin#2968
    * fix: copy bin artifacts before auditwheel repair to avoid rerun
      failures
      gh#PyO3/maturin#2969
    * fix: rewrite python-source in pyproject.toml when building
      sdist
      gh#PyO3/maturin#2972
    * fix: resolve wheel include patterns relative to project root
      gh#PyO3/maturin#2973
    * fix: always include workspace Cargo.toml in sdist
      gh#PyO3/maturin#2974
    * refactor: simplify source_distribution.rs
      gh#PyO3/maturin#2976
    * feat: support PEP 735 dependency groups in develop command
      gh#PyO3/maturin#2978
    * Fix license file handling for workspace-level license files
      gh#PyO3/maturin#2970
    * Support PEP 739 build-details.json when cross compiling
      gh#PyO3/maturin#2979
    * Fix .libs directory name for namespace packages
      gh#PyO3/maturin#2981
    * fix: exclude duplicate python source files from sdist for
      workspace members
      gh#PyO3/maturin#2982
    * fix: remove default-members from workspace Cargo.toml in sdist
      gh#PyO3/maturin#2983
    * fix: correctly filter workspace members in sdist by directory
      path
      gh#PyO3/maturin#2984
    * feat: Add PEP 770 SBOM support
      gh#PyO3/maturin#2980
    * Error when python-source is set but Python module is missing
      gh#PyO3/maturin#2986
    * feat: add auditwheel SBOM for grafted shared libraries
      gh#PyO3/maturin#2985
    * Fix sdist duplicate README error when readme is in both
      Cargo.toml and pyproject.toml
      gh#PyO3/maturin#2987
    * fix: support python-source pointing outside Rust source
      directory
      gh#PyO3/maturin#2988
    * Relax ziglang dependency version requirement
      gh#PyO3/maturin#2990
    * Stop adding link-native-libraries flag by default in Emscripten
      platform in latest Rust
      gh#PyO3/maturin#2991
    * fix: platform.system() on Android for Python 3.13+
      gh#PyO3/maturin#2992
    * fix: check external libs for glibc version when determining
      platform tag
      gh#PyO3/maturin#2993
    * Update cargo-zigbuild to 0.22.0
      gh#PyO3/maturin#2994
    * sbom: filter to bindings crate only and upgrade to CycloneDX
      v1.5
      gh#PyO3/maturin#2995
    * Upgrade ureq to 3.2.0 and migrate to built-in multipart
      gh#PyO3/maturin#2997
* Mon Feb 09 2026 Nico Krapp <nico.krapp@suse.com>
  - Update to 1.11.5
    * Allow combining --compatibility pypi with other --compatibility values
  - Update to 1.11.4
    * Support armv6l and armv7l in pypi compatibility
    * Improve the reliability of maturin's own CI
  - Add CVE-2026-25727.patch to bump time crate to 0.3.47
    to fix CVE-2026-25727 (bsc#1257918)
* Wed Jan 07 2026 Mia Herkt <mia@0x0.st>
  - Update to version 1.11.2 (version bump only)
  - Changes in 1.11.1:
    * Fix compiled artifacts being excluded by source path matching
      gh#PyO3/maturin#2910
    * Better error reporting for missing interpreters
      gh#PyO3/maturin#2918
    * Ignore unreadable excluded directories
      gh#PyO3/maturin#2916
  - Changes in 1.11.0:
    * Correct tagging for x86_64 iOS simulator wheels.
      gh#PyO3/maturin#2851
    * Bump MSRV to 1.85.0 and use Rust 2024 edition
      gh#PyO3/maturin#2850
    * Upgrade goblin to 0.10
      gh#PyO3/maturin#2853
    * Set entry type when adding to the tar file
      gh#PyO3/maturin#2859
    * Split up module_writer.rs code for code organization
      gh#PyO3/maturin#2857
    * Update environment variables for Android cross-compilation
      support
      gh#PyO3/maturin#2825
    * Upgrade some Rust dependencies
      gh#PyO3/maturin#2860
    * Swap outer and inner loops in write_python_part()
      gh#PyO3/maturin#2861
    * Split out convenience methods from ModuleWriter trait
      gh#PyO3/maturin#2842
    * Update cargo_metadata to 0.20.0
      gh#PyO3/maturin#2864
    * Calculate file options for WheelWriter once and cache the
      result
      gh#PyO3/maturin#2865
    * fix link to pyo3 config file documentation
      gh#PyO3/maturin#2869
    * Clean up internal fields of WheelWriter
      gh#PyO3/maturin#2870
    * chore: bump action versions in the generated ci file
      gh#PyO3/maturin#2873
    * Deprecate 'upload' and 'publish' CLI commands
      gh#PyO3/maturin#2875
    * Create a binding generator trait
      gh#PyO3/maturin#2872
    * Migrate cffi bindings to new BindingGenerator trait
      gh#PyO3/maturin#2876
    * Always emit deprecation warning for 'upload' and 'publish'
      gh#PyO3/maturin#2879
    * Migrate uniffi bindings to new BindingGenerator trait
      gh#PyO3/maturin#2878
    * Emit a warning if a file is excluded from the archive by
      matching the target
      gh#PyO3/maturin#2874
    * Migrate bin bindings to new BindingGenerator trait
      gh#PyO3/maturin#2880
    * Clean up BindingGenerator interface
      gh#PyO3/maturin#2881
    * Update ModuleWriter logic to use ArchiveSource enum
      gh#PyO3/maturin#2882
    * Auto-enable required features for uniffi-bindgen
      gh#PyO3/maturin#2886
    * Add VirtualWriter to track and order archive entries
      gh#PyO3/maturin#2887
    * Remove maturin publish from docs
      gh#PyO3/maturin#2904
    * Stop hardcode platform tag when using zig
      gh#PyO3/maturin#2905
    * Make PEP 517 profile tests more resilient to cargo profiles
      gh#PyO3/maturin#2902
    * Update pyodide version to fix emscripten CI
      gh#PyO3/maturin#2906
    * Implement Android platform tag support
      gh#PyO3/maturin#2900
* Wed Nov 19 2025 Mia Herkt <mia@0x0.st>
  - Update to 1.10.2
    * Fix tagging for iOS x86_64 simulator wheels.
    * Set entry type when adding to the tar file.
* Tue Nov 11 2025 Mia Herkt <mia@0x0.st>
  - Update to 1.10.1
    * Fix generated WHEEL Tag metadata to be spec compliant.
      gh#PyO3/maturin#2762
    * Export all Cargo URL metadata items to Python
      gh#PyO3/maturin#2760
    * Update maximum Python version to 3.14
      gh#PyO3/maturin#2763
    * Remove shebang from non-executable init.py file
      gh#PyO3/maturin#2775
    * Stop warning about missing extension-module feature on pyo3 0.26+
      gh#PyO3/maturin#2789
    * --profile conflicts with --release (and/or --debug)
      gh#PyO3/maturin#2793
    * Bump MSRV to 1.83.0
      gh#PyO3/maturin#2790
    * respect CLI profile over pyproject.toml
      gh#PyO3/maturin#2794
    * chore: add FreeBSD 14.3 amd64 sysconfig
      gh#PyO3/maturin#2805
    * Add Cygwin support
      gh#PyO3/maturin#2819
    * PyO3: do not add extension-module feature in template and tutorial
      gh#PyO3/maturin#2821
    * Remove add_directory() from ModuleWriter trait by @e-nomem in #2824
    * Correct wheel naming when targeting iOS
      gh#PyO3/maturin#2827
    * Add support for iOS cross-platform virtual environments
      gh#PyO3/maturin#2828
    * add editable-profile option
      gh#PyO3/maturin#2826
    * Make sdist reproducible by @e-nomem in #2831
    * always use "library" mode to generate uniffi bindings
      gh#PyO3/maturin#2840
    * If an interpreter is available, use it, even when building ABI3.
      gh#PyO3/maturin#2829
* Thu Oct 09 2025 Mia Herkt <mia@0x0.st>
  - Update to 1.9.6
    * Trim platform details on Windows detection
      gh#PyO3/maturin#2755
    * Bump actions/setup-python from 5 to 6
      gh#PyO3/maturin#2748
    * Bump actions/setup-node from 4 to 5
      gh#PyO3/maturin#2749
    * make PythonInterpreter::check_executable aware of windows arch
      gh#PyO3/maturin#2758
* Tue Oct 07 2025 Nico Krapp <nico.krapp@suse.com>
  - Update to 1.9.5
    * Bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in #2728
    * search_lib_dir: Only recurse into build* if it is a directory.
      by @xhochy in #2734
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2729
    * Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2730
    * Bump actions/attest-build-provenance from 2 to 3
      by @dependabot[bot] in #2732
    * Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #2731
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2739
    * Add freebsd 14.2 amd64 sysconfig by @konstin in #2741
    * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2742
    * Update console dependency from 0.15.4 to 0.16.0 by @musicinmybrain in #2688
    * update conda versions in test by @davidhewitt in #2752
    * Only select Windows Python interpreters with matching CPU pointer widths
      and architectures by @tonybaloney in #2750
    * release: 1.9.5 by @davidhewitt in #2753
* Tue Sep 02 2025 Nico Krapp <nico.krapp@suse.com>
  - 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 2025 Markéta Machová <mmachova@suse.com>
  - Convert to libalternatives on SLE-16-based and newer systems only
* Tue Aug 05 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 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 2025 Markéta Machová <mmachova@suse.com>
  - Convert to libalternatives
* Wed Jul 09 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 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 09 2025 Mia Herkt <mia@0x0.st>
  - Update to 1.8.7
    * Allow specifying compression method and level, in both `build`
      and `develop` modes
      gh#PyO3/maturin#2625
* Tue May 13 2025 Mia Herkt <mia@0x0.st>
  - Update to 1.8.6
    * Print a message when overriding platform tag from
      `_PYTHON_HOST_PLATFORM`
      gh#PyO3/maturin#2594
    * Use the current python interpreter's version when the abi3
      feature is set with no explicit version
      gh#PyO3/maturin#2597
* Fri May 09 2025 Nico Krapp <nico.krapp@suse.com>
  - Update to 1.8.4
    * Install a Rust toolchain into a temporary directory when building maturin
      itself or a package and a Rust toolchain is missing. Set
      MATURIN_NO_INSTALL_RUST to disable this behavior. #2421
    * Fix broken maturin develop with latest uv in #2584
    * Add PYO3_PYTHON env var support in #2534
    * Sort RECORD file in wheel archives to make them deterministic in #2550
    * Publish wheel for loongarch64 in #2548
    * Add --compression-level option to build command in #2572
* Sun Mar 16 2025 Mia Herkt <mia@0x0.st>
  - Update to 1.8.3
    * Fix cargo run uniffi-bindgen when cross compiling
      gh#PyO3/maturin#2476
    * Add rnet python library to examples
      gh#PyO3/maturin#2480
    * bump the attest-build-provenance version in the generated ci file
      gh#PyO3/maturin#2484
    * Auto detect PyPy 3.11
      gh#PyO3/maturin#2487
    * Update manylinux/musllinux policies to the latest main
      gh#PyO3/maturin#2491
    * Update generate-ci options in user guide
      gh#PyO3/maturin#2501
    * chore: Update cbindgen to 0.28.0
      gh#PyO3/maturin#2498
    * Don't install dependencies when running maturin develop --skip-install
      gh#PyO3/maturin#2504
    * Upgrade pyo3 to 0.24.0
      gh#PyO3/maturin#2511
    * Update the TP docs to use pypi as the GH Env name
      gh#PyO3/maturin#2512
    * fix auditwheel .so relocation for namespace modules
      gh#PyO3/maturin#2513
    * Updates Rng legacy methods in tutorial
      gh#PyO3/maturin#2514
* Sat Feb 08 2025 Dirk Müller <dmueller@suse.com>
  - update to 1.8.2:
    * Exclude packages not in the dependency tree when finding
      bindings in #2426
    * Use uv automatically when running maturin develop inside uv-
      created virtualenv in #2433
    * Consider abi3 minor version when resolving Python
      interpreters in #2437
    * Handle archived dylibs on AIX in #2442
    * Fix unnecessary rebuilds due to pyo3 config file modified
      time change in #2446
    * Fix the name of the .data directory in the generated wheel in
      [#2449]
    * Update minimal manylinux version for loongarch64 in #2451
* Fri Jan 03 2025 Markéta Machová <mmachova@suse.com>
  - Update to 1.8.1
    * Downgrade invalid version info in `pyproject.toml` error to
      warning in #2417
    * Make `maturin develop` fail if version info is invalid in
      pyproject.toml in #2418
    * Don't add wheel data to sdist in #2367
    * Add sparcv9 architecture support in #2380
    * Properly handle dynamic version in pyproject.toml in #2391
    * Fix xwin cross compile on non-Windows system in #2391
    * Fix interpreter selection for abi3 bindings in #2392
    * Use the official recommended naming pattern for cffi module
      file in #2406
    * Add Linux armv5te architecture support in #2409
    * Only build Python 3.13t wheels by default for `pyo3` 0.23+ in
      [#2413]
* Wed Dec 18 2024 Ben Greiner <code@bnavigator.de>
  - Update to 1.7.8
    * Fix aarch64 Windows cross compilation by @messense in #2359
  - Release 1.7.7
    * fix abi3 interpreter discovery on Windows by @davidhewitt in
      [#2333]
    * fix: remove extra indent in generated CI by @jsstevenson in
      [#2340]
    * Upgrade cargo-xwin to unify rustls versions by @kornelski in
      [#2222]
    * Normalize python source directory path by @messense in #2343
    * Enable fat LTO for maturin release workflow by @messense in
      [#2344]
    * Use different binding dirs for different uniffi modules by
      @messense in #2348
    * Update minimal Python minor version for pyo3 0.23 by @messense
      in #2350
    * Limit minimal PyPy version based on bindings crate version by
      @messense in #2351
    * Remove hard coded pip show in fix_direct_url by @mbway in #2352
    * Do not use xwin to compile on Windows when MSVC compiler can
      build for the target by @messense in #2353
  - Release 1.7.6
    * allow -i 3.13t by @davidhewitt in #2324
    * propagate abiflags to wheel name on Windows by @davidhewitt in
    [#2325]
    * Add free-threaded wheel build to generate-ci by default by
    @messense in #2329
    * Bump metadata version to 2.4 to fix license bug by @konstin in
    [#2332]
  - Release 1.7.5
    * Auto detect Python 3.13 by @messense in #2248
    * feat: add skip attestation option to maturin ci github by
    @moldhouse in #2254
    * generate-ci: use macos-13 runner for x86_64 build job by
    @messense in #2255
    * Improve wheel reproducibility by sorting libs by @ycongal-smile
    in #2261
    * Fix inverted workspace inclusions by @konstin in #2262
    * Fix broken links to PyO3 building docs by @laurentS in #2270
    * Update goblin to 0.9 by @musicinmybrain in #2284
    * Don't resolve python interpreter when building sdist only by
    @messense in #2292
    * include timestamps in the suggested log format by @mbway in
    [#2304]
    * Add support for GNU/Hurd by @sthibaul in #2306
    * Fix __init__ exports when using multiple UniFFI bindings by
    @Nickersoft in #2305
    * Add free-threaded Python support by @messense in #2310
  - Fix _service file for cargo_vendor
  - Update description
* Sat Sep 28 2024 Mia Herkt <mia@0x0.st>
  - Update to 1.7.4
    * Fix musllinux rpath for non-cffi bindings
      gh#PyO3/maturin#2233
  - Changes in 1.7.3:
    * Fix pypi/testpypi upload
      gh#PyO3/maturin#2229
  - Changes in 1.7.2:
    * Split out test-windows-cross to speed up ci
      gh#PyO3/maturin#2188
    * Upgrade cargo-deny
      gh#PyO3/maturin#2200
    * Cross building fixes
      gh#PyO3/maturin#2204
    * UniFFI: supports bindings generated from multiple crates
      gh#PyO3/maturin#2208
    * doc: add -r/--release flag info to tutorial
      gh#PyO3/maturin#2211
    * Enable --all-features when building source distribution
      gh#PyO3/maturin#2215
    * Replace "." with "/" in module_name
      gh#PyO3/maturin#2219
* Sun Aug 25 2024 Mia Herkt <mia@0x0.st>
  - Update to 1.7.1
    * Update clap_complete_command to v0.6.1
      gh#PyO3/maturin#2144
    * Fix platform tags when cross-compiling universal2
      gh#PyO3/maturin#2153
    * Fix Typo in Migration Guide
      gh#PyO3/maturin#2162
    * Fix rust 1.80 clippy errors
      gh#PyO3/maturin#2164
    * Don't check .gitignore files in parent directories
      gh#PyO3/maturin#2158
    * Replace --skip-auditwheel with --auditwheel option
      gh#PyO3/maturin#2165
    * Remove install_requires and setup_requires from setup.py
      gh#PyO3/maturin#2171
    * Use modern stripping option
      gh#PyO3/maturin#2173
    * Move project metadata from setup.py to pyproject.toml
      gh#PyO3/maturin#2175
    * Update manylinux/musllinux policies to the latest main
      gh#PyO3/maturin#2178
    * use just licenses as the license directory in a wheel
      gh#PyO3/maturin#2181
    * Forward cargo package --list warnings
      gh#PyO3/maturin#2186
    * Add current package context to source dist error
      gh#PyO3/maturin#2187
    * Place source dist readmes next to Cargo.toml
      gh#PyO3/maturin#2184
* Sun Jul 07 2024 Mia Herkt <mia@0x0.st>
  - Update to 1.7.0
    * Expose env variable to suppress build backend warning
      gh#PyO3/maturin#2099
    * Canonicalize base executable path in PEP 517 build
      gh#PyO3/maturin#2100
    * Initial iOS support
      gh#PyO3/maturin#2102
    * Remove old import hook
      gh#PyO3/maturin#2105
    * Bump MSRV to 1.74.0
      gh#PyO3/maturin#2108
    * Upgrade pyo3 to 0.22.0, uniffi to 0.28.0
      gh#PyO3/maturin#2121
    * Override wheel tag with _PYTHON_HOST_PLATFORM
      gh#PyO3/maturin#2122
    * Update cargo-xwin to 0.16.5
      gh#PyO3/maturin#2123
    * Don't add duplicate files
      gh#PyO3/maturin#2125
    * Docs: Fix Typo in Verb Conjugation
      gh#PyO3/maturin#2129
    * pep517: only use base python when
      MATURIN_PEP517_USE_BASE_PYTHON env var is set
      gh#PyO3/maturin#2134
* Tue Jun 04 2024 Mia Herkt <mia@0x0.st>
  - Update to 1.6.0
    * Add pypi name validation
      gh#PyO3/maturin#2007
    * Add JSON schema generation
      gh#PyO3/maturin#2005
    * Detect compiling from Linux gnu to Linux musl as cross compiling
      gh#PyO3/maturin#2010
    * Upgrade uniffi to 0.27.0
      gh#PyO3/maturin#2021
    * Add instrumentation support for develop
      gh#PyO3/maturin#2019
    * Make tracing-subscriber mandatory
      gh#PyO3/maturin#2022
    * Import hook upgrade
      gh#PyO3/maturin#2024
    * Add uv as develop backend command
      gh#PyO3/maturin#2015
    * Also try uv in PATH in develop --uv
      gh#PyO3/maturin#2026
    * docs: update pyo3 to match tutorial
      gh#PyO3/maturin#2029
    * Add support for AIX
      gh#PyO3/maturin#2030
    * Remove rust-cpython from project init/new template
      gh#PyO3/maturin#2034
    * Only run uv tests on platforms that has wheel on PyPI or when uv bina…
      gh#PyO3/maturin#2037
    * Install cffi and uv on demand in test_develop
      gh#PyO3/maturin#2043
    * Add support for wasm32-wasip1 and wasm32-wasip2 targets
      gh#PyO3/maturin#2054
    * fix: windows exit code with python
      gh#PyO3/maturin#2055
    * Remove rust-cpython support from documentation
      gh#PyO3/maturin#2057
    * docs: Add bleuscore in examples
      gh#PyO3/maturin#2061
    * Fix new clippy warnings on Rust 1.78.0
      gh#PyO3/maturin#2065
    * Allows to use Maturin with ziglang 0.11 and 0.12
      gh#PyO3/maturin#2067
    * Show full path in missing readme error message
      gh#PyO3/maturin#2074
    * Update cargo mock deps
      gh#PyO3/maturin#2075
    * Ban std::fs trough clippy
      gh#PyO3/maturin#2076
    * Preserve file permission when copying
      gh#PyO3/maturin#2069
    * Detect target based on interpreter for pep517 build-wheel
      gh#PyO3/maturin#2088
    * Add a global verbose option
      gh#PyO3/maturin#2080
    * Use base executable when possible in PEP 517 build
      gh#PyO3/maturin#2094
    * Remove support for rust-cpython
      gh#PyO3/maturin#2044
* Thu Mar 28 2024 Mia Herkt <mia@0x0.st>
  - Update to 1.5.1
    * fix changelog link
      gh#PyO3/maturin#1990
    * in pep517 build default compatibility to off instead of always specifying
      gh#PyO3/maturin#1992
    * Fix typo on maturin docs
      gh#PyO3/maturin#1997
    * Fix upload returning malformed summary error
      gh#PyO3/maturin#2002
* Sun Mar 17 2024 Mia Herkt <mia@0x0.st>
  - Update to 1.5.0
    * tutorial: fix abi to match comment
      gh#PyO3/maturin#1876
    * Allow identical VIRTUAL_ENV and CONDA_PREFIX env vars
      gh#PyO3/maturin#1879
    * Upgrade pyo3 to 0.20
      gh#PyO3/maturin#1881
    * Skip directory when adding license files to wheel
      gh#PyO3/maturin#1890
    * Reject -i python when cross compiling
      gh#PyO3/maturin#1891
    * simplified clear-cache github action
      gh#PyO3/maturin#1897
    * Support uniffi-bindgen in cargo workspaces
      gh#PyO3/maturin#1909
    * Upgrade globlin to 0.8.0
      gh#PyO3/maturin#1912
    * Update **Note** to [!NOTE] in README
      gh#PyO3/maturin#1917
    * Match dependency readmes
      gh#PyO3/maturin#1915
    * Update some actions version in generate ci cli
      gh#PyO3/maturin#1916
    * Use extension name as library name, instead of hardcoded 'native.so'
      gh#PyO3/maturin#1918
    * Bump MSRV to 1.70
      gh#PyO3/maturin#1923
    * Remove setuptools-rust and milksnake mentions from readme
      gh#PyO3/maturin#1926
    * Upgrade uniffi to 0.26.0
      gh#PyO3/maturin#1927
    * Use M1 runner on GitHub Actions
      gh#PyO3/maturin#1928
    * Upgrade rustls to 0.22
      gh#PyO3/maturin#1929
    * Add extra note to "Using PyPI's trusted publishing" section.
      gh#PyO3/maturin#1939
    * Update pep440_rs, pep508_rs and pyproject-toml
      gh#PyO3/maturin#1945
    * Add support for configuring xwin using env vars
      gh#PyO3/maturin#1961
    * Put dynamic field under project instead of project.optional-dependencies
      gh#PyO3/maturin#1963
    * Revert "Auto detect Python 3.13"
      gh#PyO3/maturin#1964
    * Add validation for crate/package name in new/init
      gh#PyO3/maturin#1943
    * Update upload-artifact and download-artifact actions to v4
      gh#PyO3/maturin#1967
    * Add 32-bit RISC-V support
      gh#PyO3/maturin#1969
    * Isolated import hook changes
      gh#PyO3/maturin#1958
    * Fix feature = "cargo-clippy" deprecation
      gh#PyO3/maturin#1970
    * Adjust cbindgen Overrides for CFFI
      gh#PyO3/maturin#1957
    * Update to Metadata 2.3 to create reliable source dist metadata
      gh#PyO3/maturin#1965
    * Only set rustflags when necessary
      gh#PyO3/maturin#1978
* Mon Dec 11 2023 Mia Herkt <mia@0x0.st>
  - Update to 1.4.0
    * Fix two tiny typos in README.md!
      gh#PyO3/maturin#1853
    * Bump MSRV to 1.67
      gh#PyO3/maturin#1847
    * Tiny tweak: Use Rust markdown block
      gh#PyO3/maturin#1855
    * Recommend using pipx to install maturin
      gh#PyO3/maturin#1859
    * [pre-commit.ci] pre-commit autoupdate
      gh#PyO3/maturin#1860
    * Update cargo-options to 0.7.1
      gh#PyO3/maturin#1862
    * Add support for cross compiling with cross
      gh#PyO3/maturin#1865
    * Bump the crates-io group with 8 updates
      gh#PyO3/maturin#1866
    * [pre-commit.ci] pre-commit autoupdate
      gh#PyO3/maturin#1867
    * Bump openssl from 0.10.59 to 0.10.60
      gh#PyO3/maturin#1868
    * Bump actions/github-script from 6 to 7
      gh#PyO3/maturin#1873
    * Bump conda-incubator/setup-miniconda from 2 to 3
      gh#PyO3/maturin#1872
    * Bump mymindstorm/setup-emsdk from 12 to 13
      gh#PyO3/maturin#1871
    * Update rustls-pemfile to 2.0.0
      gh#PyO3/maturin#1874
* Tue Nov 14 2023 Mia Herkt <mia@0x0.st>
  - Update to 1.3.2
    * Switch to Ruff formatter
      gh#PyO3/maturin#1817
    * Upgrade ring to 0.17
      gh#PyO3/maturin#1819
    * Un-deprecate MATURIN_PEP517_ARGS env var
      gh#PyO3/maturin#1820
    * Add support for uniffi library mode
      gh#PyO3/maturin#1729
    * Fix missing member in Cargo.toml for sdist of nested workspace
      layout
      gh#PyO3/maturin#1828
    * Metadata: escape display name in email addresses
      gh#PyO3/maturin#1832
    * Fix rewriting workspace Cargo.toml in sdist
      gh#PyO3/maturin#1841
    * Fix glob workspace members matching in sdist
      gh#PyO3/maturin#1846
    * Add sdist tests for well-known downstream repositories
      gh#PyO3/maturin#1849
* Mon Nov 06 2023 Mia Herkt <mia@0x0.st>
  - Update to 1.3.1
    * Use external uniffi-bindgen if no root package is configured
      gh#PyO3/maturin#1797
    * Add trusted publishing section to the user guide
      gh#PyO3/maturin#1800
    * Fix wheel filename for GraalPy
      gh#PyO3/maturin#1802
    * Pytest skeleton in mixed template
      gh#PyO3/maturin#1807
    * Keep trailing newlines from templates
      gh#PyO3/maturin#1808
    * Bump rustix from 0.37.23 to 0.37.25
      gh#PyO3/maturin#1809
    * Auto detect Python 3.13
      gh#PyO3/maturin#1810
    * Fix missing workspace.members in sdist
      gh#PyO3/maturin#1811
    * Don't set MACOSX_DEPLOYMENT_TARGET for editable builds
      gh#PyO3/maturin#1815
* Mon Oct 09 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.3.0
    * Refactor Cargo sdist generator to avoid rewriting local
      dependencies in gh#PyO3/maturin#1741
    * Added --pip-path argument to develop command in
      gh#PyO3/maturin#1753
    * Ignore sdist output files when building sdist in
      gh#PyO3/maturin#1756
    * Use python.exe by default in build command on Windows in
      gh#PyO3/maturin#1757
    * Don't require uniffi-bindgen to be installed for uniffi
      bindings in gh#PyO3/maturin#1762
    * Fix platform tag for graalpy in gh#PyO3/maturin#1773
    * Always set minor version to 0 when major version >= 11 for
      macOS in gh#PyO3/maturin#1778
    * Warning about incorrect maturin version pyproject.toml
      [build-system] requires in gh#PyO3/maturin#1793
  - Release 1.2.3 - 2023-08-17
    * Fix sdist build failure with workspace path dependencies by
      HerringtonDarkholme in gh#PyO3/maturin#1739
  - Release 1.2.2 - 2023-08-14
    * Fix non interactive mode check when username/password was
      supplied from cli in gh#PyO3/maturin#1737
  - Release 1.2.1 - 2023-08-14
    * Add non-interactive mode to upload command in
      gh#PyO3/maturin#1722
    * Fix link-native-libraries check for emscripten target in
      gh#PyO3/maturin#1724
    * Add support for ALL_PROXY to upload command in
      gh#PyO3/maturin#1727
    * Handle renamed Rust dependency in sdist in gh#PyO3/maturin#1728
    * Fix invalid TOML when rewriting workspace inherited
      dependencies in gh#PyO3/maturin#1733
  - Release 1.2.0 - 2023-08-06
    * Add basic support for implicit namespaces gh#PyO3/maturin#1645
    * Add Linux mips64 and mips architecture support in
      gh#PyO3/maturin#1712
    * Add x86_64h-apple-darwin target support in gh#PyO3/maturin#1717
* Sun Jun 11 2023 Mia Herkt <mia@0x0.st>
  - Update to v1.1.0:
    * Add basic support for GraalPy
      gh#PyO3/maturin#1645
    * Refactor abi tag to use `EXT_SUFFIX`
      gh#PyO3/maturin#1648
    * Add Linux loongarch64 architecture support
      gh#PyO3/maturin#1653
    * Add `--skip-install` option to `maturin develop`
      gh#PyO3/maturin#1654
* Sat Jun 10 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Sun May 28 2023 Mia Herkt <mia@0x0.st>
  - Update to v1.0.1:
    * Add Python 3.12 sysconfigs
      gh#PyO3/maturin#1629
    * refactor: generate well known sysconfigs in code
      gh#PyO3/maturin#1633
    * Upgrade dirs to 5.0
      gh#PyO3/maturin#1634
    * Fix panicking when no cargo build targets are selected
      gh#PyO3/maturin#1635
    * Upgrade platform-info to 2.0, base64 to 0.21
      gh#PyO3/maturin#1631
  - Changes in v1.0.0:
    * Add support for multiple --config-settings in PEP517 backend
      gh#PyO3/maturin#1624
    * Remove deprecated --universal2 cli option
      gh#PyO3/maturin#1620
* Sun May 21 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.15.3:
    * Fix cross-compile to Apple universal2 in the other platform
      gh#PyO3/maturin#1613
    * Remove serde(flatten) to improve error messages
      gh#PyO3/maturin#1616
    * Allow syn 2.0
      gh#PyO3/maturin#1617
    * describe the need for module-name
      gh#PyO3/maturin#1604
    * Add PEP 517 config_settings support
      gh#PyO3/maturin#1619
    * Keep file mode on Unix
      gh#PyO3/maturin#1622
  - Changes in v0.15.2:
    * Remove bors
      gh#PyO3/maturin#1602
    * When determining the python module name, use pyproject.toml
      project.name over Cargo.toml package.name.
      gh#PyO3/maturin#1608
    * Warn on missing python-source contents
      gh#PyO3/maturin#1607
    * Fix rewriting dev-dependencies in sdist
      gh#PyO3/maturin#1610
* Mon May 08 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.15.1:
    * Use shlex to split MATURIN_SETUP_ARGS
      gh#PyO3/maturin#1595
    * Fix finding interpreters from bundled sysconfigs
      gh#PyO3/maturin#1598
  - Changes in v0.15.0:
    * Feature gate zig and xwin based cross compiling
      gh#PyO3/maturin#1324
    * Feature gate maturin new and maturin init commands
      gh#PyO3/maturin#1330
    * Build with --no-default-features
      gh#PyO3/maturin#1333
    * Support SOURCE_DATE_EPOCH environment variable in wheel
      building
      gh#PyO3/maturin#1334
    * Remove deprecated config options
      gh#PyO3/maturin#1335
    * cargo deny multiple crate versions
      gh#PyO3/maturin#1336
    * Replace rpassword with dialoguer
      gh#PyO3/maturin#1338
    * Fix sdist when all Cargo workspace members are excluded
      gh#PyO3/maturin#1343
    * Update normpath to 1.0.0
      gh#PyO3/maturin#1348
    * Update bundled Linux sysconfig
      gh#PyO3/maturin#1349
    * Allow Rust crate to be placed outside of the directory
      containing pyproject.toml
      gh#PyO3/maturin#1347
    * Update minijina to 0.27.0
      gh#PyO3/maturin#1350
    * Run uniffi-bindgen command instead of depending on
      uniffi_bindgen crates
      gh#PyO3/maturin#1352
    * Disallow uniffi bin bindings
      gh#PyO3/maturin#1353
    * Clarify --interpreter value
      gh#PyO3/maturin#1358
    * Update uniffi_bindgen to 0.22.0 in test crates
      gh#PyO3/maturin#1360
    * Add workspace lock file to sdist as a fallback
      gh#PyO3/maturin#1362
    * Update cargo-xwin to 0.13.3
      gh#PyO3/maturin#1363
    * Update toml_edit to 0.16.0
      gh#PyO3/maturin#1373
    * Update cargo-zigbuild to 0.14.3
      gh#PyO3/maturin#1375
    * Update console to 0.15.3
      gh#PyO3/maturin#1379
    * Add support for packaging multiple pure Python packages
      gh#PyO3/maturin#1378
    * Detect src-layout for pure Rust projects with multiple Python
      packages
      gh#PyO3/maturin#1380
    * Fallback to sysconfig interpreters for pyo3 bindings
      gh#PyO3/maturin#1381
    * Bump psf/black from 22.10.0 to 22.12.0
      gh#PyO3/maturin#1384
    * Bump sigstore/gh-action-sigstore-python from 0.1.0 to 0.2.0
      gh#PyO3/maturin#1385
    * chore: cargo update ureq and console
      gh#PyO3/maturin#1386
    * Update pyodide to 0.22.0
      gh#PyO3/maturin#1387
    * Remove unnecessary ruff excludes
      gh#PyO3/maturin#1388
    * Remove confusing libpython.so from cross compile error message
      gh#PyO3/maturin#1389
    * Add MSRV configuration for clippy
      gh#PyO3/maturin#1391
    * Update toml_edit to 0.17.1, minijinja to 0.28.0
      gh#PyO3/maturin#1392
    * Don't pass MACOSX_DEPLOYMENT_TARGET when query default value
      from rustc
      gh#PyO3/maturin#1395
    * Update cargo-xwin to 0.13.5
      gh#PyO3/maturin#1396
    * Update trycmd to 0.14.10
      gh#PyO3/maturin#1401
    * Add link to bindings guide in new and init commands
      gh#PyO3/maturin#1403
    * Update schannel to remove outdated windows-sys 0.36 dependency
      gh#PyO3/maturin#1404
    * Respect rustflags settings in cargo configuration file
      gh#PyO3/maturin#1405
    * Run cargo deny check for Windows and macOS
      gh#PyO3/maturin#1408
    * Add Cargo compile targets configuration for filtering multiple
      bin targets
      gh#PyO3/maturin#1339
    * Use module name specified
      gh#PyO3/maturin#1409
    * Update minijinja to 0.29.0
      gh#PyO3/maturin#1414
    * Use the extension_name in develop builds
      gh#PyO3/maturin#1416
    * Upgrade pyo3 to 0.18.0
      gh#PyO3/maturin#1417
    * Update minijinja to 0.30.0
      gh#PyO3/maturin#1420
    * Completing type hints for python files
      gh#PyO3/maturin#1421
    * Dockerfile: Install openssh-client to be able to fetch git
      dependencies
      gh#PyO3/maturin#1427
    * Fix clippy warnings on Rust 1.67.0
      gh#PyO3/maturin#1428
    * Better error message when normalize path failed
      gh#PyO3/maturin#1432
    * Add a user-friendly panic hook
      gh#PyO3/maturin#1436
    * readme: provide needed pauses
      gh#PyO3/maturin#1437
    * Don't package dev-only path dependencies in sdist
      gh#PyO3/maturin#1435
    * Use Rust beta channel to test Cargo sparse index protocol
      gh#PyO3/maturin#1440
    * Keep dev-dependencies in sdist when there are no path
      dependencies
      gh#PyO3/maturin#1441
    * Update toml_edit to 0.19 and switch back to toml for parsing
      gh#PyO3/maturin#1439
    * Bump ignore from 0.4.19 to 0.4.20
      gh#PyO3/maturin#1445
    * Bump cargo_metadata from 0.15.2 to 0.15.3
      gh#PyO3/maturin#1444
    * Bump docker/build-push-action from 3 to 4
      gh#PyO3/maturin#1449
    * Bump sigstore/gh-action-sigstore-python from 0.2.0 to 1.1.0
      gh#PyO3/maturin#1452
    * Bump mymindstorm/setup-emsdk from 11 to 12
      gh#PyO3/maturin#1450
    * Bump psf/black from 22.12.0 to 23.1.0
      gh#PyO3/maturin#1451
    * Update cargo-options to 0.6.0
      gh#PyO3/maturin#1454
    * Update zip to 0.6.4
      gh#PyO3/maturin#1455
    * Deprecate --universal2 in favor of universal2-apple-darwin
      target
      gh#PyO3/maturin#1457
    * Check path-like interpreter arguments when cross compiling
      gh#PyO3/maturin#1459
    * Fix new cargo deny errors
      gh#PyO3/maturin#1466
    * Fix link to ballista
      gh#PyO3/maturin#1469
    * Add bin bindings support to generate-ci command
      gh#PyO3/maturin#1470
    * Raise an error when Cargo.toml contains removed python package
      metadata
      gh#PyO3/maturin#1471
    * Update cargo-zigbuild to 0.16.0
      gh#PyO3/maturin#1474
    * Detect .venv in current or parent folder in maturin develop
      gh#PyO3/maturin#1462
    * Use extension_name instead of module_name for CFFI extensions
      in develop mode
      gh#PyO3/maturin#1476
    * Update thread_local to 1.1.7 and minijina to 0.30.3
      gh#PyO3/maturin#1478
    * Enable extension-module feature in pyproject.toml in project
      templates
      gh#PyO3/maturin#1479
    * Add support for uniffi 0.23
      gh#PyO3/maturin#1481
    * Feature-gate command line completions
      gh#PyO3/maturin#1486
    * Add support for linking with pyo3 in abi3 debug mode on Windows
      gh#PyO3/maturin#1487
    * Add support for custom TLS certificate authority bundle
      gh#PyO3/maturin#1483
    * Use default ext_suffix for Emscripten target if not provided in
      PYO3_CONFIG_FILE
      gh#PyO3/maturin#1491
    * Upgrade keyring to 2.0.0
      gh#PyO3/maturin#1331
    * chore: Update some dependencies
      gh#PyO3/maturin#1497
    * Update cargo-zigbuild to 0.16.1
      gh#PyO3/maturin#1499
    * Use keyutils instead of secret-service for accessing Linux
      keyring
      gh#PyO3/maturin#1500
    * Update cargo-zigbuild to 0.16.2
      gh#PyO3/maturin#1501
    * Fix installation message for uniffi-bindgen
      gh#PyO3/maturin#1502
    * Build maturin with native-tls support on aarch64 Windows
      gh#PyO3/maturin#1503
    * refactor: use stderr for human readable output
      gh#PyO3/maturin#1504
    * Add sdist support to generate-ci
      gh#PyO3/maturin#1505
    * Bump sigstore/gh-action-sigstore-python from 1.1.0 to 1.2.1
      gh#PyO3/maturin#1511
    * Bump goblin from 0.6.0 to 0.6.1
      gh#PyO3/maturin#1508
    * Fine-grained GitHub Actions permission in generate-ci
      gh#PyO3/maturin#1513
    * Update crossbeam-*
      gh#PyO3/maturin#1514
    * Update msi to 0.5.1
      gh#PyO3/maturin#1518
    * use the official sccache-action repo
      gh#PyO3/maturin#1519
    * Update cargo-zigbuild to 0.16.3
      gh#PyO3/maturin#1523
    * Fix module name when it's specified in
      package.metadata.maturin.name
      gh#PyO3/maturin#1524
    * Only check for minus in extension name
      gh#PyO3/maturin#1526
    * Bump MSRV to 1.64.0
      gh#PyO3/maturin#1528
    * Update cargo-zigbuild to 0.16.4
      gh#PyO3/maturin#1527
    * Bump openssl from 0.10.45 to 0.10.48
      gh#PyO3/maturin#1530
    * Add support for target specific build configuration
      gh#PyO3/maturin#1536
    * Update wasmtime dependency version to 7.0.0
      gh#PyO3/maturin#1538
    * Update pyproject-toml to 0.4.0
      gh#PyO3/maturin#1539
    * Fix typo in project_layout.md docs
      gh#PyO3/maturin#1542
    * Update cargo-zigbuild to 0.16.5
      gh#PyO3/maturin#1544
    * Update pyodide to 0.23.0
      gh#PyO3/maturin#1549
    * Bump sigstore/gh-action-sigstore-python from 1.2.1 to 1.2.3
      gh#PyO3/maturin#1555
    * Bump mozilla-actions/sccache-action from 0.0.1 to 0.0.3
      gh#PyO3/maturin#1556
    * docs: do not tell users to put classifiers in Cargo.toml
      gh#PyO3/maturin#1557
    * Bump psf/black from 23.1.0 to 23.3.0
      gh#PyO3/maturin#1554
    * Use pep440_rs and pep508_rs
      gh#PyO3/maturin#1558
    * Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for
      Python 3.11
      gh#PyO3/maturin#1560
    * chore: cargo update
      gh#PyO3/maturin#1562
    * Update cargo-zigbuild to 0.16.7
      gh#PyO3/maturin#1567
    * Fix module_writers::write_python_part include target check
      gh#PyO3/maturin#1573
    * Rewrite platform specific dependencies in Cargo.toml
      gh#PyO3/maturin#1572
    * Fix two sdist issues
      gh#PyO3/maturin#1577
    * Document binary and library in a single package
      gh#PyO3/maturin#1565
    * Add trusted publisher support
      gh#PyO3/maturin#1578
    * Bump target-lexicon to 0.12.7
      gh#PyO3/maturin#1579
    * Bump peter-evans/create-pull-request from 4 to 5
      gh#PyO3/maturin#1582
    * Update pyproject-toml to 0.6.0
      gh#PyO3/maturin#1585
    * Fix maturin failing to handle empty sysroot
      gh#PyO3/maturin#1589
    * Introduce git source distribution generator
      gh#PyO3/maturin#1587
    * Enabled color output for error message
      gh#PyO3/maturin#1591
    * Always set PYO3_PYTHON if interpreter is runnable regardless
      of abi3
      gh#PyO3/maturin#1592
* Sun Apr 09 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.14.17:
    * Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for
      Python 3.11
      gh#PyO3/maturin#1560
  - Drop vendor-update-ahash-dependency.patch
* Wed Mar 29 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.14.16:
    * Deprecate package.metadata.maturin.name in favor of
      tool.maturin.module-name in pyproject.toml
      gh#PyO3/maturin#1531
* Fri Mar 17 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.14.15:
    * Add sdist and sccache support to generate-ci command
  - Changes in v0.14.14:
    * Add support for Emscripten in generate-ci command
      gh#PyO3/maturin#1484
    * Use default ext_suffix for Emscripten target if not provided in
      PYO3_CONFIG_FILE
      gh#PyO3/maturin#1491
    * Deprecate package.metadata.maturin.data in favor of
      tool.maturin.data in pyproject.toml
      gh#PyO3/maturin#1492
* Tue Feb 21 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.14.13:
    * maturin develop now looks for a virtualenv .venv in the current
      or any parent directory if no virtual environment is active
      gh#PyO3/maturin#1462
    * Add a new generate-ci command to generate CI configuration
      gh#PyO3/maturin#1456
    * Deprecate --univeral2 in favor of universal2-apple-darwin
      target
      gh#PyO3/maturin#1457
    * Raise an error when Cargo.toml contains removed python package
      metadata
      gh#PyO3/maturin#1471
    * Use extension_name instead of module_name for CFFI extensions
      in develop mode
      gh#PyO3/maturin#1476
  - Changes in v0.14.12:
    * Keep dev-dependencies in sdist when there are no path
      dependencies
      gh#PyO3/maturin#1441
  - Changes in v0.14.11:
    * Use the extension_name in develop builds
      gh#PyO3/maturin#1416
    * Upgrade pyo3 to 0.18.0
      gh#PyO3/maturin#1417
    * Better error message when normalize path failed
      gh#PyO3/maturin#1432
    * Don't package dev-only path dependencies in sdist
      gh#PyO3/maturin#1435
    * Add a user-friendly panic hook
      gh#PyO3/maturin#1436
* Sat Jan 14 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.14.10
    * Use module name specified by [package.metadata.maturin]
      gh#PyO3/maturin#1409
* Wed Jan 11 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.14.9
    * Don't pass MACOSX_DEPLOYMENT_TARGET when query default value
      from rustc
      gh#PyO3/maturin#1395
* Mon Jan 09 2023 Mia Herkt <mia@0x0.st>
  - Update to v0.14.8:
    * Add support for packaging multiple pure Python packages
      gh#PyO3/maturin#1378
    * Fallback to sysconfig interpreters for pyo3 bindings
      gh#PyO3/maturin#1381

Files

/usr/bin/maturin
/usr/bin/maturin-3.13
/usr/lib64/python3.13/site-packages/maturin
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/METADATA
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/RECORD
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/licenses
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/licenses/license-apache
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/licenses/license-mit
/usr/lib64/python3.13/site-packages/maturin-1.12.6.dist-info/top_level.txt
/usr/lib64/python3.13/site-packages/maturin/__init__.py
/usr/lib64/python3.13/site-packages/maturin/__main__.py
/usr/lib64/python3.13/site-packages/maturin/__pycache__
/usr/lib64/python3.13/site-packages/maturin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/maturin/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/maturin/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/maturin/__pycache__/__main__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/maturin/__pycache__/bootstrap.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/maturin/__pycache__/bootstrap.cpython-313.pyc
/usr/lib64/python3.13/site-packages/maturin/bootstrap.py
/usr/share/doc/packages/python313-maturin
/usr/share/doc/packages/python313-maturin/Changelog.md
/usr/share/doc/packages/python313-maturin/README.md
/usr/share/libalternatives/maturin
/usr/share/libalternatives/maturin/1313.conf
/usr/share/licenses/python313-maturin
/usr/share/licenses/python313-maturin/license-apache
/usr/share/licenses/python313-maturin/license-mit


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 14 23:15:55 2026