python-git 3.0.5-1 source package in Ubuntu

Changelog

python-git (3.0.5-1) unstable; urgency=medium

  * New upstream version 3.0.5

 -- TANIGUCHI Takaki <email address hidden>  Mon, 18 Nov 2019 17:44:13 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.0.5-1.dsc 2.3 KiB 3d6647ef93547f1624a9faa03c8c2b81ac9cd4c8fdd782ae61ed5c6de6cacf5b
python-git_3.0.5.orig.tar.gz 423.1 KiB 9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42
python-git_3.0.5-1.debian.tar.xz 6.3 KiB 8e63b3efbcfec3d770e47e81f2248abc06b08935aa92fb53dab75faa63544649

Available diffs

No changes file available.

Binary packages built by this source

python-git-doc: Python library to interact with Git repositories - docs

 python-git provides object model access to a Git repository, so Python can be
 used to manipulate it. Repository objects can be opened or created, which can
 then be traversed to find parent commit(s), trees, blobs, etc.
 .
 This package provides the documentation.

python3-git: Python library to interact with Git repositories - Python 3.x

 python-git provides object model access to a Git repository, so Python can be
 used to manipulate it. Repository objects can be opened or created, which can
 then be traversed to find parent commit(s), trees, blobs, etc.
 .
 This package provides the Python 3.x module.