From b53e090fcc4bddfffd4857e6f9b2128c428e4d3180c41dfc3ba8e6e7a6ce9426 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 29 May 2022 20:11:38 +0000 Subject: [PATCH] - update to 0.20.42: * Drop ``RefsContainer.watch`` that was always flaky. * Fix wheel uploading, properly. (Ruslan Kuprieiev) OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/python-dulwich?expand=0&rev=3 --- dulwich-0.20.40.tar.gz | 3 --- dulwich-0.20.42.tar.gz | 3 +++ python-dulwich.changes | 7 +++++++ python-dulwich.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 dulwich-0.20.40.tar.gz create mode 100644 dulwich-0.20.42.tar.gz diff --git a/dulwich-0.20.40.tar.gz b/dulwich-0.20.40.tar.gz deleted file mode 100644 index 2c07ce7..0000000 --- a/dulwich-0.20.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bed70efe0b7dd51a47bcea9b984ab06a675d7438b78b32da1cbafcf750fbbad7 -size 423987 diff --git a/dulwich-0.20.42.tar.gz b/dulwich-0.20.42.tar.gz new file mode 100644 index 0000000..205b599 --- /dev/null +++ b/dulwich-0.20.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ba3b60ae6a554d1332b3b40a345febe16ec469cf6014bb443b719902e33ef0 +size 423221 diff --git a/python-dulwich.changes b/python-dulwich.changes index e4e30b1..5b24466 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 29 20:02:11 UTC 2022 - Dirk Müller + +- update to 0.20.42: + * Drop ``RefsContainer.watch`` that was always flaky. + * Fix wheel uploading, properly. (Ruslan Kuprieiev) + ------------------------------------------------------------------- Sun May 22 12:09:13 UTC 2022 - Lukas Müller diff --git a/python-dulwich.spec b/python-dulwich.spec index d5fd77f..6927dab 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.40 +Version: 0.20.42 Release: 0 Summary: Pure-Python Git Library License: Apache-2.0 OR GPL-2.0-or-later