python-git 3.1.37-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 3.1.37

 -- Hans-Christoph Steiner <email address hidden>  Fri, 29 Sep 2023 12:35:58 +0200

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.1.37-1.dsc 2.3 KiB 6d4667e25cb7c7acc4a16ca7d778583cc9e79bc2a08c5b92d29c7a84055bb2c2
python-git_3.1.37.orig.tar.gz 476.4 KiB b1954641409e31242733c96fb739cc2680c4cb2c1606c07746e987e0e92bdbbc
python-git_3.1.37-1.debian.tar.xz 6.7 KiB f2b3cdf7ab7b1aeedd24fbea42fda28ea0480b083156b63e4bdce6ea99d05955

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.