dulwich 0.21.5-1 source package in Ubuntu

Changelog

dulwich (0.21.5-1) unstable; urgency=low

  * New upstream release.

 -- Jelmer Vernooij <email address hidden>  Tue, 13 Jun 2023 18:25:12 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dulwich_0.21.5-1.dsc 1.8 KiB 594cf5719df4d6b0c7f20141542e68d674eef5594bbb3514d89fd7626bc65aee
dulwich_0.21.5.orig.tar.gz 431.6 KiB 70955e4e249ddda6e34a4636b90f74e931e558f993b17c52570fa6144b993103
dulwich_0.21.5-1.debian.tar.xz 87.1 KiB 53d6ea0ebb22b72defac5067acf2ffbaab497be8d58374f91fa7fbd9da37f81f

No changes file available.

Binary packages built by this source

python3-dulwich: Python Git library - Python3 module

 Dulwich is a Python implementation of the file formats and protocols
 used by the Git version control system. It can currently read from and write
 to existing Git repositories and implements the protocol for pushing and
 receiving packs from remote servers.
 .
 All functionality is available in pure Python, but for improved performance
 replacements of some modules written in C are also available. This package
 includes the high performance versions.
 .
 This package contains the module built for Python version 3.x.

python3-dulwich-dbgsym: debug symbols for python3-dulwich