From 950338bfc74a017bb80f9afc6d63fa86e06f3c9da4131a5e7b6d00f73e917a8e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Jul 2022 20:59:30 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.20.45:=20=20*=20Add=20basic?= =?UTF-8?q?=20``dulwich.porcelain.submodule=5Flist``=20and=20``dulwich.por?= =?UTF-8?q?celain.submodule=5Fadd``=20=20*=20Fix=20reading=20of=20chunks?= =?UTF-8?q?=20in=20server.=20(Jelmer=20Vernoo=C4=B3,=20#977)=20=20*=20Supp?= =?UTF-8?q?ort=20applying=20of=20URL=20rewriting=20using=20``insteadOf``?= =?UTF-8?q?=20/=20``pushInsteadOf``.?= 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=8 --- dulwich-0.20.43.tar.gz | 3 --- dulwich-0.20.45.tar.gz | 3 +++ python-dulwich.changes | 8 ++++++++ python-dulwich.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.20.43.tar.gz create mode 100644 dulwich-0.20.45.tar.gz diff --git a/dulwich-0.20.43.tar.gz b/dulwich-0.20.43.tar.gz deleted file mode 100644 index 72fc4b9..0000000 --- a/dulwich-0.20.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcc2164e013b390a9ee3a109d7ef7b95d8de283b2e789bb07e94aa3115e329ea -size 423604 diff --git a/dulwich-0.20.45.tar.gz b/dulwich-0.20.45.tar.gz new file mode 100644 index 0000000..fffa171 --- /dev/null +++ b/dulwich-0.20.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70710dd9ca2a442190c7e506892db074c318ac762e221f7529b8ce34802041b7 +size 424373 diff --git a/python-dulwich.changes b/python-dulwich.changes index 442a331..5dbe590 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 25 20:57:16 UTC 2022 - Dirk Müller + +- update to 0.20.45: + * Add basic ``dulwich.porcelain.submodule_list`` and ``dulwich.porcelain.submodule_add`` + * Fix reading of chunks in server. (Jelmer Vernooij, #977) + * Support applying of URL rewriting using ``insteadOf`` / ``pushInsteadOf``. + ------------------------------------------------------------------- Sun Jun 19 18:33:08 UTC 2022 - Dirk Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index 13e7cd4..e4c798b 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dulwich -Version: 0.20.43 +Version: 0.20.45 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later