- 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/package/show/devel:languages:python/python-maturin?expand=0&rev=82
This commit is contained in:
parent
2fcf4b95b4
commit
26df7faee9
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:952d458b3dea01e9670582ac2dff3c522a34e491f08ed6376b270655a68c24af
|
|
||||||
size 176116
|
|
3
maturin-1.4.0.tar.gz
Normal file
3
maturin-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed12e1768094a7adeafc3a74ebdb8dc2201fa64c4e7e31f14cfc70378bf93790
|
||||||
|
size 177999
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 11 13:45:20 UTC 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 18:51:32 UTC 2023 - Mia Herkt <mia@0x0.st>
|
Tue Nov 14 18:51:32 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-maturin
|
Name: python-maturin
|
||||||
Version: 1.3.2
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
URL: https://github.com/PyO3/maturin
|
URL: https://github.com/PyO3/maturin
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/maturin/maturin-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/maturin/maturin-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools-rust >= 1.4.0}
|
BuildRequires: %{python_module setuptools-rust >= 1.4.0}
|
||||||
@ -52,8 +51,6 @@ setuptools-rust milksnake. It supports building wheels for Python
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1 -p1 -n maturin-%{version}
|
%autosetup -a1 -p1 -n maturin-%{version}
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
sed -i '1{/env python/d}' maturin/__init__.py
|
sed -i '1{/env python/d}' maturin/__init__.py
|
||||||
sed -i 's/--locked/--offline/' setup.py
|
sed -i 's/--locked/--offline/' setup.py
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:03be9c5a4ec66a17f4235840c5737bbb3d8d579038292ff63c8f380a98d546ff
|
oid sha256:9faefcd952f08cb38d52309f4727b42878fe75688be24f49a6b839d7586572f9
|
||||||
size 32982764
|
size 31072232
|
||||||
|
Loading…
x
Reference in New Issue
Block a user