Skip to content

Commit

Permalink
Update python-maturin to version 0.15.3 / rev 30 via SR 1088131
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1088131
by user mia + dimstar_suse
- 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
  • Loading branch information
mia authored and bmwiedemann committed May 21, 2023
1 parent b0e62e5 commit 43f762c
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 3 deletions.
Binary file modified packages/p/python-maturin/.files
Binary file not shown.
30 changes: 30 additions & 0 deletions packages/p/python-maturin/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -836,4 +836,34 @@
gh#PyO3/maturin#1347</comment>
<requestid>1085456</requestid>
</revision>
<revision rev="30" vrev="1">
<srcmd5>0e818be4ebe22e63f9f80bf65bca6075</srcmd5>
<version>0.15.3</version>
<time>1684688946</time>
<user>dimstar_suse</user>
<comment>- 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</comment>
<requestid>1088131</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-maturin/maturin-0.15.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-maturin/maturin-0.15.3.tar.gz
27 changes: 27 additions & 0 deletions packages/p/python-maturin/python-maturin.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-maturin/python-maturin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-maturin/vendor.tar.xz

0 comments on commit 43f762c

Please sign in to comment.