From 67c2c47c435dad3a5c59171ba2eec347665d6ece4d2b2a6613c1693d5a3ddfe7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 6 Dec 2023 09:36:20 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.21.7:=20=20=20*=20Fix=20Nam?= =?UTF-8?q?eError=20when=20encountering=20errors=20during=20HTTP=20operati?= =?UTF-8?q?on.=20=20=20*=20Raise=20exception=20when=20default=20identity?= =?UTF-8?q?=20can't=20be=20found.=20=20=20*=20Add=20a=20dedicated=20except?= =?UTF-8?q?ion=20class=20for=20unresolved=20=20=20=20=20deltas.=20=20=20*?= =?UTF-8?q?=20Support=20credentials=20in=20proxy=20URL.=20(Jelmer=20Vernoo?= =?UTF-8?q?=C4=B3,=20#1227)=20=20=20*=20Add=20``dulwich.porcelain.for=5Fea?= =?UTF-8?q?ch=5Fref``.=20(Daniele=20Trifir=C3=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=31 --- dulwich-0.21.6.tar.gz | 3 --- dulwich-0.21.7.tar.gz | 3 +++ python-dulwich.changes | 11 +++++++++++ python-dulwich.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.21.6.tar.gz create mode 100644 dulwich-0.21.7.tar.gz diff --git a/dulwich-0.21.6.tar.gz b/dulwich-0.21.6.tar.gz deleted file mode 100644 index d3266c3..0000000 --- a/dulwich-0.21.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30fbe87e8b51f3813c131e2841c86d007434d160bd16db586b40d47f31dd05b0 -size 445545 diff --git a/dulwich-0.21.7.tar.gz b/dulwich-0.21.7.tar.gz new file mode 100644 index 0000000..ecfb3c8 --- /dev/null +++ b/dulwich-0.21.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e9c66833cea580c3ac12927e4b9711985d76afca98da971405d414de60e968 +size 448028 diff --git a/python-dulwich.changes b/python-dulwich.changes index 2f9ac3b..49a606a 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 6 09:36:03 UTC 2023 - Dirk Müller + +- update to 0.21.7: + * Fix NameError when encountering errors during HTTP operation. + * Raise exception when default identity can't be found. + * Add a dedicated exception class for unresolved + deltas. + * Support credentials in proxy URL. (Jelmer Vernooij, #1227) + * Add ``dulwich.porcelain.for_each_ref``. (Daniele Trifirò) + ------------------------------------------------------------------- Mon Sep 18 20:10:52 UTC 2023 - Dirk Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index a48f106..bef5956 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.6 +Version: 0.21.7 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later