Change logs for python-formencode source package in Hirsute

  • python-formencode (2.0.0-2ubuntu1) hirsute; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - d/p/fix-tld-regex.diff: Drop overly aggressive TLD regex, since admins
          frequently define their own. LP: #1569077
    
    python-formencode (2.0.0-2) unstable; urgency=low
    
      [ Neil Muller ]
      * Tweak 0004-Drop-setuptools_scm_git_archive-requirement-from-set.patch
        so egg-info is generated correctly.
      * Add dependency on python3-setuptools-scm.
      * Add autopkgtests to test setuptools dependency resolution works with
        the installed package.
    
      [ Sandro Tosi ]
      * Use the new Debian Python Team contact name and address
    
     -- Steve Langasek <email address hidden>  Thu, 28 Jan 2021 14:21:14 -0800
  • python-formencode (2.0.0-1ubuntu1) hirsute; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - d/p/fix-tld-regex.diff: Drop overly aggressive TLD regex, since admins
          frequently define their own. LP: #1569077
    
    python-formencode (2.0.0-1) unstable; urgency=low
    
      [ Ondřej Nový ]
      * d/changelog: Remove trailing whitespaces.
      * d/control: Update Vcs-* fields with new Debian Python Team Salsa
        layout.
    
      [ Neil Muller ]
      * Update to latest upstream release.
      * Drop patches that are no longer needed
        (0003-Fix-a-collection-of-errors-from-msgfmt.patch,
         0005-Use-alpha_2-over-alpha2-for-compatibility-with-newer-.patch,
         0006-Silence-resource_file-DeprecationWarning.patch and
         0007-Fix-invalid-escape-sequence-DeprecationWarnings.patch).
      * Add PYBUILD_TEST_BEFORE function to fix issues with data files
        required to run the tests.
      * Add dependency of python3-six.
      * Add new patch to remove upstream's requirement on
        'setuptools_scm_git_archive'
        (0004-Drop-setuptools_scm_git_archive-requirement-from-set.patch).
      * Add new patch to prevent the additional installation of the license
        file 0005-Remove-LICENSE.txt-from-the-list-of-installed-files.patch
      * Update watch file version.
      * Don't install tests and test_data in the package anymore.
      * Bump Standards-Version to 4.5.1.0 (no further changes needed).
    
     -- Steve Langasek <email address hidden>  Wed, 06 Jan 2021 17:49:16 -0800
  • python-formencode (1.3.1-1ubuntu1) hirsute; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/p/fix-tld-regex.diff: Drop overly aggressive TLD regex, since admins
          frequently define their own. LP: #1569077
      * Dropped changes, no longer needed:
        - d/python-formencode.examples: Dropped as the current Ubuntu package
          doesn't have the upstream examples/ directory.
        - d/p/*: Handle CRLF differences in patches as the Ubuntu package's
          upstream source contains CRLFs.
        - d/p/ubuntu-disable-tests.diff: Disable some tests to allow formencode
          to build.
        - d/watch: Update to use pypi.debian.net.
    
    python-formencode (1.3.1-1) unstable; urgency=medium
    
      [ Neil Muller ]
      * Update to 1.3.1 release.
      * Add patches to fix Python 3.8 DeprecationWarnings
        (0006-Silence-resource_file-DeprecationWarning.patch and
         0007-Fix-invalid-escape-sequence-DeprecationWarnings.patch).
      * Re-enable pycountry tests, since the python2 removal that
        needed those disabled has happened.
      * Bump Standards-Version to 4.5.0 (no further changes needed).
    
      [ Sergio Durigan Junior ]
      * d/control: Bump debhelper-compat to 13.
      * Tag both new patches as Forwarded.
    
     -- Steve Langasek <email address hidden>  Sun, 25 Oct 2020 00:24:55 -0700
  • python-formencode (1.3.0-6ubuntu1) groovy; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/p/fix-tld-regex.diff: Drop overly aggressive TLD regex, since admins
          frequently define their own. LP: #1569077
        - d/p/ubuntu-disable-tests.diff: Disable some tests to allow formencode
          to build.
        - d/p/*: Handle CRLF differences in patches as the Ubuntu package's
          upstream source contains CRLFs.
        - d/watch: Update to use pypi.debian.net.
        - d/python-formencode.examples: Dropped as the current Ubuntu package
          doesn't have the upstream examples/ directory.
      * Dropped changes, included in Debian:
        - Disable tests that use python-pycountry.
        - Remove python-pycountry from Build-Depends (Closes: #944034).
    
    python-formencode (1.3.0-6) unstable; urgency=medium
    
      * Team upload.
      * Drop python2 support; Closes: #937764
    
    python-formencode (1.3.0-5) unstable; urgency=medium
    
      * Team upload.
      * Add missing Breaks/Replaces for having moved l10n files around
        (Closes: #945966).
    
    python-formencode (1.3.0-4) unstable; urgency=medium
    
      * Team Upload.
    
      [ Ondřej Nový ]
      * Use debhelper-compat instead of debian/compat.
    
      [ Stuart Prescott ]
      * Disable tests that use python-pycountry.
      * Remove python-pycountry from Build-Depends (Closes: #944034).
      * Enable tests with Python 3.
      * Update Standards-Version to 4.4.1 (no changes required).
      * Update to debhelper-compat 12.
      * Fix installation locations for the Python 3 module package:
        - Don't accidentally create /usr/lib/python3/dist-packages/docs/ directory
        - Remove stray installation of declarative.py
        - Install translations to /usr/share/locale; move translations for the
          Python 2 package to /usr/lib/python2.7/dist-packages/formencode/i18n
          (upstream location) to save splitting them into a separate package.
      * Add Rules-Requires-Root: no.
    
     -- Steve Langasek <email address hidden>  Thu, 07 May 2020 17:15:45 -0700