From 1d9ce7a85586458fa5ccab6c3d8ea31d6e720b82b8c567e9b57b46dd4c6fe40c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 19:00:48 +0000 Subject: [PATCH] - update to 4.0.11: * Use ZLIB_RUNTIME_VERSION if available * Add support for Python 3.12 and drop EOL 3.7 * Fix mkdir race condition in LooseObjectDB.store * Don't cancel other jobs from the 3.12 job failing * Use actions/checkout feature to fetch all commits * Revert "Drop support for EOL Python 3.7" * Fix top-of-file license URLs here in gitdb too * No longer treat 3.12 as experimental on CI * Add __all__ to exc for linting * Have Dependabot update smmap submodule dependency * Bump gitdb/ext/smmap from `334ef84` to `f1ace75` - Update to v4.0.10: * Allow smmap 5 * Update smmap upper bound in setup.py - converted to singlespec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gitdb?expand=0&rev=18 --- gitdb-4.0.10.tar.gz | 3 --- gitdb-4.0.11.tar.gz | 3 +++ python-gitdb.changes | 24 ++++++++++++++++++++---- python-gitdb.spec | 4 +--- 4 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 gitdb-4.0.10.tar.gz create mode 100644 gitdb-4.0.11.tar.gz diff --git a/gitdb-4.0.10.tar.gz b/gitdb-4.0.10.tar.gz deleted file mode 100644 index 4cf46d0..0000000 --- a/gitdb-4.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a -size 394284 diff --git a/gitdb-4.0.11.tar.gz b/gitdb-4.0.11.tar.gz new file mode 100644 index 0000000..64f5fb1 --- /dev/null +++ b/gitdb-4.0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b +size 394469 diff --git a/python-gitdb.changes b/python-gitdb.changes index 6502b15..5345763 100644 --- a/python-gitdb.changes +++ b/python-gitdb.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 27 19:00:20 UTC 2023 - Dirk Müller + +- update to 4.0.11: + * Use ZLIB_RUNTIME_VERSION if available + * Add support for Python 3.12 and drop EOL 3.7 + * Fix mkdir race condition in LooseObjectDB.store + * Don't cancel other jobs from the 3.12 job failing + * Use actions/checkout feature to fetch all commits + * Revert "Drop support for EOL Python 3.7" + * Fix top-of-file license URLs here in gitdb too + * No longer treat 3.12 as experimental on CI + * Add __all__ to exc for linting + * Have Dependabot update smmap submodule dependency + * Bump gitdb/ext/smmap from `334ef84` to `f1ace75` + ------------------------------------------------------------------- Fri Apr 21 12:25:45 UTC 2023 - Dirk Müller @@ -11,7 +27,7 @@ Thu Apr 13 22:41:36 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Tue Dec 6 03:33:13 UTC 2022 - Yogalakshmi Arunachalam -- Update to v4.0.10: +- Update to v4.0.10: * improvements to the way external packages are imported. ------------------------------------------------------------------- @@ -21,7 +37,7 @@ Tue Oct 26 20:29:53 UTC 2021 - Dirk Müller * update signing key * fix Sphinx warnings * Support Python 3.7+ - * Allow smmap 5 + * Allow smmap 5 ------------------------------------------------------------------- Tue May 18 22:00:41 UTC 2021 - Dirk Müller @@ -30,7 +46,7 @@ Tue May 18 22:00:41 UTC 2021 - Dirk Müller * Fix exception causes in loose.py * Fix exception causes all over the codebase * Add Ram Rachum to AUTHORS - * Update smmap upper bound in setup.py + * Update smmap upper bound in setup.py ------------------------------------------------------------------- Tue Jun 2 15:21:00 UTC 2020 - Dirk Mueller @@ -89,7 +105,7 @@ Wed Jan 17 15:27:51 UTC 2018 - toddrme2178@gmail.com Tue Aug 15 18:08:46 UTC 2017 - daniel.molkentin@suse.com - update to version 2.0.2 -- converted to singlespec +- converted to singlespec - moved to separate package due to source package rename ------------------------------------------------------------------- diff --git a/python-gitdb.spec b/python-gitdb.spec index 9891450..3b558df 100644 --- a/python-gitdb.spec +++ b/python-gitdb.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global skip_python2 1 %{?sle15_python_module_pythons} Name: python-gitdb -Version: 4.0.10 +Version: 4.0.11 Release: 0 Summary: Git Object Database License: BSD-3-Clause