[ubuntu/jammy-proposed] python-debian 0.1.43ubuntu1 (Accepted)

Simon Chopin simon.chopin at canonical.com
Wed Feb 16 17:35:17 UTC 2022


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

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).

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

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

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.

Date: Wed, 09 Feb 2022 12:27:26 +0100
Changed-By: Simon Chopin <simon.chopin at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Julian Andres Klode <julian.klode at canonical.com>
https://launchpad.net/ubuntu/+source/python-debian/0.1.43ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 09 Feb 2022 12:27:26 +0100
Source: python-debian
Built-For-Profiles: noudeb
Architecture: source
Version: 0.1.43ubuntu1
Distribution: jammy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Chopin <simon.chopin at canonical.com>
Closes: 980385 985492 986550 994854 995442 996783 996784 996785 997857
Launchpad-Bugs-Fixed: 1923845 1960404
Changes:
 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
 .
 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).
 .
 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
 .
 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
 .
 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.
Checksums-Sha1:
 00af52ec737a8932e5d92a81beba9ed1294c18b5 2370 python-debian_0.1.43ubuntu1.dsc
 e5b7257f20dcda8945790681333f7881f365f95d 176600 python-debian_0.1.43ubuntu1.tar.xz
 9cf194834fe13f9d8722530d398657260eb8cfbe 8789 python-debian_0.1.43ubuntu1_source.buildinfo
Checksums-Sha256:
 bf88d708848789d56329473a7af11510e92b813133c5d2bdcd730379a6d75b86 2370 python-debian_0.1.43ubuntu1.dsc
 33436f634b211bd406e96bc7a9f2cf639babf7ea48d1ac52bb302036f9147872 176600 python-debian_0.1.43ubuntu1.tar.xz
 ab5e0410fc83ba92cfb50cdea4d4509faab8f62e648676fa9316363f7ff97ded 8789 python-debian_0.1.43ubuntu1_source.buildinfo
Files:
 006e130d3f7a1879fb6e8ac416eea730 2370 python optional python-debian_0.1.43ubuntu1.dsc
 15cc2e489a39f720c23c2e643d169d4e 176600 python optional python-debian_0.1.43ubuntu1.tar.xz
 ab9124d76f282fe8c27c2d2c7ee71b85 8789 python optional python-debian_0.1.43ubuntu1_source.buildinfo
Original-Maintainer: Debian python-debian Maintainers <pkg-python-debian-maint at lists.alioth.debian.org>


More information about the jammy-changes mailing list