-
-
Notifications
You must be signed in to change notification settings - Fork 384
Comparing changes
Open a pull request
base repository: PyO3/maturin
base: v0.15.1
head repository: PyO3/maturin
compare: v0.15.2
- 20 commits
- 21 files changed
- 2 contributors
Commits on May 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f8cf7d - Browse repository at this point
Copy the full SHA 4f8cf7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f731a3a - Browse repository at this point
Copy the full SHA f731a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba12bd - Browse repository at this point
Copy the full SHA bba12bdView commit details -
Merge pull request #1600 from messense/unittest-find-interpreter
Add a unit test for `PythonInterpreter::find_by_target`
Configuration menu - View commit details
-
Copy full SHA for 7421443 - Browse repository at this point
Copy the full SHA 7421443View commit details -
Merge pull request #1596 from messense/merge-group
Try GitHub Actions merge queue
Configuration menu - View commit details
-
Copy full SHA for d1a1bd9 - Browse repository at this point
Copy the full SHA d1a1bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 439789f - Browse repository at this point
Copy the full SHA 439789fView commit details -
Merge pull request #1601 from messense/skip-git-sdist-tests
Skip git sdist generator tests when executing from a non-git checkout
Configuration menu - View commit details
-
Copy full SHA for d05c223 - Browse repository at this point
Copy the full SHA d05c223View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc487ef - Browse repository at this point
Copy the full SHA fc487efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ecbb6 - Browse repository at this point
Copy the full SHA 10ecbb6View commit details
Commits on May 10, 2023
-
Merge pull request #1603 from messense/trusted-publisher
Publish maturin itself using trusted publisher
Configuration menu - View commit details
-
Copy full SHA for fd92f71 - Browse repository at this point
Copy the full SHA fd92f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for e378ddd - Browse repository at this point
Copy the full SHA e378dddView commit details
Commits on May 12, 2023
-
When determining the python module name, use pyproject.toml `project.…
…name` over Cargo.toml `package.name`. I propose to change the precedence for determining the module name to consider before pyproject.toml `project.name` over Cargo.toml `package.name`. This came up in ruff (astral-sh/ruff#4397, astral-sh/ruff#4399), where the crate name is `ruff_cli` and the project name is `ruff`. I'm not sure if there are any cases a user would like the crate name over the package name.
Configuration menu - View commit details
-
Copy full SHA for 02f5764 - Browse repository at this point
Copy the full SHA 02f5764View commit details
Commits on May 13, 2023
-
Merge pull request #1608 from PyO3/use_project_name_for_module_name
When determining the python module name, use pyproject.toml `project.name` over Cargo.toml `package.name`.
Configuration menu - View commit details
-
Copy full SHA for 243b8ec - Browse repository at this point
Copy the full SHA 243b8ecView commit details -
Warn on missing python-source contents
Warns when the user explicitly set `python-source` but that folder doesn't contain a python module. This came up in ruff (astral-sh/ruff#4397, astral-sh/ruff#4399), where the crate name is `ruff_cli` and i didn't realize this takes precedence as module name over the package name. The extra boolean isn't pretty but i wanted to avoid refactoring the entire method just for that.
Configuration menu - View commit details
-
Copy full SHA for 2e9b861 - Browse repository at this point
Copy the full SHA 2e9b861View commit details
Commits on May 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df606c7 - Browse repository at this point
Copy the full SHA df606c7View commit details -
Merge pull request #1607 from PyO3/warn_on_missing_python_source
Warn on missing python-source contents
Configuration menu - View commit details
-
Copy full SHA for 9fbf8fa - Browse repository at this point
Copy the full SHA 9fbf8faView commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d2d805 - Browse repository at this point
Copy the full SHA 8d2d805View commit details -
Merge pull request #1610 from messense/actually-rm-unused-dev-depende…
…ncies Fix rewriting `dev-dependencies` in sdist
Configuration menu - View commit details
-
Copy full SHA for ec2cd5d - Browse repository at this point
Copy the full SHA ec2cd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f085d1 - Browse repository at this point
Copy the full SHA 6f085d1View commit details -
Merge pull request #1611 from messense/release-0.15.2
Release v0.15.2
Configuration menu - View commit details
-
Copy full SHA for 3920405 - Browse repository at this point
Copy the full SHA 3920405View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.1...v0.15.2