Path to this page:
./
devel/py-gitdb,
Git Object Database
Branch: CURRENT,
Version: 4.0.11,
Package name: py311-gitdb-4.0.11,
Maintainer: kamel.derouicheGitDB allows you to access bare git repositories for reading and
writing. It aims at allowing full access to loose objects as well
as packs with performance and scalability in mind. It operates
exclusively on streams, allowing to handle large objects with a
small memory footprint.
Master sites:
Filesize: 385.224 KB
Version history: (Expand)
- (2023-10-29) Updated to version: py311-gitdb-4.0.11
- (2022-11-25) Updated to version: py310-gitdb-4.0.10
- (2022-01-05) Updated to version: py39-gitdb-4.0.9nb1
- (2021-10-25) Updated to version: py39-gitdb-4.0.9
- (2021-10-07) Updated to version: py39-gitdb-4.0.7
- (2021-04-02) Updated to version: py38-gitdb-4.0.7
CVS history: (Expand)
2023-10-29 18:14:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitdb: updated to 4.0.11
4.0.11
Use ZLIB_RUNTIME_VERSION if available
Add support for Python 3.12 and drop EOL 3.7
Enable Dependabot version updates for Actions
Test installing project on CI
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
|
2022-11-25 11:50:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitdb: updated to 4.0.10
4.0.10
Unknown changes
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-25 14:04:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitdb: updated to 4.0.9
4.0.8
drop support for python 3.4 and 3.5 due to EOL
Updated upper bound for smmap requirement in setup.py
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-04-02 10:44:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitdb: updated to 4.0.7
4.0.7
Updated upper bound for smmap requirement in setup.py
4.0.6
Bumped upper bound for smmap requirement
|
2021-03-22 12:03:27 by Mark Davies | Files touched by this commit (1) |
Log message:
py-gitdb: allow use of py-smmap>=4
|