dulwich 0.20.26-1 source package in Ubuntu

Changelog

dulwich (0.20.26-1) unstable; urgency=low

  [ Jelmer Vernooij ]
  * New upstream release.
    + Fixes handling of os.PathLike arguments to Repo.stage. Closes: #997303
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Security-Contact.
  * Drop transition for old debug package migration.
  * Update standards version to 4.6.0, no changes needed.

  [ Matthias Klose ]
  * Run the autopkg tests for all supported Python3 versions. Closes: #976592

  [ Balint Reczey ]
  * debian/tests/testsuite3: Unset http(s)_proxy because they break the tests.

 -- Jelmer Vernooij <email address hidden>  Fri, 29 Oct 2021 01:49:02 +0100

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.20.26-1.dsc 2.1 KiB 9aef4a2e91a8e5f5fcd87b8c86413032b052dfb312c8a7512e548ba5a871c88e
dulwich_0.20.26.orig.tar.gz 406.3 KiB 38aa50f859c8ea53071a049c3f1d5cc54f7dc60a4136a1ab631756a79f6582b5
dulwich_0.20.26-1.debian.tar.xz 52.4 KiB 1af8b0a30151b7d50c2ada1ef044c2cbfbc3345eb3cdf288f335cb391d3ee2c6

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