python-git 3.1.23-1 source package in Ubuntu

Changelog

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

  [ Steffen Möller ]
  * d/u/metadata: Added refs to registries
  * d/control: Introduced the project name to the description

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ TANIGUCHI Takaki ]
  * New upstream version 3.1.23
  * Bump Standards-Version to 4.6.0

 -- TANIGUCHI Takaki <email address hidden>  Sun, 12 Sep 2021 13:19:18 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.1.23-1.dsc 2.3 KiB 2e5482e5de84b2c6568d697c5e08926784646c3a3b2d9bba8c0f561e7bed5afb
python-git_3.1.23.orig.tar.gz 185.4 KiB aaae7a3bfdf0a6db30dc1f3aeae47b71cd326d86b936fe2e158aa925fdf1471c
python-git_3.1.23-1.debian.tar.xz 6.8 KiB 7d4e7ffc2ab5d574f10790de3b46245d6fc48140a74557848eb73b4eba3d548a

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.