Change logs for ubuntu-dev-tools source package in Impish

  • ubuntu-dev-tools (0.187~bpo21.10.1) impish-backports; urgency=medium
    
      * Rebuild for impish-backports.
    
     -- Mattia Rizzolo <email address hidden>  Thu, 09 Dec 2021 18:56:53 +0100
  • ubuntu-dev-tools (0.185) unstable; urgency=medium
    
      [ Alex Murray ]
      * ubuntutools/archive.py:
        + Fix crash due to PersonalPackageArchiveSourcePackage() returning the
          wrong object when requesting a download url.  LP: #1938659
    
      [ Krytarik Raido ]
      * merge-changelog: Fix setting of newlines.
    
      [ Dan Streetman ]
      * misc: download to tmp file, to avoid leftover 0-size file on error
      * misc: handle ConnectionError as NotFoundError
      * archive: use proper component source packages sometimes have different
        component than their bpphs, so use the correct component when downloading
        binaries (LP: #1943819)
      * misc: fix flake8 complaints
    
      [ Stefano Rivera ]
      * Bump Standards-Version to 4.6.0, no changes needed.
    
     -- Stefano Rivera <email address hidden>  Fri, 17 Sep 2021 15:53:02 -0700
  • ubuntu-dev-tools (0.184) experimental; urgency=medium
    
      [ Dan Streetman ]
      * Drop never packaged ubuntu-archive-assistant.
      * Add support for downloading from private PPAs:
        + ubuntutools/misc:
          - Refactor to use Pathlib and f-strings.
          - Refactor to use requests instead of urllib (for the earier auth)
        + ubuntutools/archive:
          - Refactor to use Pathlib.
          - Add support for the special URLs of private PPAs.
      * Don't use existing file without verifying their checksum.
      * tests: recreate the test package files on demand.
      * Remove no longer used dependencies on python3-termcolor and python3-yaml
    
      [ Mattia Rizzolo ]
      * pbuilder-dist: use shutil.which instead of
        distutils.spawn.find_executable() to save a dependency.  LP: #1936697
      * d/control:
        + Drop redundant Recommends that are already in Depends.
        + Bump debhelper compat level to 13.
    
      [ Marco Trevisan (Treviño) ]
      * mk-sbuild:
        + Enable debugging in the finish.sh script if --debug is used.
        + Add support to configure ccache for each schroot.
    
     -- Mattia Rizzolo <email address hidden>  Sat, 17 Jul 2021 17:31:19 +0200
  • ubuntu-dev-tools (0.183ubuntu1) impish; urgency=medium
    
      * Add support for downloading from private PPAs
      * Don't use existing file without verifying some checksum
      * Remove no longer used deps from d/control
    
     -- Dan Streetman <email address hidden>  Mon, 12 Jul 2021 18:18:32 -0400
  • ubuntu-dev-tools (0.183) unstable; urgency=medium
    
      [ Dan Streetman ]
      * pbuilder-dist: include missing import
    
     -- Stefano Rivera <email address hidden>  Tue, 08 Jun 2021 10:09:11 -0400
  • ubuntu-dev-tools (0.182) unstable; urgency=medium
    
      [ Dan Streetman ]
      * syncpackage, ubuntutools/archive.py:
        Don't save dsc file to disk until requested with pull()
        (LP: #1928946)
      * syncpackage:
        Don't login to LP if using --simulate
      * d/t/control: Add minimum flake8 version
        The --extend-exclude parameter is first available in flake8 3.8.0
      * ubuntutools/archive.py: Fix flake8 test failure
      * d/rules, d/control: Override build tests to use flake8 and nosetests3
    
      [ Stefano Rivera ]
      * Respect nocheck in DEB_BUILD_OPTIONS, again.
    
     -- Stefano Rivera <email address hidden>  Sun, 06 Jun 2021 19:52:18 -0400
  • ubuntu-dev-tools (0.181ubuntu2) impish; urgency=medium
    
      * syncpackage, ubuntutools/archive.py:
        Don't save dsc file to disk until requested with pull()
        (LP: #1928946)
      * syncpackage:
        Don't login to LP if using --simulate
      * d/t/control: Add minimum flake8 version
        The --extend-exclude parameter is first available in flake8 3.8.0
      * ubuntutools/archive.py: Fix flake8 test failure
      * d/rules, d/control: Override build tests to use flake8 and nosetests3
    
     -- Dan Streetman <email address hidden>  Fri, 04 Jun 2021 12:19:29 -0400
  • ubuntu-dev-tools (0.181ubuntu1) impish; urgency=medium
    
      * syncpackage, ubuntutools/archive.py:
        Don't save dsc file to disk until requested with pull()
        (LP: #1928946)
    
     -- Dan Streetman <email address hidden>  Wed, 02 Jun 2021 11:47:44 -0400
  • ubuntu-dev-tools (0.181) unstable; urgency=medium
    
      [ Logan Rosen ]
      * Fix a couple of remaining issues from the py2→py3 move.
    
      [ Krytarik Raido ]
      * Fix typo in the logging configuration.
    
      [ Dan Streetman ]
      * pbuilder: Handle debian change from /updates to -security.  LP: #1916633
        Starting in bullseye, the security suite is -security instead of /updates.
      * backportpackage: Don't use SourcePackage() directly.  Closes: #983854
        As the warning from 2010 says, don't use this class directly.
    
      [ Balint Reczey ]
      * mk-sbuild:
        + Use eatmydata only with the dpkg command.
          Eatmydata wrapping the build as well could break tests.
          Thanks to Julian Andres Klode for suggesting this solution
        + Use eatmydata by default.
          Since only the dpkg is wrapped in eatmydata it should be the safe and
          fast default. Eatmydata is widely used around apt thus it should be a
          serious bug if a package can't be installed with eatmydata in use.
    
      [ Marco Trevisan (Treviño) ]
      * doc/mk-sbuild.1: Add documentation for --debootstrap-proxy and
        DEBOOTSTRAP_PROXY.  LP: #1926166
    
     -- Mattia Rizzolo <email address hidden>  Sun, 02 May 2021 19:56:48 +0200
  • ubuntu-dev-tools (0.180) unstable; urgency=medium
    
      * Drop coverage in the autopkgtest, as python3-nose-cov is not in Debian.
    
     -- Mattia Rizzolo <email address hidden>  Fri, 19 Feb 2021 12:12:33 +0100