Commit Graph

  • 19b2d4c05b Accepting request 978816 from devel:languages:python Dominique Leuenberger 2022-05-24 18:31:34 +00:00
  • ce27a1ec42 Accepting request 978808 from home:firstyear:branches:devel:languages:python Matej Cepl 2022-05-24 05:53:23 +00:00
  • ad1c152bcf Accepting request 976386 from devel:languages:python Dominique Leuenberger 2022-05-12 20:59:55 +00:00
  • d0e0a36c20 Accepting request 976363 from home:susnux:branches:devel:languages:python Matej Cepl 2022-05-11 12:31:15 +00:00
  • 7656a62cf7 Accepting request 953842 from devel:languages:python Dominique Leuenberger 2022-02-12 23:15:23 +00:00
  • 0c06bfd0b7 - Update to 0.12.9 * Don't require pyproject.toml when cargo manifest is not specified gh#PyO3/maturin#806 - Changes in 0.12.8 * Add missing --version flag from clap 3.0 upgrade - Changes in 0.12.7 * Add support for using zig cc as linker for easier cross compiling and manylinux compliance gh#PyO3/maturin#756 * Switch from reqwest to ureq to reduce dependencies gh#PyO3/maturin#767 * Fix missing Python submodule in wheel gh#PyO3/maturin#772 * Add support for specifying cargo manifest path in pyproject.toml gh#PyO3/maturin#781 * Add support for passing arguments to pep517 command via MATURIN_PEP517_ARGS env var gh#PyO3/maturin#786 * Fix auditwheel No such file or directory error when LD_LIBRARY_PATH contains non-existent paths gh#PyO3/maturin#794 Mia Herkt 2022-02-12 01:53:08 +00:00
  • 725644d98a Accepting request 950093 from devel:languages:python Dominique Leuenberger 2022-01-31 21:57:13 +00:00
  • 3c9dd90e82 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=25 Mia Herkt 2022-01-31 07:20:05 +00:00
  • 01318238e7 Accepting request 942187 from devel:languages:python Dominique Leuenberger 2021-12-23 16:53:45 +00:00
  • 75d992a995 - Update to 0.12.5 * Fix docs for new and init commands in maturin --help gh#PyO3/maturin#734 * Fix undefined auditwheel policy panic gh#PyO3/maturin#740 * Fix upload::canonicalize_name() regex subst gh#PyO3/maturin#741 * Bump serde from 1.0.130 to 1.0.131 gh#PyO3/maturin#745 * Bump sha2 from 0.9.8 to 0.10.0 gh#PyO3/maturin#746 * Add Cargo.lock to sdist when --locked or --frozen specified gh#PyO3/maturin#749 * Implement auditwheel repair with patchelf gh#PyO3/maturin#742 * Support pyo3 abi3-py310 feature gh#PyO3/maturin#750 - Changes in 0.12.4: * Bump anyhow from 1.0.50 to 1.0.51 gh#PyO3/maturin#717 * init: new command similar to cargo init gh#PyO3/maturin#719 * Don't package non-path-dep crates in sdist for workspaces gh#PyO3/maturin#720 * Update keyring to 1.0.0 gh#PyO3/maturin#721 * Reorganize upload feature gh#PyO3/maturin#726 * Allow pip warnings in maturin develop command gh#PyO3/maturin#732 Mia Herkt 2021-12-23 06:35:18 +00:00
  • a08661c1fd Accepting request 932766 from devel:languages:python Dominique Leuenberger 2021-11-21 22:52:09 +00:00
  • a657fa2686 Accepting request 929489 from home:firstyear:branches:devel:languages:python Dirk Mueller 2021-11-21 10:57:02 +00:00
  • faceec0190 Accepting request 922513 from devel:languages:python Dominique Leuenberger 2021-10-01 20:29:04 +00:00
  • 2b6ae81c56 - Update to 0.11.4 * Autodetect PyPy executables gh#PyO3/maturin#617 * auditwheel: add libz.so.1 to whitelisted libraries gh#PyO3/maturin#625 * auditwheel: detect musl libc gh#PyO3/maturin#629 * Fixed Python 3.10 and later versions detection on Windows gh#PyO3/maturin#630 * Install entrypoint scripts in maturin develop command gh#PyO3/maturin#633 gh#PyO3/maturin#634 * Add support for installing optional dependencies in maturin develop command gh#PyO3/maturin#635 * Fixed build error when manylinux/compatibility options is specified in pyproject.toml gh#PyO3/maturin#637 - Changes in 0.11.3: * Add path option for Python source gh#PyO3/maturin#584 * Add auditwheel support for musllinux gh#PyO3/maturin#597 * [tool.maturin] options from pyproject.toml will be used automatically gh#PyO3/maturin#605 * Skip unavailable Python interpreters from pyenv gh#PyO3/maturin#609 Mia Herkt 2021-10-01 07:19:16 +00:00
  • 56090c7697 Accepting request 921905 from home:firstyear:branches:devel:languages:python Mia Herkt 2021-10-01 06:10:26 +00:00
  • cf5d78c6da Accepting request 909889 from devel:languages:python Dominique Leuenberger 2021-08-03 20:48:46 +00:00
  • bf37b0d8ca OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=9 Matej Cepl 2021-08-03 07:14:18 +00:00
  • 065132467c Accepting request 905643 from devel:languages:python Dominique Leuenberger 2021-07-11 23:25:00 +00:00
  • 85e58b453a - Update to 0.11.1 * Fix sdist error when VCS has uncommitted renamed files gh#PyO3/maturin#585 * Add maturin completions <shell> command to generate shell completions gh#PyO3/maturin#586 - Changes in 0.11.0: * Add support for reading metadata from PEP 621 project table in pyproject.toml gh#PyO3/maturin#555 * Users should migrate away from the old [package.metadata.maturin] table of Cargo.toml to this new [project] table of pyproject.toml * Add PEP 656 musllinux support gh#PyO3/maturin#543 * --manylinux is now called --compatibility and supports musllinux * The pure rust install layout changed from just the shared library to a python module that reexports the shared library. This should have now observable consequences for users of the created wheel expect that my_project.my_project is now also importable (and equal to just my_project) * Add support for packaging type stubs in pure Rust project layout gh#PyO3/maturin#567 * Cargo.toml's authors field is now optional per Rust RFC 3052 gh#PyO3/maturin#573 * Allow dotted keys in Cargo.toml by switch from toml_edit to toml crate Mia Herkt 2021-07-11 06:40:29 +00:00
  • 59050fce01 Accepting request 894986 from devel:languages:python Dominique Leuenberger 2021-05-22 22:06:25 +00:00
  • 3b8a7aedc7 - Update to 0.10.6 * Fix build with the “upload” feature disabled by ravenexp gh#PyO3/maturin#548 - Changes in 0.10.5: * Add manylinux_2_27 support gh#PyO3/maturin#521 * Add support for Windows arm64 target gh#PyO3/maturin#524 * Always output PEP 600 platform tags gh#PyO3/maturin#525 * Fix missing PyInit_<module_name> warning with Rust submodule gh#PyO3/maturin#528 * Better cross compiling support for PyO3 binding on Unix gh#PyO3/maturin#454 * Fix s390x architecture support gh#PyO3/maturin#530 * Fix auditwheel panic with s390x wheels gh#PyO3/maturin#532 * Support uploading heterogenous wheels by ravenexp gh#PyO3/maturin#544 * Warn about pyproject.toml missing maturin version constraint gh#PyO3/maturin#545 Mia Herkt 2021-05-22 14:48:49 +00:00
  • 300b5aa619 Accepting request 891567 from devel:languages:python Dominique Leuenberger 2021-05-08 20:07:51 +00:00
  • 8dba8f98f7 - Update to 0.10.4 * Interpreter search now uses python 3.6 to 3.12 gh#PyO3/maturin#495 * Consider requires-python when searching for interpreters gh#PyO3/maturin#495 * Support Rust extension as a submodule in mixed Python/Rust project gh#PyO3/maturin#489 Mia Herkt 2021-05-08 17:13:30 +00:00
  • 8ed53166e9 Accepting request 887549 from devel:languages:python Dominique Leuenberger 2021-04-22 16:04:33 +00:00
  • 05a2e662e5 Accepting request 887097 from home:mia Matej Cepl 2021-04-21 22:33:27 +00:00