Skip to content

Commit

Permalink
Update python-maturin to version 0.14.15 / rev 26 via SR 1072766
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1072766
by user mia + dimstar_suse
- Update to v0.14.15:
  * Add sdist and sccache support to generate-ci command
- Changes in v0.14.14:
  * Add support for Emscripten in generate-ci command
    gh#PyO3/maturin#1484
  * Use default ext_suffix for Emscripten target if not provided in
    PYO3_CONFIG_FILE
    gh#PyO3/maturin#1491
  * Deprecate package.metadata.maturin.data in favor of
    tool.maturin.data in pyproject.toml
    gh#PyO3/maturin#1492

- Update to v0.14.13:
  * maturin develop now looks for a virtualenv .venv in the current
    or any parent directory if no virtual environment is active
    gh#PyO3/maturin#1462
  * Add a new generate-ci command to generate CI configuration
    gh#PyO3/maturin#1456
  * Deprecate --univeral2 in favor of universal2-apple-darwin
    target
    gh#PyO3/maturin#1457
  * Raise an error
  • Loading branch information
mia authored and bmwiedemann committed Mar 19, 2023
1 parent bd0e092 commit 78dade5
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 4 deletions.
Binary file modified packages/p/python-maturin/.files
Binary file not shown.
37 changes: 37 additions & 0 deletions packages/p/python-maturin/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -739,4 +739,41 @@
gh#PyO3/maturin#1409</comment>
<requestid>1058366</requestid>
</revision>
<revision rev="26" vrev="1">
<srcmd5>c5fc86024741be3b511ea5a0a7ec32be</srcmd5>
<version>0.14.15</version>
<time>1679182269</time>
<user>dimstar_suse</user>
<comment>- Update to v0.14.15:
* Add sdist and sccache support to generate-ci command
- Changes in v0.14.14:
* Add support for Emscripten in generate-ci command
gh#PyO3/maturin#1484
* Use default ext_suffix for Emscripten target if not provided in
PYO3_CONFIG_FILE
gh#PyO3/maturin#1491
* Deprecate package.metadata.maturin.data in favor of
tool.maturin.data in pyproject.toml
gh#PyO3/maturin#1492

- Update to v0.14.13:
* maturin develop now looks for a virtualenv .venv in the current
or any parent directory if no virtual environment is active
gh#PyO3/maturin#1462
* Add a new generate-ci command to generate CI configuration
gh#PyO3/maturin#1456
* Deprecate --univeral2 in favor of universal2-apple-darwin
target
gh#PyO3/maturin#1457
* Raise an error when Cargo.toml contains removed python package
metadata
gh#PyO3/maturin#1471
* Use extension_name instead of module_name for CFFI extensions
in develop mode
gh#PyO3/maturin#1476
- Changes in v0.14.12:
* Keep dev-dependencies in sdist when there are no path
dependencies</comment>
<requestid>1072766</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-maturin/.servicemark

This file was deleted.

1 change: 0 additions & 1 deletion packages/p/python-maturin/maturin-0.14.10.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-maturin/maturin-0.14.15.tar.gz
49 changes: 49 additions & 0 deletions packages/p/python-maturin/python-maturin.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Fri Mar 17 22:53:30 UTC 2023 - Mia Herkt <[email protected]>

- Update to v0.14.15:
* Add sdist and sccache support to generate-ci command
- Changes in v0.14.14:
* Add support for Emscripten in generate-ci command
gh#PyO3/maturin#1484
* Use default ext_suffix for Emscripten target if not provided in
PYO3_CONFIG_FILE
gh#PyO3/maturin#1491
* Deprecate package.metadata.maturin.data in favor of
tool.maturin.data in pyproject.toml
gh#PyO3/maturin#1492

-------------------------------------------------------------------
Tue Feb 21 09:28:41 UTC 2023 - Mia Herkt <[email protected]>

- Update to v0.14.13:
* maturin develop now looks for a virtualenv .venv in the current
or any parent directory if no virtual environment is active
gh#PyO3/maturin#1462
* Add a new generate-ci command to generate CI configuration
gh#PyO3/maturin#1456
* Deprecate --univeral2 in favor of universal2-apple-darwin
target
gh#PyO3/maturin#1457
* Raise an error when Cargo.toml contains removed python package
metadata
gh#PyO3/maturin#1471
* Use extension_name instead of module_name for CFFI extensions
in develop mode
gh#PyO3/maturin#1476
- Changes in v0.14.12:
* Keep dev-dependencies in sdist when there are no path
dependencies
gh#PyO3/maturin#1441
- Changes in v0.14.11:
* Use the extension_name in develop builds
gh#PyO3/maturin#1416
* Upgrade pyo3 to 0.18.0
gh#PyO3/maturin#1417
* Better error message when normalize path failed
gh#PyO3/maturin#1432
* Don't package dev-only path dependencies in sdist
gh#PyO3/maturin#1435
* Add a user-friendly panic hook
gh#PyO3/maturin#1436

-------------------------------------------------------------------
Sat Jan 14 12:23:46 UTC 2023 - Mia Herkt <[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 @@ -17,7 +17,7 @@


Name: python-maturin
Version: 0.14.10
Version: 0.14.15
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 78dade5

Please sign in to comment.