python-gitdb 4.0.9-2 source package in Ubuntu

Changelog

python-gitdb (4.0.9-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-smmap.
    + python3-gitdb: Drop versioned constraint on python3-smmap in Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 30 Nov 2022 01:00:43 +0000

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-gitdb_4.0.9-2.dsc 2.0 KiB ab8bd994a19de3dd78f93062aebf5edaf45c54cae30e9777b1258a497b6d8e5f
python-gitdb_4.0.9.orig.tar.gz 385.4 KiB bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa
python-gitdb_4.0.9-2.debian.tar.xz 3.9 KiB 18ef0cf2f6d4307d2482c055892072fe8f40ca22767e22d9c0a80854e4177461

Available diffs

No changes file available.

Binary packages built by this source

python3-gitdb: pure-Python git object database (Python 3)

 The GitDB project implements interfaces to allow read and write access to
 git repositories. In its core lies the db package, which contains all
 database types necessary to read a complete git repository. These are
 the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
 into the GitDB to combine every aspect of the git database.
 .
 This package contains the Python 3.x module.