Skip to content

Commit

Permalink
Update python-maturin to version 1.3.1 / rev 34 via SR 1123696
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1123696
by user mia + anag+factory
- Update to 1.3.1
  * Use external uniffi-bindgen if no root package is configured
    gh#PyO3/maturin#1797
  * Add trusted publishing section to the user guide
    gh#PyO3/maturin#1800
  * Fix wheel filename for GraalPy
    gh#PyO3/maturin#1802
  * Pytest skeleton in mixed template
    gh#PyO3/maturin#1807
  * Keep trailing newlines from templates
    gh#PyO3/maturin#1808
  * Bump rustix from 0.37.23 to 0.37.25
    gh#PyO3/maturin#1809
  * Auto detect Python 3.13
    gh#PyO3/maturin#1810
  * Fix missing workspace.members in sdist
    gh#PyO3/maturin#1811
  * Don't set MACOSX_DEPLOYMENT_TARGET for editable builds
    gh#PyO3/maturin#1815
  • Loading branch information
mia authored and bmwiedemann committed Nov 7, 2023
1 parent 605c9cf commit f29d21d
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 5 deletions.
Binary file modified packages/p/python-maturin/.files
Binary file not shown.
26 changes: 26 additions & 0 deletions packages/p/python-maturin/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -905,4 +905,30 @@
<comment></comment>
<requestid>1116536</requestid>
</revision>
<revision rev="34" vrev="1">
<srcmd5>990de21a3809be62657da2ae338fdf4d</srcmd5>
<version>1.3.1</version>
<time>1699388709</time>
<user>anag+factory</user>
<comment>- Update to 1.3.1
* Use external uniffi-bindgen if no root package is configured
gh#PyO3/maturin#1797
* Add trusted publishing section to the user guide
gh#PyO3/maturin#1800
* Fix wheel filename for GraalPy
gh#PyO3/maturin#1802
* Pytest skeleton in mixed template
gh#PyO3/maturin#1807
* Keep trailing newlines from templates
gh#PyO3/maturin#1808
* Bump rustix from 0.37.23 to 0.37.25
gh#PyO3/maturin#1809
* Auto detect Python 3.13
gh#PyO3/maturin#1810
* Fix missing workspace.members in sdist
gh#PyO3/maturin#1811
* Don't set MACOSX_DEPLOYMENT_TARGET for editable builds
gh#PyO3/maturin#1815</comment>
<requestid>1123696</requestid>
</revision>
</revisionlist>
4 changes: 2 additions & 2 deletions packages/p/python-maturin/_service
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<services>
<service name="cargo_vendor" mode="disabled">
<service name="cargo_vendor" mode="manual">
<param name="srcdir">maturin</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled"></service>
<service name="cargo_audit" mode="manual"></service>
</services>
1 change: 0 additions & 1 deletion packages/p/python-maturin/maturin-1.3.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-maturin/maturin-1.3.1.tar.gz
23 changes: 23 additions & 0 deletions packages/p/python-maturin/python-maturin.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Nov 6 23:39:36 UTC 2023 - Mia Herkt <[email protected]>

- Update to 1.3.1
* Use external uniffi-bindgen if no root package is configured
gh#PyO3/maturin#1797
* Add trusted publishing section to the user guide
gh#PyO3/maturin#1800
* Fix wheel filename for GraalPy
gh#PyO3/maturin#1802
* Pytest skeleton in mixed template
gh#PyO3/maturin#1807
* Keep trailing newlines from templates
gh#PyO3/maturin#1808
* Bump rustix from 0.37.23 to 0.37.25
gh#PyO3/maturin#1809
* Auto detect Python 3.13
gh#PyO3/maturin#1810
* Fix missing workspace.members in sdist
gh#PyO3/maturin#1811
* Don't set MACOSX_DEPLOYMENT_TARGET for editable builds
gh#PyO3/maturin#1815

-------------------------------------------------------------------
Mon Oct 9 18:34:41 UTC 2023 - Ben Greiner <[email protected]>

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 @@ -18,7 +18,7 @@

%{?sle15_python_module_pythons}
Name: python-maturin
Version: 1.3.0
Version: 1.3.1
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 f29d21d

Please sign in to comment.