Next | Query returned 22 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-08-07 07:32:28 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maturin: updated to 1.2.0

1.2.0
* Add basic support for implicit namespaces
* Add Linux mips64 and mips architecture support
* Add `x86_64h-apple-darwin` target support
   2023-06-16 08:49:28 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maturin: updated to 1.1.0

1.1.0
* Add basic support for GraalPy in
* Refactor abi tag to use `EXT_SUFFIX` in
* Add Linux loongarch64 architecture support in
* Add `--skip-install` option to `maturin develop`
   2023-05-28 12:50:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maturin: updated to 1.0.1

1.0.1
* Add more Python 3.12 sysconfigs
* Fix panicking when no cargo build targets are selected
   2023-05-24 13:36:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-maturin: updated to 1.0.0

v1.0.0
Add support for multiple --config-settings in PEP517 backend
Remove deprecated --universal2 cli option
   2023-05-22 14:44:10 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maturin: updated to 0.15.3

v0.15.3
Fix cross-compile to Apple universal2 in the other platform
Remove serde(flatten) to improve error messages
Allow syn 2.0
describe the need for module-name
Fix cargo test failures in devcontainer
Add PEP 517 config_settings support
Keep file mode on Unix

v0.15.2
Add a unit test for PythonInterpreter::find_by_target
Try GitHub Actions merge queue
Skip git sdist generator tests when executing from a non-git checkout
Publish maturin itself using trusted publisher
Remove bors
When determining the python module name, use pyproject.toml project.name over \ 
Cargo.toml package.name.
Warn on missing python-source contents
Fix rewriting dev-dependencies in sdist
   2023-05-07 20:33:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-maturin: updated to 0.15.1

v0.15.1

What's Changed

Use shlex to split MATURIN_SETUP_ARGS
Fix finding interpreters from bundled sysconfigs
   2023-05-07 10:08:22 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-maturin: updated to 0.15.0

v0.15.0

What's Changed

Feature gate zig and xwin based cross compiling
Feature gate maturin new and maturin init commands
Build with --no-default-features by default when bootstrapping from sdist
Support SOURCE_DATE_EPOCH environment variable in wheel building
Remove deprecated config options
cargo deny multiple crate versions
Replace rpassword with dialoguer
Fix sdist when all Cargo workspace members are excluded
Update normpath to 1.0.0
Update bundled Linux sysconfig
Allow Rust crate to be placed outside of the directory containing pyproject.toml
Update minijina to 0.27.0
Run uniffi-bindgen command instead of depending on uniffi_bindgen crates
Disallow uniffi bin bindings
Clarify --interpreter value
Update uniffi_bindgen to 0.22.0 in test crates
Add workspace lock file to sdist as a fallback
Update cargo-xwin to 0.13.3
Update toml_edit to 0.16.0
Update cargo-zigbuild to 0.14.3
Fix Actions status badge
Update console to 0.15.3
Add support for packaging multiple pure Python packages
Detect src-layout for pure Rust projects with multiple Python packages
Fallback to sysconfig interpreters for pyo3 bindings
Bump psf/black from 22.10.0 to 22.12.0
Bump sigstore/gh-action-sigstore-python from 0.1.0 to 0.2.0
chore: cargo update ureq and console
Update pyodide to 0.22.0
Remove unnecessary ruff excludes
Remove confusing libpython.so from cross compile error message
Add MSRV configuration for clippy
Update toml_edit to 0.17.1, minijinja to 0.28.0
Update wasmtime dependency version to 4.0.0
Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from rustc
Update cargo-xwin to 0.13.5
Update trycmd to 0.14.10
Add link to bindings guide in new and init commands
Update schannel to remove outdated windows-sys 0.36 dependency
Respect rustflags settings in cargo configuration file
Bump MSRV to 1.63.0
Run cargo deny check for Windows and macOS
Add Cargo compile targets configuration for filtering multiple bin targets
Use module name specified by [package.metadata.maturin]
Update minijinja to 0.29.0
Use the extension_name in develop builds
Upgrade pyo3 to 0.18.0
Update minijinja to 0.30.0
Completing type hints for python files
Update wasmtime dependency version to 5.0.0
Dockerfile: Install openssh-client to be able to fetch git dependencies
Fix clippy warnings on Rust 1.67.0
CI: Try using sccache to replace rust-cache
Better error message when normalize path failed
Add a user-friendly panic hook
readme: provide needed pauses
Don't package dev-only path dependencies in sdist
Use Rust beta channel to test Cargo sparse index protocol
Keep dev-dependencies in sdist when there are no path dependencies
Update toml_edit to 0.19 and switch back to toml for parsing
Bump ignore from 0.4.19 to 0.4.20
Bump cargo_metadata from 0.15.2 to 0.15.3
Bump docker/build-push-action from 3 to 4
Bump sigstore/gh-action-sigstore-python from 0.2.0 to 1.1.0
Bump mymindstorm/setup-emsdk from 11 to 12
Bump psf/black from 22.12.0 to 23.1.0
Update cargo-options to 0.6.0
Update zip to 0.6.4
Deprecate --universal2 in favor of universal2-apple-darwin target
Check path-like interpreter arguments when cross compiling
Add generate-ci subcommand to generate CI configuration
Fix new cargo deny errors
Fix link to ballista
Add bin bindings support to generate-ci command
Raise an error when Cargo.toml contains removed python package metadata
Replace CI.yml template with generate-ci
Update cargo-zigbuild to 0.16.0
Detect .venv in current or parent folder in maturin develop
Use extension_name instead of module_name for CFFI extensions in develop mode
Update thread_local to 1.1.7 and minijina to 0.30.3
Enable extension-module feature in pyproject.toml in project templates
Add support for uniffi 0.23
Release v1.0.0-beta.1
Add support for Emscripten in generate-ci command
Add a maturin version comment to generated CI configuration
Feature-gate command line completions
Add support for linking with pyo3 in abi3 debug mode on Windows
Add support for custom TLS certificate authority bundle
Use default ext_suffix for Emscripten target if not provided in PYO3_CONFIG_FILE
Upgrade keyring to 2.0.0
chore: Update some dependencies
Record generate-ci command arguments in generate configuration
Update cargo-zigbuild to 0.16.1
Use keyutils instead of secret-service for accessing Linux keyring
Update cargo-zigbuild to 0.16.2
Fix installation message for uniffi-bindgen
Build maturin with native-tls support on aarch64 Windows
refactor: use stderr for human readable output
Add sdist support to generate-ci
Update wasmtime dependency version to 6.0.0
Bump sigstore/gh-action-sigstore-python from 1.1.0 to 1.2.1
Bump goblin from 0.6.0 to 0.6.1
Fine-grained GitHub Actions permission in generate-ci
Update crossbeam-*
Update msi to 0.5.1
use the official sccache-action repo
Switch back to stable toolchain in tests
Update cargo-zigbuild to 0.16.3
Fix module name when it's specified in package.metadata.maturin.name
Only check for minus in extension name
Bump MSRV to 1.64.0
Update cargo-zigbuild to 0.16.4
Bump openssl from 0.10.45 to 0.10.48
Move maturin metadata from Cargo.toml to pyproject.toml
Use sparse crates.io protocol on Cirrus CI
Add wildcards support to publish/upload commands on Windows
Add support for target specific build configuration
Update wasmtime dependency version to 7.0.0
Update pyproject-toml to 0.4.0
Fix typo in project_layout.md docs
Update cargo-zigbuild to 0.16.5
Update pyodide to 0.23.0
Bump sigstore/gh-action-sigstore-python from 1.2.1 to 1.2.3
Bump mozilla-actions/sccache-action from 0.0.1 to 0.0.3
docs: do not tell users to put classifiers in Cargo.toml
Bump psf/black from 23.1.0 to 23.3.0
Use pep440_rs and pep508_rs
Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for Python 3.11
chore: cargo update
Fix FreeBSD CI
Update cargo-zigbuild to 0.16.7
Fix module_writers::write_python_part include target check
Rewrite platform specific dependencies in Cargo.toml
Fix two sdist issues
Document binary and library in a single package by entrypoint workaround
Add trusted publisher support
Bump target-lexicon to 0.12.7
Bump peter-evans/create-pull-request from 4 to 5
Update pyproject-toml to 0.6.0
Fix maturin failing to handle empty sysroot
Introduce git source distribution generator
Enabled color output for error message
Always set PYO3_PYTHON if interpreter is runnable regardless of abi3
   2023-04-07 06:28:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maturin: updated to 0.14.17

0.14.17 - 2023-04-06

Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for Python 3.11

0.14.16 - 2023-03-26

Deprecate package.metadata.maturin.name in favor of tool.maturin.module-name in \ 
pyproject.toml
   2023-03-09 09:09:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maturin: updated to 0.14.15

0.14.15
* Add sdist and sccache support to `generate-ci` command
   2023-03-03 09:57:14 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-maturin: use correct versioned command

Next | Query returned 22 messages, browsing 11 to 20 | Previous