dulwich 0.20.27-1 source package in Ubuntu

Changelog

dulwich (0.20.27-1) unstable; urgency=low

  * New upstream release.
  * Add missing build dependency on dh addon.

 -- Jelmer Vernooij <email address hidden>  Tue, 04 Jan 2022 22:55:18 +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.27-1.dsc 2.1 KiB 6cdda60dd9df0ab95444823bf224a2c5fa56739a3738ad9d5f359d1cd263c0cf
dulwich_0.20.27.orig.tar.gz 406.9 KiB f5d3fa7659914e7a2b87835a85666c7701d3751f881551653d4cd2560b2a124e
dulwich_0.20.27-1.debian.tar.xz 52.5 KiB b4d0b1f8fec70a6c6b3fdff79c037bffdc6a94ff045db410519c6864f18380f2

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