Revisions of python-maturin

Mia Herkt's avatar Mia Herkt (mia) committed (revision 67)
- Update to v0.15.1:
  * Use shlex to split MATURIN_SETUP_ARGS
    gh#PyO3/maturin#1595
  * Fix finding interpreters from bundled sysconfigs
    gh#PyO3/maturin#1598
- Changes in v0.15.0:
  * Feature gate zig and xwin based cross compiling
    gh#PyO3/maturin#1324
  * Feature gate maturin new and maturin init commands
    gh#PyO3/maturin#1330
  * Build with --no-default-features
    gh#PyO3/maturin#1333
  * Support SOURCE_DATE_EPOCH environment variable in wheel
    building
    gh#PyO3/maturin#1334
  * Remove deprecated config options
    gh#PyO3/maturin#1335
  * cargo deny multiple crate versions
    gh#PyO3/maturin#1336
  * Replace rpassword with dialoguer
    gh#PyO3/maturin#1338
  * Fix sdist when all Cargo workspace members are excluded
    gh#PyO3/maturin#1343
  * Update normpath to 1.0.0
    gh#PyO3/maturin#1348
  * Update bundled Linux sysconfig
    gh#PyO3/maturin#1349
  * Allow Rust crate to be placed outside of the directory
    containing pyproject.toml
    gh#PyO3/maturin#1347
buildservice-autocommit accepted request 1078139 from Mia Herkt's avatar Mia Herkt (mia) (revision 66)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 65)
- Update to v0.14.17:
  * Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for
    Python 3.11
    gh#PyO3/maturin#1560
- Drop vendor-update-ahash-dependency.patch
buildservice-autocommit accepted request 1075083 from Mia Herkt's avatar Mia Herkt (mia) (revision 64)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 63)
- Update to v0.14.16:
  * Deprecate package.metadata.maturin.name in favor of
    tool.maturin.module-name in pyproject.toml
    gh#PyO3/maturin#1531
buildservice-autocommit accepted request 1072766 from Mia Herkt's avatar Mia Herkt (mia) (revision 62)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 61)
- 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
    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
buildservice-autocommit accepted request 1058366 from Mia Herkt's avatar Mia Herkt (mia) (revision 60)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 59)
- Update to v0.14.10
  * Use module name specified by [package.metadata.maturin]
    gh#PyO3/maturin#1409
- Update to v0.14.9
  * Don't pass MACOSX_DEPLOYMENT_TARGET when query default value
    from rustc
    gh#PyO3/maturin#1395
buildservice-autocommit accepted request 1057818 from Mia Herkt's avatar Mia Herkt (mia) (revision 58)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 57)
- Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from
  rustc
  gh#PyO3/maturin#1395

D    maturin-0.14.8.tar.gz
A    maturin-0.14.9.tar.gz
M    python-maturin.changes
M    python-maturin.spec
M    vendor.tar.xz

Diff for working copy: .
Index: python-maturin.changes
===================================================================

--- python-maturin.changes	(revision aef343cc2770a900afab57179e9c981b)
+++ python-maturin.changes	(working copy)
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Wed Jan 11 15:09:08 UTC 2023 - Mia Herkt <mia@0x0.st>
+
+- Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from
+  rustc
+  gh#PyO3/maturin#1395
+
 -------------------------------------------------------------------
 Mon Jan  9 01:59:53 UTC 2023 - Mia Herkt <mia@0x0.st>
 
@@ -310,49 +317,62 @@
 Mon Jul 18 21:19:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
 
 -  Update to v0.13.0
-  * Drop python 3.6 by @konstin in #945
+  * Drop python 3.6
+    gh#PyO3/maturin#945
   * Add support for building with multiple binary targets by
     @messense in #948
   * Add a --target option to maturin list-python command by
     @messense in #957
   * Add support for using bundled python sysconfigs for PyPy when
-    abi3 feature is enabled by @messense in #958
+    abi3 feature is enabled
+    gh#PyO3/maturin#958
   * Filter cargo targets by kind instead of crate_types by
     @messense in #959
   * Don't build sdist by default in maturin build command by
     @messense in #955
   * Add support for cross compiling PyPy wheels when abi3 feature
-    is enabled by @messense in #963
+    is enabled
+    gh#PyO3/maturin#963
   * Update actions/checkout and actions/setup-python versions by
     @messense in #965
   * Add --find-interpreter option to build and publish commands by
     @messense in #964
   * Infer target triple from ARCHFLAGS for macOS by @messense in
     #967
-  * Add bootstrap from sdist test to CI by @messense in #968
+  * Add bootstrap from sdist test to CI
+    gh#PyO3/maturin#968
   * Upload wheel artifacts in bootstrap test for inspection by
     @messense in #971
   * Expose commonly used Cargo CLI options in maturin build command
-    by @messense in #972
+
+    gh#PyO3/maturin#972
   * Add support for wasm32-unknown-emscripten target by @messense
     in #974
   * Allow overriding platform release version using env var by
     @messense in #975
   * Don't warn if package not listed in cargo metadata is a
-    dependency of Rust std by @messense in #976
+    dependency of Rust std
+    gh#PyO3/maturin#976
   * Fix Emscripten CI: Pyodide packages.json was moved to
-    repodata.json by @hoodmane in #977
+    repodata.json
+    gh#PyO3/maturin#977
   * Emscripten: Use -Z link-native-libraries=no and remove emcc
-    wrapper by @hoodmane in #978
+    wrapper
+    gh#PyO3/maturin#978
   * Fix maturin develop for arm64 Python on M1 Mac when default
-    toolchain is x86_64 by @messense in #980
-  * Improvements to Emscripten/Pyodide CI by @hoodmane in #983
+    toolchain is x86_64
+    gh#PyO3/maturin#980
+  * Improvements to Emscripten/Pyodide CI
+    gh#PyO3/maturin#983
   * Setup Pyodide with nox for easier local testing by @messense in
     #984
-  * Remove -Zbuild-std for Emscripten target by @messense in #986
-  * Add --repository option to upload command by @messense in #987
+  * Remove -Zbuild-std for Emscripten target
+    gh#PyO3/maturin#986
+  * Add --repository option to upload command
+    gh#PyO3/maturin#987
   * Only lookup bundled Python sysconfig when interpreters aren't
-    specified as file path by @messense in #988
+    specified as file path
+    gh#PyO3/maturin#988
   * Align some maturin build options with cargo by @messense in
     #991
   * Find CPython upper to 3.12 and PyPy upper to 3.10 by @messense
@@ -360,9 +380,12 @@
   * Add aliases for maturin build and develop subcommands by
     @messense in #994
   * Update zbus to 1.9.3 to fix GHSA-76w9-p8mg-j927 and
-    GHSA-wgrg-5h56-jg27 by @messense in #996
-  * Update to Rust 1.62 for Docker image by @messense in #997
-  * Upgrade setuptools-rust to 1.4.0 by @messense in #998
+    GHSA-wgrg-5h56-jg27
+    gh#PyO3/maturin#996
+  * Update to Rust 1.62 for Docker image
+    gh#PyO3/maturin#997
+  * Upgrade setuptools-rust to 1.4.0
+    gh#PyO3/maturin#998
   * Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q by
     @dependabot in #1000
   * Update user guide for the upcoming 0.13 release by @messense in

Index: python-maturin.spec
===================================================================

--- python-maturin.spec	(revision aef343cc2770a900afab57179e9c981b)
+++ python-maturin.spec	(working copy)
@@ -17,7 +17,7 @@
 
 
 Name:           python-maturin
-Version:        0.14.8
+Version:        0.14.9
 Release:        0
 Summary:        Rust/Python Interoperability
 License:        Apache-2.0 OR MIT

Index: vendor.tar.xz
===================================================================

Binary file 'vendor.tar.xz' has changed.

Index: maturin-0.14.9.tar.gz
===================================================================
Binary file 'maturin-0.14.9.tar.gz' added.

Index: maturin-0.14.8.tar.gz
===================================================================
Binary file 'maturin-0.14.8.tar.gz' deleted.
buildservice-autocommit accepted request 1056955 from Mia Herkt's avatar Mia Herkt (mia) (revision 56)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 55)
- Update to v0.14.8:
  * Add support for packaging multiple pure Python packages
    gh#PyO3/maturin#1378
  * Fallback to sysconfig interpreters for pyo3 bindings
    gh#PyO3/maturin#1381
buildservice-autocommit accepted request 1044089 from Mia Herkt's avatar Mia Herkt (mia) (revision 54)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 53)
- Update to v0.14.7:
  * Update uniffi_bindgen to 0.22.0
    gh#PyO3/maturin#1359
  * Add workspace lock file to sdist as a fallback
    gh#PyO3/maturin#1362
- Changes in v0.14.6:
  * Allow Rust crate to be placed outside of the directory
    containing pyproject.toml
    gh#PyO3/maturin#1347
  * Disallow uniffi bin bindings
    gh#PyO3/maturin#1353
  * Update bundled Python sysconfigs for Linux and macOS
    gh#PyO3/maturin#1355
buildservice-autocommit accepted request 1042453 from Mia Herkt's avatar Mia Herkt (mia) (revision 52)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 51)
Mia Herkt's avatar Mia Herkt (mia) committed (revision 50)
- Manually override outdated ahash dependency of chumsky crate
  in vendor tarball to hopefully facilitate reproducible builds
  Adds vendor-update-ahash-dependency.patch
- Update to v0.14.5:
  * Support SOURCE_DATE_EPOCH environment variable in wheel building
    gh#PyO3/maturin#1334
  * Fix sdist when all Cargo workspace members are excluded
    gh#PyO3/maturin#1343
- Changes in v0.14.4:
  * Bump sigstore/gh-action-sigstore-python from 0.0.11 to 0.1.0
    gh#PyO3/maturin#1317
  * Refactor Target::get_platform_tag to use standard osname-release-machine fallback representation
    gh#PyO3/maturin#1318
  * Better error message when upload failed with status code 403
    gh#PyO3/maturin#1323
  * Warn about patchelf version requirement
    gh#PyO3/maturin#1327
  * Refactor compile to take cargo targets with bridge model
    gh#PyO3/maturin#1328
buildservice-autocommit accepted request 1039390 from Mia Herkt's avatar Mia Herkt (mia) (revision 49)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) committed (revision 48)
- Update to v0.14.3:
  * Bump MSRV to 1.62.0
    gh#PyO3/maturin#1297
  * CI: Run ruff in lint jobs
    gh#PyO3/maturin#1298
  * Fix build error when required features of bin target isn't
    enabled
    gh#PyO3/maturin#1299
  * Build and publish armv6l wheels for maturin
    gh#PyO3/maturin#1300
  * Fix wrong platform tag when building in i386 docker container
    on x86_64 host
    gh#PyO3/maturin#1301
  * Fix wrong platform tag when building in armv7 docker container
    on aarch64 host
    gh#PyO3/maturin#1303
  * CI: Stop caching test crates target directory
    gh#PyO3/maturin#1302
  * refactor: Use clap_complete_command
    gh#PyO3/maturin#1304
  * Remove human-panic dependency
    gh#PyO3/maturin#1305
  * chore: cargo update to remove rustix 0.35.x
    gh#PyO3/maturin#1307
  * chore: cargo update cargo-zigbuild and cargo-xwin
    gh#PyO3/maturin#1314
Displaying revisions 21 - 40 of 87
openSUSE Build Service is sponsored by