python-git 3.1.30-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Team upload.
  * Update standards version to 4.6.1, no changes needed.

  [ Jochen Sprickerhof ]
  * Switch d/watch to Github
  * New upstream version 3.1.30 (Closes: #1027163)
    - CVE-2022-24439: Remote Code Execution
  * Minimize d/rules
  * Update (build) dependencies (Closes: #1018503)
  * Add autopkgtest
  * Drop salsa-ci.yml
  * Bump policy version (no changes)
  * Move package description to source package
  * Add R³

 -- Jochen Sprickerhof <email address hidden>  Sat, 07 Jan 2023 15:36:58 +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
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.1.30-1.dsc 2.7 KiB 902263de7b2dae1a27293582ee79c46d0157f20ad80fbd1947a58ab42835820b
python-git_3.1.30.orig.tar.gz 466.5 KiB faa4b66b0b75f172358fbb75243c9d2a70b26623232eef365739fc96e9ecffc8
python-git_3.1.30-1.debian.tar.xz 6.7 KiB bb5c80a375b1ebac16a400565e458696c5c2acc9e3eb159b7fb00b3b45380b19

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.