Commits


Release 0.22.1


Build wheels for pull requests (#1291)


Ship rust files. Fixes #1287 (#1290)


Build wheels for pull requests


Ship rust files. Fixes #1287


Handle alternate case for worktreeconfig setting (#1286) `extensions.worktreeconfig` was checked in a way that was not case-insensitive, but git config settings should be case insensitive. This behavior led to problems since the documentation describes the setting as `worktreeConfig` and GitHub Actions started setting the option with this casing. Fixes https://github.com/jelmer/dulwich/issues/1285


ruff docstring formatting


Merge pull request #1284 from jelmer/pypi-deploys Fix pypi deployments


Handle alternate case for worktreeconfig setting `extensions.worktreeconfig` was checked in a way that was not case-insensitive, but git config settings should be case insensitive. This behavior led to problems since the documentation describes the setting as `worktreeConfig` and GitHub Actions started setting the option with this casing. Fixes https://github.com/jelmer/dulwich/issues/1285


Merge pull request #1283 from jelmer/start-0.22.1 Start on 0.22.1


Fix pypi deployments


Start on 0.22.1


Release 0.22.0


Merge pull request #1282 from jelmer/install-tests-package Fix installation of tests package


Merge pull request #1281 from jelmer/cargo-versions Set correct version for rust modules


Fix installation of tests package We still need this for the utils module


Set correct version for rust modules


Merge pull request #1280 from jelmer/dependabot/cargo/pyo3-0.21.2 Bump pyo3 from 0.21.1 to 0.21.2


Bump pyo3 from 0.21.1 to 0.21.2 Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>


Merge pull request #1278 from jelmer/no-docs Stop installing docs/ as part of package code


Merge branch 'master' into no-docs


Merge pull request #1277 from jelmer/move-tests Move tests to root. Fixes #1024


Stop installing docs/ as part of package code Fixes #1248


Re-add dulwich.tests.utils and dulwich.tests.test_object_store for use with e.g. breezy


Merge pull request #1275 from jelmer/cibuildwheel cibuildwheel: define options in pyproject.toml