python-debian (0.1.43ubuntu1.1) jammy; urgency=medium * Make Python version PEP440 compliant (LP: #1991606) -- Benjamin Drung <bdrung@ubuntu.com> Tue, 25 Apr 2023 18:25:44 +0200 python-debian (0.1.43ubuntu1) jammy; urgency=low * Merge from Debian unstable (LP: #1960404). Remaining changes: * Add support for zstd compression format (LP: #1923845) -> the patch has been rewritten to account for upstream work on this particular area and their move to dynamically generated test packages -- Simon Chopin <simon.chopin@canonical.com> Wed, 09 Feb 2022 12:27:26 +0100 python-debian (0.1.43) unstable; urgency=medium [ Jelmer Vernooij ] * Support the Files-Included field in debian/copyright. [ Stuart Prescott ] * Always run both mypy and pylint on CI. * Fix URL for API documentation in README.rst (Closes: #995442). * RTS parser: minor documentation fixes. * Declare minimum Python version of 3.5 for most modules except the RTS parser. Add CI testing with Python 3.5 (Closes: #997857). [ Niels Thykier ] * RTS parser: Handle leading tabs for setting values (Closes: #996785). * RTS parser: Preserve original field case (Closes: #996784). * RTS parser: Expose str type for keys in paragraphs (Closes: #996783). -- Stuart Prescott <stuart@debian.org> Sun, 16 Jan 2022 13:03:02 +1100 python-debian (0.1.42) unstable; urgency=medium "The Hitchhiker's Guide to the Galaxy" release. [ Jelmer Vernooij ] * Use logging for warnings about data that's being read, rather than the warnings module. [ Stuart Prescott ] * Fix type checks for mypy 0.910 * Refactor CI code to be less repetitive. * Fix autopkgtest invocation of py.test. * Silence lintian complaint about touching the dpkg database in the examples. * Update Standards-Version to 4.6.0 (no changes required). * Add RTS parser to setup.py so that it is installed. * Add copyright attribution for RTS parser. [ Niels Thykier ] * RTS parser: Accept tabs as continuation line marker. Closes: #994854 * Interpretation: Preserve tab as continuation line if used * CI: Always build docs; only publish it for master * RTS parser: Make value interpretation tokenization consistent * RTS parser: Add interpretation for Uploaders field -- Stuart Prescott <stuart@debian.org> Mon, 18 Oct 2021 17:12:47 +1100 python-debian (0.1.41) experimental; urgency=medium [ Stuart Prescott ] * Drop some old python version checks (Closes: #986550) * Skip tests that use apt_pkg if unavailable * Run tests in absense of recommended packages * Drop use of six. * Drop old version constraints in autopkgtest tests * Generate .deb packages for tests on-demand * Add contextmanager to DebFile * Fix sphinx _static config [ Niels Thykier ] * Added format/comment preserving deb822 parser as debian._deb822_repro. * CI: Add coverage reports * Use py.test for running tests [ Jelmer Vernooij ] * Add Build-Depends-Arch, Build-Conflicts-Arch to list of relationship fields. Closes: #985492 -- Jelmer Vernooij <jelmer@debian.org> Sat, 18 Sep 2021 22:36:23 +0100 python-debian (0.1.40) experimental; urgency=medium [ Jelmer Vernooij ] * In debian.changelog.get_maintainer, cope with unknown UIDs. Closes: #980385 [ Niels Thykier ] * Add some doctest SKIP markers to the code (MR!45). * Fix examples in code (MR!41, MR!43). [ Frédéric Pierret ] * Numerous enhancements to the deb822.BuildInfo class (MR!40). [ Stuart Prescott ] * Update annotations for mypy 0.8.00. * Include portability patch for pwd module on Windows from MR!38, with thanks to Ryan Pavlik for the report and Carmen Bianca Bakker for the implementation. * Drop the deb822.BuildInfo.get_debian_suite function. * Stop testing with Python 2.7. [ Debian Janitor ] * Remove constraints unnecessary since stretch: + Build-Depends: Drop versioned constraint on binutils. -- Stuart Prescott <stuart@debian.org> Mon, 28 Jun 2021 18:09:46 +1000 python-debian (0.1.39ubuntu1) impish; urgency=medium * Add support for zstd compression format (LP: #1923845) -- Athos Ribeiro <athos.ribeiro@canonical.com> Thu, 19 Aug 2021 14:50:49 -0300 python-debian (0.1.39) unstable; urgency=medium [ Stuart Prescott ] * Move re.compile calls out of functions (Closes: #971960). * Revert unintended renaming of Changelog.get_version/set_version (Closes: #975910). * Add a type for .buildinfo files (deb822.BuildInfo) (Closes: #875306). * Add support for SHA1-Download and SHA256-* variants in PdiffIndex class for .diff/Index files (Closes: #970824). * Permit single-character package names in dependency relationship specifications (Closes: #977355). * Silence deprecation warnings in the test suite. * Test that UserWarning is emitted in tests where it should be. * Update Standards-Version to 4.5.1 (no changes required). * Update to debhelper-compat (= 13). * Update examples to use #!/usr/bin/python3. * Fix tabs vs spaces in examples. * Provide accessor for source package version for binary packages (Closes: #934273). [ Jose Luis Rivero ] * Allow debian_support.PackageFile to accept StringIO as well as BytesIO. [ Ansgar ] * Change handling of case-insensitive field names to allow Deb822 objects to be serialised (Closes: #975915). [ Jelmer Vernooij ] * Add myself to uploaders. [ Johannes 'josch' Schauer ] * Add SHA265 support to handling of pdiffs. * Add support for additional headers for merged pdiffs to PDiffIndex. * Allow debian_support.patches_from_ed_script to consume both bytes and str. -- Stuart Prescott <stuart@debian.org> Sat, 19 Dec 2020 11:59:40 +1100 python-debian (0.1.38) unstable; urgency=medium [ Jelmer Vernooij ] * Add a debian.watch module for parsing watch files. * Prevent stripping of last newline in initial lines before changelog files. * Add a Copyright.files_excluded field. * Allow specifying allow_missing_author when reserializing changelog entries. [ Stuart Prescott ] * Fix CI error from typeshed. * Add lots more type annotations to the code. * Enable mypy and pylint in the CI pipeline for merge requests. [ Dato Simó ] * Remove myself from Uploaders. -- Stuart Prescott <stuart@debian.org> Sun, 04 Oct 2020 15:09:46 +1100 python-debian (0.1.37) unstable; urgency=medium [ Sandro Tosi ] * Drop python2 support; Closes: #937691 * lib/debian/doc-debtags - run using python3 [ Stuart Prescott ] * Update Standards-Version to 4.5.0 (no changes required). * Add Rules-Requires-Root: no. * Test with all supported Python 3 interpreters at build time, not only in the autopkgtest tests. * Include the version of the interpreter in the test output. * Update from pylint3 to pylint. * Fix some pylint warnings. * Include pylint and mypy checks for merge requests on salsa. * Add additional metadata to setup.py, with thanks to Konrad Weihmann for the suggestion. [ Colin Watson ] * Parse Built-Using relationship fields. [ Michael Hudson-Doyle ] * Run tests with 'supported' not 'installed' Python 3 interpreters. -- Stuart Prescott <stuart@debian.org> Sat, 11 Apr 2020 17:54:43 +1000 # For older changelog entries, run 'apt-get changelog python3-debian'
Generated by dwww version 1.14 on Wed Aug 27 08:50:55 CEST 2025.