python-git 3.1.24-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ TANIGUCHI Takaki ]
  * New upstream version 3.1.24

 -- TANIGUCHI Takaki <email address hidden>  Sun, 28 Nov 2021 21:59:09 +0900

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
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.1.24-1.dsc 2.3 KiB ea9a7745723aaa7c8fd6db6625bbe2617c5fac72fcd3c3c8e9adb62d7f181405
python-git_3.1.24.orig.tar.gz 186.8 KiB df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5
python-git_3.1.24-1.debian.tar.xz 6.8 KiB 294ae0fd08858d3ac68255ec0f7583da85ecc2c62f6f6ddfaf423a447e9d3a8d

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

 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.