dulwich 0.20.31-1.1 source package in Ubuntu

Changelog

dulwich (0.20.31-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix variable name in testsuite (Closes: #1003017)

 -- Nilesh Patra <email address hidden>  Sat, 29 Jan 2022 23:36:01 +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.31-1.1.dsc 2.2 KiB 99e96c6ad250f3cca8ee36475c1bea4875ff203754823766b4e6f0e143d594b4
dulwich_0.20.31.orig.tar.gz 408.3 KiB f6fc18a550cdb14e710a372a05f95c9c831cfc3129fd7ed11b20120ee5701587
dulwich_0.20.31-1.1.debian.tar.xz 52.5 KiB 7b3e650ad941787330d5c1f615ed2dcefe2f6f7a21b67da4b3cd55207a49c6ef

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