python-git 3.0.4-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.0.4

 -- TANIGUCHI Takaki <email address hidden>  Wed, 23 Oct 2019 18:57:23 +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.4-1.dsc 2.3 KiB 0ccd29cfdd653c9a1ef7ea4091e54c8e5ef434cc22ee22fea95dd8cfbda39ded
python-git_3.0.4.orig.tar.gz 422.6 KiB 3237caca1139d0a7aa072f6735f5fd2520de52195e0fa1d8b83a9b212a2498b2
python-git_3.0.4-1.debian.tar.xz 6.2 KiB a29b7fe319bf45a7dddbc5c99bb805fee17ecec9afa196e5aac4cd63f079c738

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.