python-gitdb 4.0.11-1 source package in Ubuntu

Changelog

python-gitdb (4.0.11-1) unstable; urgency=medium

  * New upstream version 4.0.11
  * Bump Standards-Version to 4.6.2
  * debian/rules: Switch test runner from nose to pytest

 -- TANIGUCHI Takaki <email address hidden>  Tue, 14 Nov 2023 12:50:04 +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
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gitdb_4.0.11-1.dsc 2.1 KiB 3c45f7e23321153d72b74bd3b6eea8a1b87f19a79a2a32e82ac756b3b496b017
python-gitdb_4.0.11.orig.tar.gz 385.2 KiB bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b
python-gitdb_4.0.11-1.debian.tar.xz 3.9 KiB b776a753e43e0f88c9081649d8b766320a89596528b709768d1bcf3f590a83f1

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.