Commits


Release 0.20.41.


Update NEWS.


Merge pull request #971 from efiop/wheels gha: don't forget to upload wheels


gha: don't forget to upload wheels Unfortunately wheel publishing got broken in https://github.com/jelmer/dulwich/commit/978cd0115bf16eaeca510e55028d12fc5d9344ba


Start on 0.20.41


Release 0.20.40.


Update NEWS.


Install python.


Release 0.20.39.


Install urllib3.


Merge pull request #969 from dtrifiro/fix-ci gha: don't forget to install twine


gha: don't forget to install twine


Start on 0.20.39


Release 0.20.38.


Revert removal of caching full HTTP response. See #966 for details.


Update NEWS.


Merge pull request #965 from dtrifiro/fix/windows-file-urls client: add support for file:// urls on windows


client: add support for file:// urls on windows


Refactor paramiko tests.


Drop python2ish ShaFile.__cmp__.


Merge pull request #961 from mgorny/paramiko-skip Skip paramiko tests if paramiko is not installed


Merge pull request #962 from mgorny/gentoo-paramiko-server Explicitly reenable paramiko server on Gentoo for tests


Skip paramiko tests if paramiko is not installed Skip paramiko tests if it is not installed. This is based on the skipping code found in dulwich/contrib/test_swift.py.


Merge pull request #964 from dtrifiro/status-untracked-no porcelain: rename walk_untracked kwarg to untracked_file


Explicitly reenable paramiko server on Gentoo for tests Gentoo patches out server support from paramiko for security reasons. Since dulwich uses it only for testing, use the knob to explicitly reenable it.