dulwich 0.21.0-1 source package in Ubuntu

Changelog

dulwich (0.21.0-1) unstable; urgency=low

  * New upstream release.
  * Update standards version to 4.6.2, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 16 Jan 2023 19:15:41 +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.21.0-1.dsc 2.1 KiB d70e9c4b07d93e5c34a86964b25a02c8cb6a29381606de3cae84a57a468717f3
dulwich_0.21.0.orig.tar.gz 426.3 KiB c22cc05f020a96ad35d94d6520f8070270bee0a37b575686d09c02798b25ed86
dulwich_0.21.0-1.debian.tar.xz 85.7 KiB e74ca93b9d7f84cfd83e33df80418e61001f109bc962942d234c0875268bdd66

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