python-git 3.1.37-3 source package in Ubuntu

Changelog

python-git (3.1.37-3) unstable; urgency=medium

  * Team upload.
  * Source-only upload. 

 -- Jérémy Lal <email address hidden>  Fri, 12 Jan 2024 16:11:11 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.1.37-3.dsc 2.7 KiB 9eee3e93bee05f5aa284eaabee6df1e830212514fa31212d4814b3dd25d9322e
python-git_3.1.37.orig.tar.gz 476.4 KiB b1954641409e31242733c96fb739cc2680c4cb2c1606c07746e987e0e92bdbbc
python-git_3.1.37-3.debian.tar.xz 6.8 KiB ac41c72f296e95436b23def782eaf5b3b4e38877cc8ff6a885007aea867cae32

Available diffs

No changes file available.

Binary packages built by this source

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

 The GitPython project 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

 The GitPython project 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.