Commit Briefs

0fa636dc03 Jelmer Vernooij

Release 0.22.1 (tags/dulwich-0.22.1)


787fab5d87 GitHub

Build wheels for pull requests (#1291)


09a534d34b GitHub

Ship rust files. Fixes #1287 (#1290)


395b160b3c Jelmer Vernooij

Build wheels for pull requests


7a3ecf6188 Jelmer Vernooij

Ship rust files. Fixes #1287


53d3dfeb85 GitHub

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


4ce425c9c4 GitHub

ruff docstring formatting


3556e52bb6 GitHub

Merge pull request #1284 from jelmer/pypi-deploys

Fix pypi deployments


ca2e25ad39 Will Shanks

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


1fa6259ebf GitHub

Merge pull request #1283 from jelmer/start-0.22.1

Start on 0.22.1


281c15a4f4 Jelmer Vernooij

Fix pypi deployments


9d70aba954 Jelmer Vernooij

Start on 0.22.1


4f17468f29 Jelmer Vernooij

Release 0.22.0 (tags/dulwich-0.22.0)


04b77fa503 GitHub

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

Fix installation of tests package


26d2326cfc GitHub

Merge pull request #1281 from jelmer/cargo-versions

Set correct version for rust modules


151203b51e Jelmer Vernooij

Fix installation of tests package

We still need this for the utils module


fe7d652102 Jelmer Vernooij

Set correct version for rust modules


01f322d291 GitHub

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

Bump pyo3 from 0.21.1 to 0.21.2


15ac6efb88 GitHub

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>


7e7cf8a2c9 GitHub

Merge pull request #1278 from jelmer/no-docs

Stop installing docs/ as part of package code


8f62b59e91 GitHub

Merge branch 'master' into no-docs


28f6ff4ac4 GitHub

Merge pull request #1277 from jelmer/move-tests

Move tests to root. Fixes #1024


95b7daddb9 Jelmer Vernooij

Stop installing docs/ as part of package code

Fixes #1248



ee0223452d GitHub

Merge pull request #1275 from jelmer/cibuildwheel

cibuildwheel: define options in pyproject.toml