From 9123e507a266c664cdc5eb10d7c1965d697d6ebe20e16f3d92f3c896c1f6185b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 Oct 2021 20:30:23 +0000 Subject: [PATCH] - update to 4.0.9: * update signing key * fix Sphinx warnings * Support Python 3.7+ * Allow smmap 5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gitdb?expand=0&rev=13 --- gitdb-4.0.7.tar.gz | 3 --- gitdb-4.0.9.tar.gz | 3 +++ python-gitdb.changes | 9 +++++++++ python-gitdb.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 gitdb-4.0.7.tar.gz create mode 100644 gitdb-4.0.9.tar.gz diff --git a/gitdb-4.0.7.tar.gz b/gitdb-4.0.7.tar.gz deleted file mode 100644 index b27c589..0000000 --- a/gitdb-4.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005 -size 394664 diff --git a/gitdb-4.0.9.tar.gz b/gitdb-4.0.9.tar.gz new file mode 100644 index 0000000..3bc1ffe --- /dev/null +++ b/gitdb-4.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa +size 394670 diff --git a/python-gitdb.changes b/python-gitdb.changes index 8d13970..a9f8723 100644 --- a/python-gitdb.changes +++ b/python-gitdb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 26 20:29:53 UTC 2021 - Dirk Müller + +- update to 4.0.9: + * update signing key + * fix Sphinx warnings + * Support Python 3.7+ + * Allow smmap 5 + ------------------------------------------------------------------- Tue May 18 22:00:41 UTC 2021 - Dirk Müller diff --git a/python-gitdb.spec b/python-gitdb.spec index ba82245..0304e2c 100644 --- a/python-gitdb.spec +++ b/python-gitdb.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-gitdb -Version: 4.0.7 +Version: 4.0.9 Release: 0 Summary: Git Object Database License: BSD-3-Clause