dulwich 0.20.25-1ubuntu1 source package in Ubuntu
Changelog
dulwich (0.20.25-1ubuntu1) jammy; urgency=medium * Merge from Debian unstable. Remaining changes: - debian/tests/testsuite3: Unset http(s)_proxy because they break the tests -- Gianfranco Costamagna <email address hidden> Wed, 03 Nov 2021 09:34:14 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dulwich_0.20.25.orig.tar.gz | 404.9 KiB | 79baea81583eb61eb7bd4a819ab6096686b362c626a4640d84d4fc5539139353 |
dulwich_0.20.25-1ubuntu1.debian.tar.xz | 52.5 KiB | ea14a62b71ff904ee3aa341c8ba73fefb7cd462cc47886505e66ca08eb3d2d6f |
dulwich_0.20.25-1ubuntu1.dsc | 2.2 KiB | 175503b3a1c06004f0b07ceeaf8cff858b2828a966d779e7c38888be088e3924 |
Available diffs
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