dulwich 0.21.2-1build1 source package in Ubuntu

Changelog

dulwich (0.21.2-1build1) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Wed, 01 Mar 2023 14:10:11 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Downloads

File Size SHA-256 Checksum
dulwich_0.21.2.orig.tar.gz 426.7 KiB d865ae7fd9497d64ce345a6784ff1775b01317fba9632ef9d2dfd7978f1b0d4f
dulwich_0.21.2-1build1.debian.tar.xz 85.8 KiB 71f1af1c1f8fc3444c3d38e9a3986bab2b1fb198637865f1ae71ddfb0e1595e4
dulwich_0.21.2-1build1.dsc 2.1 KiB 7414ffb32d506e4fc3598ffd1c8d95389d8731f0dc7f0df129dc13e7b9159959

View changes file

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