forked from pool/python-maturin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=25
This commit is contained in:
parent
75d992a995
commit
3c9dd90e82
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d5fce5b4c39db9e6557424b4ae3b885e3affd5cd97e6d6ab88a40e0aa2d1535
|
|
||||||
size 138547
|
|
3
maturin-0.12.6.tar.gz
Normal file
3
maturin-0.12.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b14cfae808b45a130e19b2999acea423d2e10e7a29ae2336996ba72ba442ff6
|
||||||
|
size 139802
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 31 06:58:49 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 23 06:19:18 UTC 2021 - Mia Herkt <mia@0x0.st>
|
Thu Dec 23 06:19:18 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-maturin
|
# spec file for package python-maturin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-maturin
|
Name: python-maturin
|
||||||
Version: 0.12.5
|
Version: 0.12.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ae3bebc229b94417ecf9e2630772a369734997b902a81bbccaad46f3f793fa5e
|
oid sha256:73a47c5c2022f0e496db81350242a8111af4199966e9e4c870293a531f83225b
|
||||||
size 17926376
|
size 17950040
|
||||||
|
Loading…
x
Reference in New Issue
Block a user