diff --git a/dulwich-0.21.5.tar.gz b/dulwich-0.21.5.tar.gz deleted file mode 100644 index 9f1bf5a..0000000 --- a/dulwich-0.21.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70955e4e249ddda6e34a4636b90f74e931e558f993b17c52570fa6144b993103 -size 441948 diff --git a/dulwich-0.21.6.tar.gz b/dulwich-0.21.6.tar.gz new file mode 100644 index 0000000..d3266c3 --- /dev/null +++ b/dulwich-0.21.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fbe87e8b51f3813c131e2841c86d007434d160bd16db586b40d47f31dd05b0 +size 445545 diff --git a/python-dulwich.changes b/python-dulwich.changes index 7519cbe..2f9ac3b 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 18 20:10:52 UTC 2023 - Dirk Müller + +- update to 0.21.6: + * index: Handle different stages of conflicted paths. + * Improve LCA finding performance. (Kevin Hendricks) + * client: Handle Content-Type with encoding set. + * Only import _hashlib for type checking. + * Update docs regarding building dulwich without c bindings + * objects: Define a stricter return type for _parse_message + * Raise GitProtocolError when encountering HTTP Errors in + * HTTPGitClient. + ------------------------------------------------------------------- Mon May 8 06:49:41 UTC 2023 - Johannes Kastl @@ -80,7 +93,7 @@ Mon Sep 12 20:10:46 UTC 2022 - Dirk Müller * Ensure configuration is loaded when running "dulwich clone". * Build 32 bit wheels for Windows. - * tests: Ignore errors when deleting GNUPG + * tests: Ignore errors when deleting GNUPG home directory. Fixes spurious errors racing gnupg-agent. Thanks, Matěj Cepl. Fixes #1000 * config: Support closing brackets in quotes in section @@ -266,7 +279,7 @@ Tue Dec 29 13:32:51 UTC 2020 - Dirk Müller Sun Dec 20 09:26:43 UTC 2020 - Dirk Müller - update to 0.20.14: - * Fix some stash functions on Python 3. + * Fix some stash functions on Python 3. * Fix handling of relative paths in alternates files on Python 3. * Add py.typed to allow type checking. * Add tests demonstrating a bug in the walker code. @@ -451,10 +464,10 @@ Mon May 1 07:49:02 UTC 2017 - develop7@develop7.info - update to 0.17.2 * BUG FIXES - + Add workaround for - https://bitbucket.org/pypy/pypy/issues/2499/cpyext-pystring_asstring-doesnt-work, + + Add workaround for + https://bitbucket.org/pypy/pypy/issues/2499/cpyext-pystring_asstring-doesnt-work, fixing Dulwich when used with C extensions on pypy < 5.6. (Victor Stinner) - + Properly quote config values with a ‘#’ character in them. + + Properly quote config values with a ‘#’ character in them. (Jelmer Vernooij, #511) - update to 0.17.1 * IMPROVEMENTS @@ -463,20 +476,20 @@ Mon May 1 07:49:02 UTC 2017 - develop7@develop7.info + Cope with existing submodules during pull. (Jelmer Vernooij, #505) - update to 0.17.0 * TEST FIXES - + Skip test that requires sync to synchronize filesystems if os.sync is not + + Skip test that requires sync to synchronize filesystems if os.sync is not available. (Koen Martens) * IMPROVEMENTS + Implement MemoryRepo.{set_description,get_description}. (Jelmer Vernooij) - + Raise exception in Repo.stage() when absolute paths are passed in. Allow + + Raise exception in Repo.stage() when absolute paths are passed in. Allow passing in relative paths to porcelain.add().(Jelmer Vernooij) * BUG FIXES + Handle multi-line quoted values in config files. (Jelmer Vernooij, #495) + Allow porcelain.clone of repository without HEAD. (Jelmer Vernooij, #501) + Support passing tag ids to Walker()’s include argument. (Jelmer Vernooij) + Don’t strip trailing newlines from extra headers. (Nicolas Dandrimont) - + Set bufsize=0 for subprocess interaction with SSH client. Fixes hangs on + + Set bufsize=0 for subprocess interaction with SSH client. Fixes hangs on Python 3. (René Stern, #434) - + Don’t drop first slash for SSH paths, except for those starting with “~”. + + Don’t drop first slash for SSH paths, except for those starting with “~”. (Jelmer Vernooij, René Stern, #463) + Properly log off after retrieving just refs. (Jelmer Vernooij) - source verfication added @@ -811,7 +824,7 @@ Fri Nov 1 11:32:29 UTC 2013 - p.drouand@gmail.com + Enforce determine_wants returning an empty list rather than None. + In the server, support pushes just removing refs. + Support passing a single revision to BaseRepo.get_walker() rather - than a list of revisions. + than a list of revisions. + Add `Repo.get_description` method. + Support thin packs in Pack.iterobjects() and Pack.get_raw(). + Add `MemoryObjectStore.add_pack` and `MemoryObjectStore.add_thin_pack` methods. diff --git a/python-dulwich.spec b/python-dulwich.spec index 30aefca..a48f106 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} %define oldpython python Name: python-dulwich -Version: 0.21.5 +Version: 0.21.6 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later