dwww Home | Show directory contents | Find package

configobj (5.0.6-5ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: ReDoS
    - debian/patches/CVE-2023-26112.patch: updates regex that can cause
      catastrophic backtracking when a match fails in validate.py and adds a
      test in tests/test_validate_errors.py.
    - CVE-2023-26112

 -- Ian Constantin <ian.constantin@canonical.com>  Fri, 20 Sep 2024 14:44:09 +0300

configobj (5.0.6-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + python-configobj-doc: Add Multi-Arch: foreign.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Stefano Rivera ]
  * Add Changelog and Registry to upstream metadata.
  * Bump Standards-Version to 4.6.0, no changes needed.
  * Bump copyright years.
  * Bump watch file version to 4.
  * Document upstream status on patches.

  [ Helmut Grohne ]
  * Mark all packages Multi-Arch: foreign. (Closes: #984813)

  [ Jelmer Vernooij ]
  * Bump debhelper from old 12 to 13.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 30 Sep 2021 13:21:13 -0700

configobj (5.0.6-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Contact, Name.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Set upstream metadata fields: Repository.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #936325

 -- Sandro Tosi <morph@debian.org>  Sat, 04 Apr 2020 18:57:38 -0400

configobj (5.0.6-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove XS-Testsuite field, not needed anymore
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends

  [ Stefano Rivera ]
  * Bump debhelper compat to 11.
  * Drop get-orig-source, no longer used.
  * Drop python-epydoc B-D, no longer used. (Closes: #881545)
  * Declare Rules-Requires-Root: no.
  * Bump Standards-Version to 4.2.1, no changes needed.
  * Round-trip patches through PQ.
  * Bump copyright years.
  * Build Sphinx docs with python3-sphinx.

 -- Stefano Rivera <stefanor@debian.org>  Mon, 27 Aug 2018 13:47:26 +0100

configobj (5.0.6-2) unstable; urgency=medium

  * Team upload.
  * debian/control: Bump Standards-Version with no other changes needed.

 -- Barry Warsaw <barry@debian.org>  Fri, 17 Jul 2015 12:16:30 -0400

configobj (5.0.6-1) unstable; urgency=medium

  * Team upload.
  * Update watch file to point to GitHub releases.
  * Bump Standards-Version to 3.9.5
  * Use the pybuild buildsystem.
  * Release a package for Python 3. (Closes: #660172)
  * Refresh eggify.diff
  * Drop report-doctest-failure.diff and py27-test.diff (fixed upstream).
  * Disable triplequotes.diff (fail to apply).
  * Fix deprecation warning test case.
  * Adjust autopkgtests to run pytest for Python 2.x and 3.x.
  * Move documentation into separate package and build Sphinx documentation.
  * Update debian/copyright

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 28 Aug 2014 18:42:29 +0200

configobj (4.7.2+ds-5) unstable; urgency=low

  [ Stefano Rivera ]
  * Replace Daniel Watkins as the Maintainer, with the Debian Python Modules
    Team, at the request of the MIA team (Closes: #705273)
  * Add autopkgtests.
  * Bump Standards-Version to 3.9.4.
    - Bump B-D on debhelper to 8.1, for build-{arch,indep} support.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 26 May 2013 01:04:56 +0200

configobj (4.7.2+ds-4) unstable; urgency=low

  * Clean correctly (Closes: #671312)
    - Remove .egg-info
    - Remove generated API documentation.
  * Update machine-readable copyright file format to 1.0.
  * Bump Standards-Version to 3.9.3, no changes needed.
  * Move "docs" contents to a subdirectory in /usr/share/doc/python-configobj.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 03 May 2012 14:47:52 +0200

configobj (4.7.2+ds-3) unstable; urgency=low

  * Rebuild for Python transition.
  * Remove Breaks: ${python:Breaks}, no longer used by dh_python2.
  * Bump Standards-Version to 3.9.2 (no changes needed).

 -- Stefano Rivera <stefanor@debian.org>  Sat, 16 Apr 2011 09:28:21 +0200

configobj (4.7.2+ds-2) unstable; urgency=low

  [ Stefano Rivera ]
  * Don't leak uid and umask into source tarball and set -e.
  * Bumped Standards-Version to 3.9.1 (no changes needed).
  * Enable test suites.
    - Build Depend on python-all, python-unittest2.
    - New patch: report-doctest-failure.diff: Fail on failures.
    - New patch: py27-test.diff: Convert float-comparing doctests to unit
      tests.
  * Wrap long lines in debian/control.
  * Merge Build-Depends-Indep into Build-Depends (no arch-dependant packages).
  * Switch to dh_python2
    - Use X-Python-Version (requires python-all >= 2.6.5-13~).
    - Use ${python:Breaks}.
  * Update my e-mail address.
  * Use DEP5 format in debian/copyright.

  [ Jelmer Vernooij ]
  * Properly handle triple quotes. Closes: #618349, LP: #710410
  * Add myself to uploaders.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 16 Mar 2011 11:17:14 +0100

# For older changelog entries, run 'apt-get changelog python-configobj-doc'

Generated by dwww version 1.14 on Tue Aug 26 04:36:47 CEST 2025.