From 56092f516eac8c2bbff1b35c7914b2b6082039b379fb562019bf54935b4bce56 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Tue, 4 Jun 2024 23:07:04 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=201.6.0=20=20=20*=20Add=20pypi?= =?UTF-8?q?=20name=20validation=20=20=20=20=20gh#PyO3/maturin#2007=20=20?= =?UTF-8?q?=20*=20Add=20JSON=20schema=20generation=20=20=20=20=20gh#PyO3/m?= =?UTF-8?q?aturin#2005=20=20=20*=20Detect=20compiling=20from=20Linux=20gnu?= =?UTF-8?q?=20to=20Linux=20musl=20as=20cross=20compiling=20=20=20=20=20gh#?= =?UTF-8?q?PyO3/maturin#2010=20=20=20*=20Upgrade=20uniffi=20to=200.27.0=20?= =?UTF-8?q?=20=20=20=20gh#PyO3/maturin#2021=20=20=20*=20Add=20instrumentat?= =?UTF-8?q?ion=20support=20for=20develop=20=20=20=20=20gh#PyO3/maturin#201?= =?UTF-8?q?9=20=20=20*=20Make=20tracing-subscriber=20mandatory=20=20=20=20?= =?UTF-8?q?=20gh#PyO3/maturin#2022=20=20=20*=20Import=20hook=20upgrade=20?= =?UTF-8?q?=20=20=20=20gh#PyO3/maturin#2024=20=20=20*=20Add=20uv=20as=20de?= =?UTF-8?q?velop=20backend=20command=20=20=20=20=20gh#PyO3/maturin#2015=20?= =?UTF-8?q?=20=20*=20Also=20try=20uv=20in=20PATH=20in=20develop=20--uv=20?= =?UTF-8?q?=20=20=20=20gh#PyO3/maturin#2026=20=20=20*=20docs:=20update=20p?= =?UTF-8?q?yo3=20to=20match=20tutorial=20=20=20=20=20gh#PyO3/maturin#2029?= =?UTF-8?q?=20=20=20*=20Add=20support=20for=20AIX=20=20=20=20=20gh#PyO3/ma?= =?UTF-8?q?turin#2030=20=20=20*=20Remove=20rust-cpython=20from=20project?= =?UTF-8?q?=20init/new=20template=20=20=20=20=20gh#PyO3/maturin#2034=20=20?= =?UTF-8?q?=20*=20Only=20run=20uv=20tests=20on=20platforms=20that=20has=20?= =?UTF-8?q?wheel=20on=20PyPI=20or=20when=20uv=20bina=E2=80=A6=20=20=20=20?= =?UTF-8?q?=20gh#PyO3/maturin#2037=20=20=20*=20Install=20cffi=20and=20uv?= =?UTF-8?q?=20on=20demand=20in=20test=5Fdevelop=20=20=20=20=20gh#PyO3/matu?= =?UTF-8?q?rin#2043=20=20=20*=20Add=20support=20for=20wasm32-wasip1=20and?= =?UTF-8?q?=20wasm32-wasip2=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=88 --- maturin-1.5.1.tar.gz | 3 --- maturin-1.6.0.tar.gz | 3 +++ python-maturin.changes | 61 ++++++++++++++++++++++++++++++++++++++++++ python-maturin.spec | 2 +- vendor.tar.xz | 4 +-- 5 files changed, 67 insertions(+), 6 deletions(-) delete mode 100644 maturin-1.5.1.tar.gz create mode 100644 maturin-1.6.0.tar.gz diff --git a/maturin-1.5.1.tar.gz b/maturin-1.5.1.tar.gz deleted file mode 100644 index df6db94..0000000 --- a/maturin-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dd834ece80edb866af18cbd4635e0ecac40139c726428d5f1849ae154b26dca -size 181263 diff --git a/maturin-1.6.0.tar.gz b/maturin-1.6.0.tar.gz new file mode 100644 index 0000000..69ed00e --- /dev/null +++ b/maturin-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b955025c24c8babc808db49e0ff90db8b4b1320dcc16b14eb26132841737230d +size 187880 diff --git a/python-maturin.changes b/python-maturin.changes index 4a436aa..814d5a7 100644 --- a/python-maturin.changes +++ b/python-maturin.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Tue Jun 4 23:02:42 UTC 2024 - Mia Herkt + +- 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 16:41:35 UTC 2024 - Mia Herkt diff --git a/python-maturin.spec b/python-maturin.spec index e57565c..3ee6ebe 100644 --- a/python-maturin.spec +++ b/python-maturin.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-maturin -Version: 1.5.1 +Version: 1.6.0 Release: 0 Summary: Rust/Python Interoperability License: Apache-2.0 OR MIT diff --git a/vendor.tar.xz b/vendor.tar.xz index 89016c5..e119acf 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88962e940506668140707cd378476b677645ed55b7ac0bc89f773ac01d6aa23b -size 27746536 +oid sha256:5133c37e112378904f9e200b153ce9c427159dd2f4665e1321e52234859bc4a4 +size 29199140