From 62be40230428d4b3320acd3bacf79f1d913752e88174032e5ed2861603ada1f0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Dec 2022 16:03:12 +0000 Subject: [PATCH] Accepting request 1040479 from home:yarunachalam:branches:devel:languages:python - Update to v4.0.10: * improvements to the way external packages are imported. OBS-URL: https://build.opensuse.org/request/show/1040479 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gitdb?expand=0&rev=14 --- gitdb-4.0.10.tar.gz | 3 +++ gitdb-4.0.9.tar.gz | 3 --- python-gitdb.changes | 6 ++++++ python-gitdb.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 gitdb-4.0.10.tar.gz delete mode 100644 gitdb-4.0.9.tar.gz diff --git a/gitdb-4.0.10.tar.gz b/gitdb-4.0.10.tar.gz new file mode 100644 index 0000000..4cf46d0 --- /dev/null +++ b/gitdb-4.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a +size 394284 diff --git a/gitdb-4.0.9.tar.gz b/gitdb-4.0.9.tar.gz deleted file mode 100644 index 3bc1ffe..0000000 --- a/gitdb-4.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa -size 394670 diff --git a/python-gitdb.changes b/python-gitdb.changes index a9f8723..85ae960 100644 --- a/python-gitdb.changes +++ b/python-gitdb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 6 03:33:13 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v4.0.10: + * improvements to the way external packages are imported. + ------------------------------------------------------------------- Tue Oct 26 20:29:53 UTC 2021 - Dirk Müller diff --git a/python-gitdb.spec b/python-gitdb.spec index 0304e2c..4a977e5 100644 --- a/python-gitdb.spec +++ b/python-gitdb.spec @@ -1,7 +1,7 @@ # # spec file for package python-gitdb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-gitdb -Version: 4.0.9 +Version: 4.0.10 Release: 0 Summary: Git Object Database License: BSD-3-Clause