dulwich 0.20.35-1 source package in Ubuntu

Changelog

dulwich (0.20.35-1) unstable; urgency=medium

  * Re-export upstream signing key without extra signatures.
  * New upstream release.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Mar 2022 13:02:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dulwich_0.20.35-1.dsc 2.1 KiB 116cfdf35f9f9fa5f504b66d7b00dafe1aa647fd2ad4d4c3f43d31a86f69ec76
dulwich_0.20.35.orig.tar.gz 404.3 KiB 2912827e6d27e83c7665fa6d623eb66dbfb493710024fb4e8b7a1aca8c8f74bb
dulwich_0.20.35-1.debian.tar.xz 85.6 KiB 2a2af5047a6071fadeb3720bfa294c7b95034d5c256003806cd82206997eda83

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