[Bug 1947192] Re: [SRU] version 0.185

2021-11-03 Thread Christophe Prud'homme
Hi there,

is there an ETA for u-d-t 0.185/6 in focal with the fix to use pbuilder-
dist for bullseye ?

thanks for your work
Best regards

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1947192

Title:
  [SRU] version 0.185

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1947192/+subscriptions


-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1947192] Re: [SRU] version 0.185

2021-10-14 Thread Mattia Rizzolo
please also consider that we backports team also have in mind to keep
u-d-t (and others) fully up-to-date in the backports suites (this should
happen within a few weeks).

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1947192

Title:
  [SRU] version 0.185

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1947192/+subscriptions


-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1947192] Re: [SRU] version 0.185

2021-10-14 Thread Dan Streetman
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   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   Sat, 17 Jul 2021 17:31:19 +0200

ubuntu-dev-tools (0.183) unstable; urgency=medium

  [ Dan Streetman ]
  * pbuilder-dist: include missing import

 -- Stefano Rivera   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   Sun, 06 Jun 2021 19:52:18
-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   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   Fri, 19 Feb 2021 12:12:33 +0100

ubuntu-dev-tools (0.179) unstable; urgency=medium

  [ Stefano Rivera ]
  * archive.py: Evaluate the filter() fixing Debian source history queries
LP: #1913330

  [ Dan Streetman ]
  * allow running tests using tox
  * add autopkgtests to run tests
  * simplify/combine archive download functions
  * add support for private ppa by logging into lp
  * improve support for pull-uca-*
  * fix logging/printing output to stdout/stderr

 -- Dan Streetman   Mon, 01 Feb 2021 11:59:03
-0500

ubuntu-dev-tools (0.178) unstable; urgency=medium

  [ Dan Streetman ]
  * pullpkg: also catch and deal with InvalidPullValueError.  LP: #1908770

  [ Mattia Rizzolo ]
  * d/control: Bump Standards-Version to 4.5.1, no changes needed.
  * ubuntu-archive-assistant/mir: Fix a SyntaxWarning.
  * backportpackage:
+ Add a -e/--message option to change the default "No-change"
  in "No-change backport to DIST".
  Thanks to Unit 193 for the initial patch.

[Bug 1947192] Re: [SRU] version 0.185

2021-10-14 Thread Dan Streetman
** Description changed:

  [Impact]
  This release contains both bug-fixes and new features and we would like to 
make sure all of our developers have access to these improvements.
  The notable ones are:
- 
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Plan]
  
  ubuntu-dev-tools contains a test suite that is ran using the SRU package for 
each releases. This test suite's results are available here:
  http://autopkgtest.ubuntu.com/packages/ubuntu-dev-tools
  
  A successful run is required before the proposed package can be let into
  -updates.
  
  [Where problems could occur]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  
  
  [Other Info]
  
  
  [Changelog]
  

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1947192

Title:
  [SRU] version 0.185

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1947192/+subscriptions


-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs