GitHub / gitpython-developers / gitdb
IO of git-style object databases
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpython-developers%2Fgitdb
PURL: pkg:github/gitpython-developers/gitdb
Stars: 226
Forks: 68
Open issues: 8
License: other
Language: Python
Size: 1.6 MB
Dependencies parsed at: Pending
Created at: about 15 years ago
Updated at: 3 months ago
Pushed at: 3 months ago
Last synced at: about 1 month ago
Commit Stats
Commits: 351
Authors: 36
Mean commits per author: 9.75
Development Distribution Score: 0.35
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/gitpython-developers/gitdb
4.0.12
4.0.12
What’s Changed
- Never add a vendored smmap directory to sys.path by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/102
- Revise and update the readme by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/103
- Set Dependabot submodule update cadence to weekly by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/104
- Add missing asserts in test_base.py by @Clavss in https://github.com/gitpython-developers/gitdb/pull/109
- Use contextlib.suppress instead of except: pass by @blablatdinov in https://github.com/gitpython-developers/gitdb/pull/113
- Add support for Python 3.13 by @edgarrmondragon in https://github.com/gitpython-developers/gitdb/pull/114
- Potential Race Condition Fix - OS Rename & Chmod - PermissionError by @DEKHTIARJonathan in https://github.com/gitpython-developers/gitdb/pull/115
- Bump gitdb/ext/smmap from
256c5a2to04dd210by @dependabot in https://github.com/gitpython-developers/gitdb/pull/112 - Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/gitpython-developers/gitdb/pull/111
New Contributors
- @Clavss made their first contribution in https://github.com/gitpython-developers/gitdb/pull/109
- @blablatdinov made their first contribution in https://github.com/gitpython-developers/gitdb/pull/113
- @edgarrmondragon made their first contribution in https://github.com/gitpython-developers/gitdb/pull/114
- @DEKHTIARJonathan made their first contribution in https://github.com/gitpython-developers/gitdb/pull/115
Full Changelog: https://github.com/gitpython-developers/gitdb/compare/4.0.11...4.0.12
Download
4.0.11
4.0.11
What’s Changed
- Use ZLIB_RUNTIME_VERSION if available by @otethal in https://github.com/gitpython-developers/gitdb/pull/84
- Add support for Python 3.12 and drop EOL 3.7 by @hugovk in https://github.com/gitpython-developers/gitdb/pull/88
- Enable Dependabot version updates for Actions by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/89
- Test installing project on CI by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/90
- Fix mkdir race condition in LooseObjectDB.store by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/91
- Don’t cancel other jobs from the 3.12 job failing by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/93
- Use actions/checkout feature to fetch all commits by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/92
- Revert “Drop support for EOL Python 3.7” by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/94
- Fix top-of-file license URLs here in gitdb too by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/96
- No longer treat 3.12 as experimental on CI by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/97
- Add all to exc for linting by @DeflateAwning in https://github.com/gitpython-developers/gitdb/pull/98
- Have Dependabot update smmap submodule dependency by @EliahKagan in https://github.com/gitpython-developers/gitdb/pull/99
- Bump gitdb/ext/smmap from
334ef84tof1ace75by @dependabot in https://github.com/gitpython-developers/gitdb/pull/100
New Contributors
- @otethal made their first contribution in https://github.com/gitpython-developers/gitdb/pull/84
- @EliahKagan made their first contribution in https://github.com/gitpython-developers/gitdb/pull/89
- @DeflateAwning made their first contribution in https://github.com/gitpython-developers/gitdb/pull/98
- @dependabot made their first contribution in https://github.com/gitpython-developers/gitdb/pull/100
Full Changelog: https://github.com/gitpython-developers/gitdb/compare/4.0.10...4.0.11
Download
4.0.10
4.0.10
What’s Changed
- .gitmodules: update smmap url by @RandyMcMillan in https://github.com/gitpython-developers/gitdb/pull/80
- Add support for Python 3.10 and 3.11 by @hugovk in https://github.com/gitpython-developers/gitdb/pull/81
- Prefer
importto__import__by @zwimer in https://github.com/gitpython-developers/gitdb/pull/82
New Contributors
- @RandyMcMillan made their first contribution in https://github.com/gitpython-developers/gitdb/pull/80
- @zwimer made their first contribution in https://github.com/gitpython-developers/gitdb/pull/82
Full Changelog: https://github.com/gitpython-developers/gitdb/compare/4.0.9...4.0.10
Download