Changelog for
python39-gitdb-4.0.11-1.4.i586.rpm :
* Mon Nov 27 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 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Tue Dec 06 2022 Yogalakshmi Arunachalam - Update to v4.0.10:
* improvements to the way external packages are imported.
* Tue Oct 26 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 2021 Dirk Müller - update to 4.0.7:
* 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
* Tue Jun 02 2020 Dirk Mueller - update to 4.0.5:
* Support for PyOxidizer
* Mon Mar 30 2020 Tomáš Chvátal - Provide and obsolete deprecated gitdb2 module
* Mon Mar 30 2020 Tomáš Chvátal - No need to version the setuptools dependency
* Mon Mar 16 2020 Dirk Mueller - update to 4.0.2:
* Updated to release as Pure Python Wheel rather than Universal Wheel (#62)
* Switched back to the gitdb package name on PyPI and fixed the gitdb2 mirror package (#59)
* Switched back to require smmap package and fixed version requirement to >= 3.0.1, < 4 (#59)
* Updated smmap submodule
* Changed force_bytes to use UTF-8 encoding by default (#49)
* Removed Python 2 compatibility shims (#56)