15
0

57 Commits

Author SHA256 Message Date
cc59dec971 Accepting request 1284232 from devel:languages:python
- Update to 1.8.7
  * Allow specifying compression method and level, in both `build`
    and `develop` modes
    gh#PyO3/maturin#2625

OBS-URL: https://build.opensuse.org/request/show/1284232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=48
2025-06-11 14:20:03 +00:00
43636725ff - Update to 1.8.7
* Allow specifying compression method and level, in both `build`
    and `develop` modes
    gh#PyO3/maturin#2625

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=107
2025-06-09 14:57:26 +00:00
608e9bd097 Accepting request 1277201 from devel:languages:python
- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/1277201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=47
2025-05-13 18:12:43 +00:00
397b3bde09 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=105
2025-05-13 15:50:19 +00:00
f5aafffbf6 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=104
2025-05-12 06:31:19 +00:00
4ca4912eff Accepting request 1253536 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1253536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=46
2025-03-17 21:15:13 +00:00
b5f22af898 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=102
2025-03-16 17:49:20 +00:00
a29e96e5df Accepting request 1246488 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1246488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=45
2025-02-18 18:08:46 +00:00
99017d0d76 - 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
  * Downgrade invalid version info in `pyproject.toml` error to
  * Make `maturin develop` fail if version info is invalid in
  * Use the official recommended naming pattern for cffi module
  * Only build Python 3.13t wheels by default for `pyo3` 0.23+ in

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=100
2025-02-10 16:54:31 +00:00
028e22d313 Accepting request 1235194 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=44
2025-01-07 19:50:04 +00:00
bea4871795 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=98
2025-01-06 13:21:54 +00:00
b99d1db20d Accepting request 1231901 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1231901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=43
2024-12-19 20:39:57 +00:00
4880798dc3 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=96
2024-12-18 13:47:34 +00:00
3067dfe84d Accepting request 1204352 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1204352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=42
2024-09-29 16:09:49 +00:00
4374f4b72b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=94
2024-09-28 12:49:58 +00:00
210cb47f8d Accepting request 1195862 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1195862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=41
2024-08-26 20:05:33 +00:00
d15f295392 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=92
2024-08-25 00:08:26 +00:00
e20fa5079a Accepting request 1186052 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1186052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=40
2024-07-08 17:07:06 +00:00
e33cb6cba8 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=90
2024-07-07 22:40:18 +00:00
2a7a76c37a Accepting request 1178629 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1178629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=39
2024-06-06 10:30:23 +00:00
60d8b18ea6 Accepting request 1163373 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1163373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=38
2024-03-29 12:09:23 +00:00
d8c624a5bb Accepting request 1158801 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1158801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=37
2024-03-18 15:43:37 +00:00
f921472267 Accepting request 1132505 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1132505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=36
2023-12-11 20:50:04 +00:00
f57ba2f244 Accepting request 1126453 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1126453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=35
2023-11-15 20:06:58 +00:00
71481dc333 Accepting request 1123696 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1123696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=34
2023-11-07 20:25:09 +00:00
09163ff6b3 Accepting request 1116536 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1116536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=33
2023-10-10 18:52:08 +00:00
d9ce618aaa Accepting request 1092127 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=32
2023-06-11 17:55:36 +00:00
6f05949421 Accepting request 1089420 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1089420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=31
2023-05-28 17:23:46 +00:00
b2376c49bb Accepting request 1088131 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1088131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=30
2023-05-21 17:09:06 +00:00
a1d09c818a Accepting request 1085456 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1085456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=29
2023-05-08 15:24:45 +00:00
a0c433b0e8 Accepting request 1078139 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1078139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=28
2023-04-09 16:41:08 +00:00
5d7935e785 Accepting request 1075083 from devel:languages:python
- Update to v0.14.16:
  * Deprecate package.metadata.maturin.name in favor of
    tool.maturin.module-name in pyproject.toml
    gh#PyO3/maturin#1531

OBS-URL: https://build.opensuse.org/request/show/1075083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=27
2023-03-29 21:27:16 +00:00
b16dbeb9fd Accepting request 1072766 from devel:languages:python
- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/1072766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=26
2023-03-18 23:31:09 +00:00
d420a4388d Accepting request 1058366 from devel:languages:python
- Update to v0.14.10
  * Use module name specified by [package.metadata.maturin]
    gh#PyO3/maturin#1409

OBS-URL: https://build.opensuse.org/request/show/1058366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=25
2023-01-14 19:32:34 +00:00
7b3aa026ec Accepting request 1057818 from devel:languages:python
- Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from
  rustc
  gh#PyO3/maturin#1395

OBS-URL: https://build.opensuse.org/request/show/1057818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=24
2023-01-12 21:44:34 +00:00
634ee5cbd9 Accepting request 1056955 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1056955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=23
2023-01-09 16:23:35 +00:00
733311cb8f Accepting request 1044089 from devel:languages:python
- Update to v0.14.7:
  * Update uniffi_bindgen to 0.22.0
    gh#PyO3/maturin#1359
  * Add workspace lock file to sdist as a fallback
    gh#PyO3/maturin#1362
- Changes in v0.14.6:
  * Allow Rust crate to be placed outside of the directory
    containing pyproject.toml
    gh#PyO3/maturin#1347
  * Disallow uniffi bin bindings
    gh#PyO3/maturin#1353
  * Update bundled Python sysconfigs for Linux and macOS
    gh#PyO3/maturin#1355

OBS-URL: https://build.opensuse.org/request/show/1044089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=22
2022-12-22 15:22:01 +00:00
01db43c8c6 Accepting request 1042453 from devel:languages:python
- Manually override outdated ahash dependency of chumsky crate
  in vendor tarball to hopefully facilitate reproducible builds
  Adds vendor-update-ahash-dependency.patch
  boo#1206342
- Update to v0.14.5:
  * Support SOURCE_DATE_EPOCH environment variable in wheel building
    gh#PyO3/maturin#1334
  * Fix sdist when all Cargo workspace members are excluded
    gh#PyO3/maturin#1343
- Changes in v0.14.4:
  * Bump sigstore/gh-action-sigstore-python from 0.0.11 to 0.1.0
    gh#PyO3/maturin#1317
  * Refactor Target::get_platform_tag to use standard osname-release-machine fallback representation
    gh#PyO3/maturin#1318
  * Better error message when upload failed with status code 403
    gh#PyO3/maturin#1323
  * Warn about patchelf version requirement
    gh#PyO3/maturin#1327
  * Refactor compile to take cargo targets with bridge model
    gh#PyO3/maturin#1328

OBS-URL: https://build.opensuse.org/request/show/1042453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=21
2022-12-13 17:55:15 +00:00
0ad99896d5 Accepting request 1039390 from devel:languages:python
- Update to v0.14.3:
  * Bump MSRV to 1.62.0
    gh#PyO3/maturin#1297
  * CI: Run ruff in lint jobs
    gh#PyO3/maturin#1298
  * Fix build error when required features of bin target isn't
    enabled
    gh#PyO3/maturin#1299
  * Build and publish armv6l wheels for maturin
    gh#PyO3/maturin#1300
  * Fix wrong platform tag when building in i386 docker container
    on x86_64 host
    gh#PyO3/maturin#1301
  * Fix wrong platform tag when building in armv7 docker container
    on aarch64 host
    gh#PyO3/maturin#1303
  * CI: Stop caching test crates target directory
    gh#PyO3/maturin#1302
  * refactor: Use clap_complete_command
    gh#PyO3/maturin#1304
  * Remove human-panic dependency
    gh#PyO3/maturin#1305
  * chore: cargo update to remove rustix 0.35.x
    gh#PyO3/maturin#1307
  * chore: cargo update cargo-zigbuild and cargo-xwin
    gh#PyO3/maturin#1314

OBS-URL: https://build.opensuse.org/request/show/1039390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=20
2022-12-02 12:13:09 +00:00
39075d4d39 Accepting request 1038001 from devel:languages:python
- Update to v0.14.2:
  * Tighten src-layout detection logic
    gh#PyO3/maturin#1282
  * Update cargo_metadata to 0.15.2
    gh#PyO3/maturin#1284
  * Tell people about setting RUST_LOG=maturin=debug when making
    bug reports
    gh#PyO3/maturin#1286
  * Fix generating pep517 sdist for src-layout
    gh#PyO3/maturin#1288
  * Deprecate python-source option in Cargo.toml
    gh#PyO3/maturin#1291
  * Fix auditwheel with read-only libraries
    gh#PyO3/maturin#1292
  * CI: Try nextest double spawn feature
    gh#PyO3/maturin#1294
  * Update wasmtime dependency version to 3.0.0
    gh#PyO3/maturin#1295
- Changes in v0.14.1:
  * Downgrade cargo_metadata to 0.15.0
    gh#PyO3/maturin#1279

OBS-URL: https://build.opensuse.org/request/show/1038001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=19
2022-11-25 12:12:57 +00:00
663762887d Accepting request 1036879 from devel:languages:python
- Update to v0.14.0:
* Breaking Change: Remove support for specifying python package
  metadata in `Cargo.toml`
  Python package metadata should be specified in the `project`
  section of `pyproject.toml` instead as PEP 621 specifies.
  gh#PyO3/maturin#1200
* Initial support for shipping bin targets as wasm32-wasi binaries
  that are run through wasmtime
  Note that wasmtime currently only support the five most popular
  platforms and that wasi binaries have restrictions when
  interacting with the host.
  Usage is by setting `--target wasm32-wasi`.
  gh#PyO3/maturin#1107
* Add support for python first `src` project layout
  gh#PyO3/maturin#1185
* Add `--src` option to generate src layout for mixed Python/Rust
  projects
  gh#PyO3/maturin#1189
* Add Python metadata support for `license-file` field of
  `Cargo.toml`
  gh#PyO3/maturin#1195
* Upgrade to clap 4.0
  This bumps MSRV to 1.61.0.
  gh#PyO3/maturin#1197
* Remove `workspace.members` in `Cargo.toml` from sdist if there
  isn't any path dependency
  in #[1227](https://github.com/PyO3/maturin/pull/1227)
* Fix auditwheel `libpython` check on Python 3.7 and older
  versions
  gh#PyO3/maturin#1229

OBS-URL: https://build.opensuse.org/request/show/1036879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=18
2022-11-20 18:47:10 +00:00
18d736c726 Accepting request 1030882 from devel:languages:python
- Upgrade to 0.13.6:
  - Add cargo-deny integration
  - Fix maturin develop in Windows conda virtual environment
  - Filter out unwanted Cargo target kinds when determine bridge
    model
  - Add maturin develop test case for conda
  - Bump console from 0.15.1 to 0.15.2
  - Bump thiserror from 1.0.36 to 1.0.37
  - [StepSecurity] ci: Harden GitHub Actions
  - Downgrade indicatif to fix build on some 32-bit platforms
  - Allow rustix dependency now that Alpine removed thumb-mode on
    armv7l
  - Bump textwrap from 0.15.0 to 0.15.1
  - Replace pretty_env_logger with tracing-subscriber
  - Include Cargo.lock by default in source distribution

OBS-URL: https://build.opensuse.org/request/show/1030882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=17
2022-10-25 09:19:45 +00:00
c542da3f8d Accepting request 1007049 from devel:languages:python
- Update to v0.13.5
  * Fix resolving crate name bug
    gh#PyO3/maturin#1142
- Changes in v0.13.4:
  * Fix Cargo.toml in new project template
    gh#PyO3/maturin#1109
  * Fix maturin develop on Windows when using Python installed
    from msys2
    gh#PyO3/maturin#1112
  * Fix duplicated Cargo.toml of local dependencies in sdist
    gh#PyO3/maturin#1114
  * Add support for Cargo workspace dependencies inheritance
    gh#PyO3/maturin#1123
  * Add support for Cargo workspace metadata inheritance
    gh#PyO3/maturin#1131
  * Use goblin instead of shelling out to patchelf to get rpath
    gh#PyO3/maturin#1139
- Changes in v0.13.3:
  * Allow user to override default Emscripten settings
    gh#PyO3/maturin#1059
  * Enable --crate-type cdylib on Rust 1.64.0
    gh#PyO3/maturin#1060
  * Update MSRV to 1.59.0
    gh#PyO3/maturin#1071
  * Fix abi3 wheel build when no Python interpreters found
    gh#PyO3/maturin#1072
  * Add zig ar support
    gh#PyO3/maturin#1073
  * Fix sdist build for optional path dependencies
    gh#PyO3/maturin#1084

OBS-URL: https://build.opensuse.org/request/show/1007049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=16
2022-09-30 15:57:33 +00:00
c3c1a1efc7 Accepting request 995047 from devel:languages:python
- Update to v0.13.2
  * Add Linux mips64el architecture support
    gh#PyO3/maturin#1023
  * Add Linux mipsel architecture support
    gh#PyO3/maturin#1024
  * Add Linux 32-bit powerpc architecture support
    gh#PyO3/maturin#1026
  * Add Linux sparc64 architecture support
    gh#PyO3/maturin#1027
  * Bump anyhow from 1.0.58 to 1.0.59
    gh#PyO3/maturin#1031
  * Bump serde from 1.0.140 to 1.0.141
    gh#PyO3/maturin#1032
  * Bump clap from 3.2.15 to 3.2.16
    gh#PyO3/maturin#1033
  * Bump tracing from 0.1.35 to 0.1.36
    gh#PyO3/maturin#1035
  * Bump dialoguer from 0.10.1 to 0.10.2
    gh#PyO3/maturin#1034
  * Add PEP 440 local version identifier support
    gh#PyO3/maturin#1037
  * Fix path search upon python3 -m maturin
    gh#PyO3/maturin#1038
  * Update cargo-zigbuild to 0.12.0
    gh#PyO3/maturin#1042
  * Fix inconsistent Cargo.toml and pyproject.toml path handling
    gh#PyO3/maturin#1043
  * Clarify sdist build error due to missing pyproject.toml
    gh#PyO3/maturin#1045
  * Find python module next to pyproject.toml if pyproject.toml
    exists
    gh#PyO3/maturin#1044
  * Add python-source option to [tool.maturin] section of
    pyproject.toml
    gh#PyO3/maturin#1046
  * Deprecate support for specifying python metadata in Cargo.toml
    gh#PyO3/maturin#1048
  * Change python-source to be relative to the file specifies it
    gh#PyO3/maturin#1049
  * Change data to be relative to the file specifies it
    gh#PyO3/maturin#1051
  * Update Pyodide to 0.21.0
    gh#PyO3/maturin#1056
  * Find pyproject.toml in parent directories of Cargo.toml
    gh#PyO3/maturin#1054
  * Deprecate manylinux2010 support
    gh#PyO3/maturin#858

OBS-URL: https://build.opensuse.org/request/show/995047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=15
2022-08-15 17:58:11 +00:00
fa437ba5e7 Accepting request 991319 from devel:languages:python
- Update to v0.13.1
  * Add 64-bit RISC-V support
    gh#PyO3/maturin#1001
  * Run tests on CI with cargo-nextest
    gh#PyO3/maturin#1004
  * Add support for invoking with python3 -m maturin
    gh#PyO3/maturin#1008
  * Consider pyproject.toml features when detecting pyo3
    gh#PyO3/maturin#1014
  * Respect user specified Rust target in maturin develop
    gh#PyO3/maturin#1016
  * Use cargo rustc --crate-type cdylib on Rust nightly/dev channel
    gh#PyO3/maturin#1020
  * Use cargo-nextest in test-alpine
    gh#PyO3/maturin#1021
-  Update to v0.13.0
  * Drop python 3.6 by @konstin in #945
  * Add support for building with multiple binary targets by
    @messense in #948
  * Add a --target option to maturin list-python command by
    @messense in #957
  * Add support for using bundled python sysconfigs for PyPy when
    abi3 feature is enabled by @messense in #958
  * Filter cargo targets by kind instead of crate_types by
    @messense in #959
  * Don't build sdist by default in maturin build command by
    @messense in #955
  * Add support for cross compiling PyPy wheels when abi3 feature
    is enabled by @messense in #963
  * Update actions/checkout and actions/setup-python versions by
    @messense in #965
  * Add --find-interpreter option to build and publish commands by
    @messense in #964
  * Infer target triple from ARCHFLAGS for macOS by @messense in
    #967
  * Add bootstrap from sdist test to CI by @messense in #968
  * Upload wheel artifacts in bootstrap test for inspection by
    @messense in #971
  * Expose commonly used Cargo CLI options in maturin build command
    by @messense in #972
  * Add support for wasm32-unknown-emscripten target by @messense
    in #974
  * Allow overriding platform release version using env var by
    @messense in #975
  * Don't warn if package not listed in cargo metadata is a
    dependency of Rust std by @messense in #976
  * Fix Emscripten CI: Pyodide packages.json was moved to
    repodata.json by @hoodmane in #977
  * Emscripten: Use -Z link-native-libraries=no and remove emcc
    wrapper by @hoodmane in #978
  * Fix maturin develop for arm64 Python on M1 Mac when default
    toolchain is x86_64 by @messense in #980
  * Improvements to Emscripten/Pyodide CI by @hoodmane in #983
  * Setup Pyodide with nox for easier local testing by @messense in
    #984
  * Remove -Zbuild-std for Emscripten target by @messense in #986
  * Add --repository option to upload command by @messense in #987
  * Only lookup bundled Python sysconfig when interpreters aren't
    specified as file path by @messense in #988
  * Align some maturin build options with cargo by @messense in
    #991
  * Find CPython upper to 3.12 and PyPy upper to 3.10 by @messense
    in #993
  * Add aliases for maturin build and develop subcommands by
    @messense in #994
  * Update zbus to 1.9.3 to fix GHSA-76w9-p8mg-j927 and
    GHSA-wgrg-5h56-jg27 by @messense in #996
  * Update to Rust 1.62 for Docker image by @messense in #997
  * Upgrade setuptools-rust to 1.4.0 by @messense in #998
  * Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q by
    @dependabot in #1000
  * Update user guide for the upcoming 0.13 release by @messense in
    #973
- Release 0.12.20
  * Fix incompatibility with cibuildwheel for 32-bit Windows in
    #951
  * Don't require pip error messages to be utf-8 encoding in #953
  * Compare minimum python version requirement between
    requires-python and bindings crate in #954
  * Set PYO3_PYTHON env var for PyPy when abi3 is enabled in #960
  * Add sysconfigs for x64 Windows PyPy in #962
  * Add support for Linux armv6l in #966
  * Fix auditwheel bundled shared libs directory name in #969
- Release 0.12.19
  * Fix Windows Store install detection in #949
  * Filter Python interpreters by target pointer width on Windows
    in #950
- Release 0.12.18
  * Add support for building bin bindings wheels with multiple
    platform tags in #928
  * Skip auditwheel for non-compliant linux environment
    automatically in #931
  * Fix abi3 wheel build issue when no Python interpreters found on
    host in #933
  * Add Python 3.11 sysconfigs for Linux, macOS and Windows in #934
  * Add Python 3.11 sysconfig for arm64 Windows in #936
  * Add network proxy support to upload command in #939
  * Fix python interpreter detection on arm64 Windows in #940
  * Fallback to py -X.Y when pythonX.Y cannot be found on Windows
    in #943
  * Auto-detect Python Installs from Microsoft Store in #944
  * Add bindings detection to bin targets in #938
- Release 0.12.17
  * Don't consider compile to i686 on x86_64 Windows cross
    compiling in #923
  * Accept -i x.y and -i python-x.y in maturin build command in
    #925
- Release 0.12.16
  * Add Linux armv7l python sysconfig in #901
  * Add NetBSD python sysconfig in #903
  * Update 'replace_needed' to reduce total calls to 'patchelf' in
    #905
  * Add wheel data support in #906
  * Allow use python interpreters from bundled sysconfig when not
    cross compiling in #907
  * Use setuptools-rust for bootstrapping in #909
  * Allow setting the publish repository URL via
    MATURIN_REPOSITORY_URL in #913
  * Allow stubs-only mixed project layout in #914
  * Allow setting the publish user name via MATURIN_USERNAME in
    #915
  * Add Windows python sysconfig in #917
  * Add support for generate-import-lib feature of pyo3 in #918
  * Integrate cargo-xwin for cross compiling to Windows MSVC
    targets in #919
- Fix runtime requirements

OBS-URL: https://build.opensuse.org/request/show/991319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=14
2022-08-08 06:44:59 +00:00
923cfd1eb2 Accepting request 983848 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/983848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=13
2022-06-20 13:38:16 +00:00
19b2d4c05b Accepting request 978816 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/978816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=12
2022-05-24 18:31:34 +00:00
ad1c152bcf Accepting request 976386 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/976386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=11
2022-05-12 20:59:55 +00:00
7656a62cf7 Accepting request 953842 from devel:languages:python
- Update to 0.12.9
  * Don't require `pyproject.toml` when cargo manifest is not
    specified
    gh#PyO3/maturin#806
- Changes in 0.12.8
  * Add missing `--version` flag from clap 3.0 upgrade
- Changes in 0.12.7
  * Add support for using `zig cc` as linker for easier cross
    compiling and manylinux compliance
    gh#PyO3/maturin#756
  * Switch from reqwest to ureq to reduce dependencies
    gh#PyO3/maturin#767
  * Fix missing Python submodule in wheel
    gh#PyO3/maturin#772
  * Add support for specifying cargo manifest path in
    pyproject.toml
    gh#PyO3/maturin#781
  * Add support for passing arguments to pep517 command via
    `MATURIN_PEP517_ARGS` env var
    gh#PyO3/maturin#786
  * Fix auditwheel `No such file or directory` error when
    `LD_LIBRARY_PATH` contains non-existent paths
    gh#PyO3/maturin#794

OBS-URL: https://build.opensuse.org/request/show/953842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=10
2022-02-12 23:15:23 +00:00
725644d98a Accepting request 950093 from devel:languages:python
- Update to 0.12.6
* Add support for repairing cross compiled linux wheels
  gh#PyO3/maturin#754
* Add support for `manylinux_2_28` and `manylinux_2_31`
  gh#PyO3/maturin#755
* Remove existing so file first in `maturin develop` command to
  avoid triggering SIGSEV in running process
  gh#PyO3/maturin#760

OBS-URL: https://build.opensuse.org/request/show/950093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=9
2022-01-31 21:57:13 +00:00
01318238e7 Accepting request 942187 from devel:languages:python
- Update to 0.12.5
  * Fix docs for new and init commands in maturin --help
    gh#PyO3/maturin#734
  * Fix undefined auditwheel policy panic
    gh#PyO3/maturin#740
  * Fix upload::canonicalize_name() regex subst
    gh#PyO3/maturin#741
  * Bump serde from 1.0.130 to 1.0.131
    gh#PyO3/maturin#745
  * Bump sha2 from 0.9.8 to 0.10.0
    gh#PyO3/maturin#746
  * Add Cargo.lock to sdist when --locked or --frozen specified
    gh#PyO3/maturin#749
  * Implement auditwheel repair with patchelf
    gh#PyO3/maturin#742
  * Support pyo3 abi3-py310 feature
    gh#PyO3/maturin#750
- Changes in 0.12.4:
  * Bump anyhow from 1.0.50 to 1.0.51
    gh#PyO3/maturin#717
  * init: new command similar to cargo init
    gh#PyO3/maturin#719
  * Don't package non-path-dep crates in sdist for workspaces
    gh#PyO3/maturin#720
  * Update keyring to 1.0.0
    gh#PyO3/maturin#721
  * Reorganize upload feature
    gh#PyO3/maturin#726
  * Allow pip warnings in maturin develop command
    gh#PyO3/maturin#732
  * Add a Python import hook
    gh#PyO3/maturin#729
- Changes in 0.12.3:
  * Use platform tag from sysconfig.platform on non-portable Linux
    gh#PyO3/maturin#709
  * Warn missing cffi package dependency
    gh#PyO3/maturin#711
  * new: include function example for PyO3 bindings
    gh#PyO3/maturin#713
- Changes in 0.12.2:
  * Add a maturin new command for bootstrapping new projects
    gh#PyO3/maturin#705
  * Add docs for maturin new command
    gh#PyO3/maturin#707
- Changes in 0.12.1:
  * Add support for cross compiling PyPy wheels
    gh#PyO3/maturin#687
  * Add a runnable field to PythonInterpreter
    gh#PyO3/maturin#691
- Changes in 0.12.0:
  * Add PEP 660 support
    gh#PyO3/maturin#648
  * Refactor develop command to act identical to PEP 660 editable
    wheels
    gh#PyO3/maturin#653
  * Bump anyhow from 1.0.44 to 1.0.45
    gh#PyO3/maturin#664
  * Upgrade pyo3 to 0.15 in test crates
    gh#PyO3/maturin#665
  * Fix typos discovered by codespell
    gh#PyO3/maturin#666
  * Add mdbook based user guide
    gh#PyO3/maturin#658
  * Allow building for non-abi3 pypy wheels when the abi3 feature
    is enabled
    gh#PyO3/maturin#678
  * Bump serde_json from 1.0.69 to 1.0.70
    gh#PyO3/maturin#683
  * Bump keyring from 0.10.1 to 0.10.4
    gh#PyO3/maturin#682
- Changes in 0.11.5:
  * Fix typo in Readme
    gh#PyO3/maturin#638
  * Re-export __doc__ in __init__.py for pure Rust project
    gh#PyO3/maturin#639
  * Fix musllinux auditwheel wrongly detects libc forbidden link
    gh#PyO3/maturin#643
  * Fix Win32 Conda Python Interpreters by @formlogic-robert in
    gh#PyO3/maturin#644
  * Upgrade python-pkginfo to 0.5.0
    gh#PyO3/maturin#645
  * Fix cross compilation for Python 3.10
    gh#PyO3/maturin#646

OBS-URL: https://build.opensuse.org/request/show/942187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=8
2021-12-23 16:53:45 +00:00
a08661c1fd Accepting request 932766 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/932766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=7
2021-11-21 22:52:09 +00:00
faceec0190 Accepting request 922513 from devel:languages:python
- Update to 0.11.4
  * Autodetect PyPy executables
    gh#PyO3/maturin#617
  * auditwheel: add `libz.so.1` to whitelisted libraries
    gh#PyO3/maturin#625
  * auditwheel: detect musl libc
    gh#PyO3/maturin#629
  * Fixed Python 3.10 and later versions detection on Windows
    gh#PyO3/maturin#630
  * Install entrypoint scripts in `maturin develop` command
    gh#PyO3/maturin#633
    gh#PyO3/maturin#634
  * Add support for installing optional dependencies in
    `maturin develop` command
    gh#PyO3/maturin#635
  * Fixed build error when `manylinux`/`compatibility` options is
    specified in `pyproject.toml`
    gh#PyO3/maturin#637
- Changes in 0.11.3:
  * Add path option for Python source
    gh#PyO3/maturin#584
  * Add auditwheel support for musllinux
    gh#PyO3/maturin#597
  * `[tool.maturin]` options from `pyproject.toml` will be used
    automatically
    gh#PyO3/maturin#605
  * Skip unavailable Python interpreters from pyenv
    gh#PyO3/maturin#609

- Replace rust-packaging with cargo-packaging

OBS-URL: https://build.opensuse.org/request/show/922513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=6
2021-10-01 20:29:04 +00:00
cf5d78c6da Accepting request 909889 from devel:languages:python
- Update to 0.11.2
  * Use UTF-8 encoding when reading `pyproject.toml`
    gh#PyO3/maturin#588
  * Use Cargo's `repository` field as `Source Code` in project URL
    gh#PyO3/maturin#590
  * Fold long header fields in Python metadata
    gh#PyO3/maturin#594
  * Fix `maturin develop` for PyPy on Unix
    gh#PyO3/maturin#596

OBS-URL: https://build.opensuse.org/request/show/909889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=5
2021-08-03 20:48:46 +00:00
065132467c Accepting request 905643 from devel:languages:python
- Update to 0.11.1
  * Fix sdist error when VCS has uncommitted renamed files
    gh#PyO3/maturin#585
  * Add `maturin completions <shell>` command to generate shell
    completions
    gh#PyO3/maturin#586
- Changes in 0.11.0:
  * Add support for reading metadata from PEP 621 project table in
    `pyproject.toml`
    gh#PyO3/maturin#555
  * Users should migrate away from the old
    `[package.metadata.maturin]` table of `Cargo.toml` to this new
    `[project]` table of `pyproject.toml`
  * Add PEP 656 musllinux support
    gh#PyO3/maturin#543
  * `--manylinux` is now called `--compatibility` and supports
    musllinux
  * The pure rust install layout changed from just the shared
    library to a python module that reexports the shared library.
    This should have now observable consequences for users of the
    created wheel expect that `my_project.my_project` is now also
    importable (and equal to just `my_project`)
  * Add support for packaging type stubs in pure Rust project
    layout
    gh#PyO3/maturin#567
  * `Cargo.toml`'s `authors` field is now optional per Rust
    RFC 3052
    gh#PyO3/maturin#573
  * Allow dotted keys in `Cargo.toml` by switch from `toml_edit` to
    `toml` crate
    gh#PyO3/maturin#577

OBS-URL: https://build.opensuse.org/request/show/905643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=4
2021-07-11 23:25:00 +00:00
59050fce01 Accepting request 894986 from devel:languages:python
- Update to 0.10.6
  * Fix build with the “upload” feature disabled by ravenexp
    gh#PyO3/maturin#548
- Changes in 0.10.5:
  * Add manylinux_2_27 support
    gh#PyO3/maturin#521
  * Add support for Windows arm64 target
    gh#PyO3/maturin#524
  * Always output PEP 600 platform tags
    gh#PyO3/maturin#525
  * Fix missing PyInit_<module_name> warning with Rust submodule
    gh#PyO3/maturin#528
  * Better cross compiling support for PyO3 binding on Unix
    gh#PyO3/maturin#454
  * Fix s390x architecture support
    gh#PyO3/maturin#530
  * Fix auditwheel panic with s390x wheels
    gh#PyO3/maturin#532
  * Support uploading heterogenous wheels by ravenexp
    gh#PyO3/maturin#544
  * Warn about pyproject.toml missing maturin version constraint
    gh#PyO3/maturin#545

OBS-URL: https://build.opensuse.org/request/show/894986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=3
2021-05-22 22:06:25 +00:00
300b5aa619 Accepting request 891567 from devel:languages:python
- Update to 0.10.4
  * Interpreter search now uses python 3.6 to 3.12
    gh#PyO3/maturin#495
  * Consider requires-python when searching for interpreters
    gh#PyO3/maturin#495
  * Support Rust extension as a submodule in mixed Python/Rust
    project  gh#PyO3/maturin#489

OBS-URL: https://build.opensuse.org/request/show/891567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=2
2021-05-08 20:07:51 +00:00
6 changed files with 250 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srcdir">maturin</param>
<param name="srctar">maturin-*.tar.gz</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>

Binary file not shown.

BIN
maturin-1.8.7.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,240 @@
-------------------------------------------------------------------
Mon Jun 9 14:34:52 UTC 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 15:37:19 UTC 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 9 15:37:54 UTC 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 17:32:45 UTC 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 8 21:18:30 UTC 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 3 17:39:40 UTC 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 12:01:14 UTC 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 12:41:34 UTC 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 00:00:47 UTC 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 7 22:36:48 UTC 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 4 23:02:42 UTC 2024 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-maturin
#
# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-maturin
Version: 1.6.0
Version: 1.8.7
Release: 0
Summary: Rust/Python Interoperability
License: Apache-2.0 OR MIT
@@ -42,12 +42,11 @@ Requires: python-tomli >= 1.1.0
%python_subpackages
%description
Build and publish crates with pyo3, rust-cpython and cffi bindings
Build and publish crates with pyo3, cffi and uniffi bindings
as well as rust binaries as python packages.
This project is a zero-configuration replacement for
setuptools-rust milksnake. It supports building wheels for Python
3.6+, can upload them to PyPI and has basic PyPy support.
It supports building wheels for Python 3.8+, can upload them
to PyPI and has basic PyPy and GraalPy support.
%prep
%autosetup -a1 -p1 -n maturin-%{version}
@@ -75,6 +74,6 @@ sed -i 's/--locked/--offline/' setup.py
%doc Changelog.md README.md
%python_alternative %{_bindir}/maturin
%{python_sitearch}/maturin
%{python_sitearch}/maturin-%{version}*-info
%{python_sitearch}/maturin-%{version}.dist-info
%changelog

BIN
vendor.tar.xz LFS

Binary file not shown.