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
This commit is contained in:
Ana Guerrero 2024-03-18 15:43:37 +00:00 committed by Git OBS Bridge
commit d8c624a5bb
5 changed files with 73 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed12e1768094a7adeafc3a74ebdb8dc2201fa64c4e7e31f14cfc70378bf93790
size 177999

3
maturin-1.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e046ea2aed687991d58c42f6276dfcc0c037092934654f538b5877fd57dd3a9c
size 180891

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Sun Mar 17 18:07:58 UTC 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 13:45:20 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-maturin
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.4.0
Version: 1.5.0
Release: 0
Summary: Rust/Python Interoperability
License: Apache-2.0 OR MIT
@ -35,7 +35,7 @@ BuildRequires: cargo-packaging
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%if 0%{?python_version_nodots} < 311
Requires: python-tomli >= 1.1.0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9faefcd952f08cb38d52309f4727b42878fe75688be24f49a6b839d7586572f9
size 31072232
oid sha256:68a9776d24d702c4aff52ccceea52af3a4788df656afafe3cd4c6df9fc28a865
size 27292696