dulwich 0.20.30-1 source package in Ubuntu

Changelog

dulwich (0.20.30-1) unstable; urgency=low

  * New upstream release.

 -- Jelmer Vernooij <email address hidden>  Sat, 08 Jan 2022 02:10:38 +0000

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.20.30-1.dsc 2.1 KiB adcb5da8792d2c9b6745cd525b076d4631c70ac718273c4207ac92421d3505c9
dulwich_0.20.30.orig.tar.gz 407.4 KiB 42c090a96bf617ba198611257b0333b07c37bce6975fb4c090b32e309c534e41
dulwich_0.20.30-1.debian.tar.xz 52.5 KiB 2373ba0e4b6ef581c1b2bc4b1f6944aade301db014590b3dbbfe571c268a32d8

Available diffs

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