- Update to v0.15.3:

* Fix cross-compile to Apple universal2 in the other platform
    gh#PyO3/maturin#1613
  * Remove serde(flatten) to improve error messages
    gh#PyO3/maturin#1616
  * Allow syn 2.0
    gh#PyO3/maturin#1617
  * describe the need for module-name
    gh#PyO3/maturin#1604
  * Add PEP 517 config_settings support
    gh#PyO3/maturin#1619
  * Keep file mode on Unix
    gh#PyO3/maturin#1622
- Changes in v0.15.2:
  * Remove bors
    gh#PyO3/maturin#1602
  * When determining the python module name, use pyproject.toml
    project.name over Cargo.toml package.name.
    gh#PyO3/maturin#1608
  * Warn on missing python-source contents
    gh#PyO3/maturin#1607
  * Fix rewriting dev-dependencies in sdist
    gh#PyO3/maturin#1610

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=69
This commit is contained in:
Mia Herkt 2023-05-21 13:02:06 +00:00 committed by Git OBS Bridge
parent 7993a1c58a
commit 6acdef4514
5 changed files with 33 additions and 6 deletions

BIN
maturin-0.15.1.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun May 21 12:56:57 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to v0.15.3:
* Fix cross-compile to Apple universal2 in the other platform
gh#PyO3/maturin#1613
* Remove serde(flatten) to improve error messages
gh#PyO3/maturin#1616
* Allow syn 2.0
gh#PyO3/maturin#1617
* describe the need for module-name
gh#PyO3/maturin#1604
* Add PEP 517 config_settings support
gh#PyO3/maturin#1619
* Keep file mode on Unix
gh#PyO3/maturin#1622
- Changes in v0.15.2:
* Remove bors
gh#PyO3/maturin#1602
* When determining the python module name, use pyproject.toml
project.name over Cargo.toml package.name.
gh#PyO3/maturin#1608
* Warn on missing python-source contents
gh#PyO3/maturin#1607
* Fix rewriting dev-dependencies in sdist
gh#PyO3/maturin#1610
-------------------------------------------------------------------
Mon May 8 08:24:57 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

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

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.