python-gitdb 4.0.5-1 source package in Ubuntu

Changelog

python-gitdb (4.0.5-1) unstable; urgency=medium

  * New upstream version 4.0.5

 -- TANIGUCHI Takaki <email address hidden>  Sat, 30 May 2020 13:20:34 +0900

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gitdb_4.0.5-1.dsc 2.1 KiB 0c99884a220565ffc6eed1786d951f8cebad97c2765f189b269e25dafa342790
python-gitdb_4.0.5.orig.tar.gz 383.6 KiB c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9
python-gitdb_4.0.5-1.debian.tar.xz 3.7 KiB b9b9d9813ad6d0ecf22bff2d1fadc0e127a27b0309dbb0e87faf032aefaeb603

Available diffs

No changes file available.

Binary packages built by this source

python3-gitdb: pure-Python git object database (Python 3)

 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.
 .
 This package contains the Python 3.x module.