Commit Briefs

b66c25ee33 Jelmer Vernooij

Release 0.20.46. (tags/dulwich-0.20.46)




27b0ee5a92 Jelmer Vernooij

Update NEWS.


3d4322c06f GitHub

Merge pull request #1031 from jelmer/rsync-apply-instead-of

Apply insteadOf to rsync-style location strings as well


e3a58bcee7 GitHub

Merge pull request #1030 from jelmer/connection-reset-error

Explicitly handle ConnectionResetError


9cf53c8da7 Jelmer Vernooij

Apply insteadOf to rsync-style location strings as well

Previously, these were just applied to plain URLs. Fixes python-poetry/poetry#6329


0877eb1147 Jelmer Vernooij

Handle ConnectionResetError explicitly.


6b1189b300 GitHub

Merge pull request #1029 from jelmer/drop-certifi

Drop use of certifi to find ca certificate path


0f684cebb1 Jelmer Vernooij

Drop use of certifi to find ca certificate path.

This seems to be having adverse affects where we specify an incorrect path in some cases. Fixes #1025 Increment minimum urllib3 to >= 1.25 just to be sure; not strictly necessary - we're already trying to be explicit about whether we want verification. This was originally introduced in 48e2ef8c2f2c65a33ad3276458791c19ef208c1a, but urllib3 now verifies certificates by default. See also https://urllib3.readthedocs.io/en/latest/user-guide.html#certificate-verification thanks to David Hotham for help with the archeology on this one :)


f0daf70250 GitHub

Implement timezone offset detection (#1026)


f8437ed212 GitHub

Merge pull request #1028 from jelmer/require-setuptools

Drop distutils-only support, require setuptools


9b710bf275 Jelmer Vernooij

Drop support for running without setuptools.


155d507dbc GitHub

Merge pull request #1027 from jelmer/clone-load-config

Ensure the configuration is loaded in dulwich.porcelain.clone


a74cb6b9cb Jelmer Vernooij

Load configuration in dulwich.porcelain.clone.


c5b61f2afa GitHub

Merge pull request #1022 from bparzella/master

Add 32 bit architecture wheels for windows


b1fcc24148 Jelmer Vernooij

Add 32 bit architecture for windows


6b5f614d10 GitHub

Merge pull request #1021 from jelmer/shutil-rmtree-gpgagent

Ignore errors when deleting GNUGPG home directory


c90903bc38 Jelmer Vernooij

Add comment about ignoring errors from shutil.rmtree.


4c5ec309ca GitHub

Merge pull request #1020 from jelmer/config-closing-bracket

Cope with closing bracket within quotes


d8a882709f Jelmer Vernooij

Ignore errors when deleting GNUGPG home directory.

Sometimes these fail because of race conditions with gnupg agent socket files. Fixes #1000 Thanks to Matěj Cepl for the patch.


81c327cae9 Jelmer Vernooij

Cope with closing bracket within quotes. Fixes #1014


a99f7ffc57 GitHub

Merge pull request #1018 from kianmeng/fix-typos

Fix typos


c50a72c1e0 Jelmer Vernooij

Fix typos

Found via `codespell -L te,ue,nd,feld,fpr,fo,claus,bu`


4ab8972b5a GitHub

Merge pull request #1017 from TuringTux/patch-1

Document authentication with porcelain.clone