non port: devel/py-gitdb/distinfo |
Number of commits found: 11 |
Tuesday, 28 Jan 2025
|
17:04 Po-Chuan Hsieh (sunpoet)
devel/py-gitdb: Update to 4.0.12
Changes: https://github.com/gitpython-developers/gitdb/releases
4099361 |
Wednesday, 1 Nov 2023
|
01:57 Po-Chuan Hsieh (sunpoet)
devel/py-gitdb: Update to 4.0.11
- Update WWW
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst
https://gitdb.readthedocs.io/en/latest/changes.html
0760063 |
Monday, 30 Jan 2023
|
12:59 Po-Chuan Hsieh (sunpoet)
devel/py-gitdb: Update to 4.0.10
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst
e32a707 |
Monday, 1 Nov 2021
|
13:41 Po-Chuan Hsieh (sunpoet)
devel/py-gitdb: Update to 4.0.9
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst
c852643 |
Sunday, 25 Apr 2021
|
20:35 Po-Chuan Hsieh (sunpoet)
devel/py-gitdb: Update to 4.0.7
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst
fa1c387 |
Sunday, 18 Apr 2021
|
05:43 Po-Chuan Hsieh (sunpoet)
devel/py-gitdb: Update to 4.0.6
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst
4c530b1 |
Sunday, 17 May 2020
|
18:26 sunpoet
Update to 4.0.5
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst
 |
Saturday, 16 May 2020
|
10:49 sunpoet
Add py-gitdb 4.0.4 (copied from py-gitdb2)
 |
Saturday, 11 Apr 2015
|
01:14 wen
- Update to 0.6.4 [1]
- Reset maintainer to ports@
PR: 199334 [1]
Submitted by: che@bein.link [1]
 |
Thursday, 11 Aug 2011
|
01:32 wen
- Update to 0.5.4
- Add license
- Depend on devel/py-async and devel/py-smmap
PR: ports/158919
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
 |
Wednesday, 16 Mar 2011
|
00:20 wen
The GitDB project implements interfaces to allow read and write access to
git repositories. In its core lies the db package, which contains
all database types necessary to read a complete git repository. These are
the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
into the GitDB to combine every aspect of the git database.
For this to work, GitDB implements pack reading, as well as loose object
reading and writing. Data is always encapsulated in streams, which allows
huge files to be handled as well as small ones, usually only chunks of
the stream are kept in memory for processing, never the whole stream at
once.
WWW: http://packages.python.org/gitdb/
 |
Number of commits found: 11 |