- Update to 3.1.0

* To determine if context is file or json string,
    use os.path.isfile rather than checking file extension
  * Eliminated unnecessary check for json module
  * Added ability to set line join in console script.
  * Added ability to escape line join by placing it twice.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=73
This commit is contained in:
Mia Herkt 2023-06-11 03:41:44 +00:00 committed by Git OBS Bridge
parent a4d0a33858
commit 263286b688
5 changed files with 19 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 11 03:35:53 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to v1.1.0:
* Add basic support for GraalPy
gh#PyO3/maturin#1645
* Refactor abi tag to use `EXT_SUFFIX`
gh#PyO3/maturin#1648
* Add Linux loongarch64 architecture support
gh#PyO3/maturin#1653
* Add `--skip-install` option to `maturin develop`
gh#PyO3/maturin#1654
-------------------------------------------------------------------
Sun May 28 07:55:54 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

@ -17,7 +17,7 @@
Name: python-maturin
Version: 1.0.1
Version: 1.1.0
Release: 0
Summary: Rust/Python Interoperability
License: Apache-2.0 OR MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bec42adc987fe13a5a0157ce3966e760ebd42bc95166dc7ab239b1fe19f595fe
size 33032316
oid sha256:e7c8ff6f96d21c726c761856edb3f5eef9e383cd007401bd16596d0a4cb1baae
size 33056972