[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-15 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-dev-tools -
0.193ubuntu4~20.04.2

---
ubuntu-dev-tools (0.193ubuntu4~20.04.2) focal; urgency=medium

  * ubuntutools/misc.py: back out a change that's incompatible with python
3.8 to fix a build failure.

ubuntu-dev-tools (0.193ubuntu4~20.04.1) focal; urgency=medium

  * Backport current ubuntu-dev-tools to focal.  LP: #2021910.
- downgrade debhelper-compat dependency to 12 from 13 for focal
  compatibility.
- this fixes compatibility with newer debootstrap which drops using
  per-Ubuntu-series symlinks for the bootstrap script.  LP: #2020530.

ubuntu-dev-tools (0.193ubuntu4) mantic; urgency=medium

  * Remove references to ftpmaster.internal.  When this name is resolvable
but firewalled, syncpackage hangs; and these are tools for developers,
not for running in an automated context in the DCs where
ftpmaster.internal is reachable.

ubuntu-dev-tools (0.193ubuntu3) mantic; urgency=medium

  * Excise all references to cdbs (including in test cases)

ubuntu-dev-tools (0.193ubuntu2) lunar; urgency=medium

  [ Vladimir Petko ]
  * Fix a typo introduced in the last upload that made mk-sbuild fail
unconditionally.  LP: #2017177.

ubuntu-dev-tools (0.193ubuntu1) lunar; urgency=medium

  * Set apt preferences for the -proposed pocket in mk-sbuild so that
it works as expected for lunar and forward.

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

  * Don't run linters at build time, or in autopkgtests. (Closes:
#1031436).

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

  [ Benjamin Drung ]
  * sponsor-patch:
+ Ignore exit code 1 of debdiff call.
+ Use --skip-patches instead of --no-preparation with dpkg-source -x.
  * Demote bzr/brz from Recommends to Suggests, as nowadays git is the way.
Closes: #940531
  * Use PEP440 compliant version in setup.py (LP: #1991606)
  * Fix issues found by flake8 on the Python scripts
  * Check Python scripts with flake8 again
  * Format Python code with black and run black during package build
  * Sort Python imports with isort and run isort during package build
  * Replace deprecated optparse with argparse
  * requestbackport: Remove useless loop from locate_package
  * reverse-depends: Restore field titles format
  * test: Fix deprecated return value for test case
  * Fix all errors and warnings found by pylint and implement most refactorings
and conventions. Run pylint during package build again.
  * Bump Standards-Version to 4.6.2
  * Drop unneeded X-Python3-Version from d/control

  [ Masahiro Yamada ]
  * mk-sbuild:
+ Handle the new location of the Debian bullseye security archive.
  Closes: #1001832; LP: #1955116

  [ Mattia Rizzolo ]
  * requestbackport:
+ Apply patch from Krytarik Raido and Unit 193 to update the template and
  workflow after the new Ubuntu Backport process has been established.
  LP: #1959115

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

  [ Dan Streetman ]
  * lpapicache:
+ Make sure that login() actually logins and doesn't use cached credentials.
  * ubuntu-build:
+ Fix crash caused by a change in lpapicache that changed the default
  operation mode from authenticated to anonymous.  LP: #1984113

  [ Stefano Rivera ]
  * backportpackage:
+ Add support for lsb-release-minimal, which doesn't have a Python module.
  Thanks to Gioele Barabucci for the patch.  Closes: #1020901; LP: #1991828

  [ Mattia Rizzolo ]
  * ubuntutools/archive.py:
+ Fix operation of SourcePackage._source_urls() (as used, for example, in
  SourcePackage.pull() called by backportpackage) to also work when the
  class is instantiated with a URL as .dsc.  Fixes regression from v0.184.
  Thanks to Unit 193 for the initial patch.

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

  [ Dimitri John Ledkov ]
  * mk-sbuild:
+ For ubuntu, fix the debootstrap script to "gutsy", so to allow using
  mk-sbuild for newer releases without requiring a newer debootstrap.

  [ Gianfranco Costamagna ]
  * pbuilder-dist: fix typo kernal/kernel

  [ Benjamin Drung ]
  * Add missing files to debian/copyright
  * Bump Standards-Version to 4.6.1

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

  [ Heinrich Schuchardt ]
  * mk-sbuild: don't require pkg-config-. LP: #1966881.

  [ Tobias Heider ]
  * mk-sbuild: document SCHROOT_TYPE zfs in the manpage.

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

  [ Mattia Rizzolo ]
  * archive.py:
+ Support Python 3.6 by calling functools.lru_cache() as a function, and
  avoid using @functools.cached_property (both new in Python 3.8).

  [ Graham Inggs ]
  * lpapicache.py:
+ Use collections.abc.Callable instead of the long deprecated
  collections.Callable.  LP: #1959541

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

  [ Paride Legovini ]
  * mk-sbuild:
+ Add support for zfs-snapshot schroots.  LP: #1945349

  [ Mattia Rizzolo ]
  * mk-sbuild:
+ Apply 

[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-15 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-dev-tools -
0.193ubuntu4~22.04.1

---
ubuntu-dev-tools (0.193ubuntu4~22.04.1) jammy; urgency=medium

  * Backport current ubuntu-dev-tools to jammy.  LP: #2021910.
- this fixes compatibility with newer debootstrap which drops using
  per-Ubuntu-series symlinks for the bootstrap script.  LP: #2020530.

ubuntu-dev-tools (0.193ubuntu4) mantic; urgency=medium

  * Remove references to ftpmaster.internal.  When this name is resolvable
but firewalled, syncpackage hangs; and these are tools for developers,
not for running in an automated context in the DCs where
ftpmaster.internal is reachable.

ubuntu-dev-tools (0.193ubuntu3) mantic; urgency=medium

  * Excise all references to cdbs (including in test cases)

ubuntu-dev-tools (0.193ubuntu2) lunar; urgency=medium

  [ Vladimir Petko ]
  * Fix a typo introduced in the last upload that made mk-sbuild fail
unconditionally.  LP: #2017177.

ubuntu-dev-tools (0.193ubuntu1) lunar; urgency=medium

  * Set apt preferences for the -proposed pocket in mk-sbuild so that
it works as expected for lunar and forward.

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

  * Don't run linters at build time, or in autopkgtests. (Closes:
#1031436).

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

  [ Benjamin Drung ]
  * sponsor-patch:
+ Ignore exit code 1 of debdiff call.
+ Use --skip-patches instead of --no-preparation with dpkg-source -x.
  * Demote bzr/brz from Recommends to Suggests, as nowadays git is the way.
Closes: #940531
  * Use PEP440 compliant version in setup.py (LP: #1991606)
  * Fix issues found by flake8 on the Python scripts
  * Check Python scripts with flake8 again
  * Format Python code with black and run black during package build
  * Sort Python imports with isort and run isort during package build
  * Replace deprecated optparse with argparse
  * requestbackport: Remove useless loop from locate_package
  * reverse-depends: Restore field titles format
  * test: Fix deprecated return value for test case
  * Fix all errors and warnings found by pylint and implement most refactorings
and conventions. Run pylint during package build again.
  * Bump Standards-Version to 4.6.2
  * Drop unneeded X-Python3-Version from d/control

  [ Masahiro Yamada ]
  * mk-sbuild:
+ Handle the new location of the Debian bullseye security archive.
  Closes: #1001832; LP: #1955116

  [ Mattia Rizzolo ]
  * requestbackport:
+ Apply patch from Krytarik Raido and Unit 193 to update the template and
  workflow after the new Ubuntu Backport process has been established.
  LP: #1959115

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

  [ Dan Streetman ]
  * lpapicache:
+ Make sure that login() actually logins and doesn't use cached credentials.
  * ubuntu-build:
+ Fix crash caused by a change in lpapicache that changed the default
  operation mode from authenticated to anonymous.  LP: #1984113

  [ Stefano Rivera ]
  * backportpackage:
+ Add support for lsb-release-minimal, which doesn't have a Python module.
  Thanks to Gioele Barabucci for the patch.  Closes: #1020901; LP: #1991828

  [ Mattia Rizzolo ]
  * ubuntutools/archive.py:
+ Fix operation of SourcePackage._source_urls() (as used, for example, in
  SourcePackage.pull() called by backportpackage) to also work when the
  class is instantiated with a URL as .dsc.  Fixes regression from v0.184.
  Thanks to Unit 193 for the initial patch.

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

  [ Dimitri John Ledkov ]
  * mk-sbuild:
+ For ubuntu, fix the debootstrap script to "gutsy", so to allow using
  mk-sbuild for newer releases without requiring a newer debootstrap.

  [ Gianfranco Costamagna ]
  * pbuilder-dist: fix typo kernal/kernel

  [ Benjamin Drung ]
  * Add missing files to debian/copyright
  * Bump Standards-Version to 4.6.1

 -- Steve Langasek   Tue, 30 May 2023
17:58:54 -0700

** Changed in: ubuntu-dev-tools (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-15 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-dev-tools -
0.193ubuntu4~22.10.1

---
ubuntu-dev-tools (0.193ubuntu4~22.10.1) kinetic; urgency=medium

  * Backport current ubuntu-dev-tools to kinetic.  LP: #2021910.
- this fixes compatibility with newer debootstrap which drops using
  per-Ubuntu-series symlinks for the bootstrap script.  LP: #2020530.

ubuntu-dev-tools (0.193ubuntu4) mantic; urgency=medium

  * Remove references to ftpmaster.internal.  When this name is resolvable
but firewalled, syncpackage hangs; and these are tools for developers,
not for running in an automated context in the DCs where
ftpmaster.internal is reachable.

ubuntu-dev-tools (0.193ubuntu3) mantic; urgency=medium

  * Excise all references to cdbs (including in test cases)

ubuntu-dev-tools (0.193ubuntu2) lunar; urgency=medium

  [ Vladimir Petko ]
  * Fix a typo introduced in the last upload that made mk-sbuild fail
unconditionally.  LP: #2017177.

ubuntu-dev-tools (0.193ubuntu1) lunar; urgency=medium

  * Set apt preferences for the -proposed pocket in mk-sbuild so that
it works as expected for lunar and forward.

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

  * Don't run linters at build time, or in autopkgtests. (Closes:
#1031436).

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

  [ Benjamin Drung ]
  * sponsor-patch:
+ Ignore exit code 1 of debdiff call.
+ Use --skip-patches instead of --no-preparation with dpkg-source -x.
  * Demote bzr/brz from Recommends to Suggests, as nowadays git is the way.
Closes: #940531
  * Use PEP440 compliant version in setup.py (LP: #1991606)
  * Fix issues found by flake8 on the Python scripts
  * Check Python scripts with flake8 again
  * Format Python code with black and run black during package build
  * Sort Python imports with isort and run isort during package build
  * Replace deprecated optparse with argparse
  * requestbackport: Remove useless loop from locate_package
  * reverse-depends: Restore field titles format
  * test: Fix deprecated return value for test case
  * Fix all errors and warnings found by pylint and implement most refactorings
and conventions. Run pylint during package build again.
  * Bump Standards-Version to 4.6.2
  * Drop unneeded X-Python3-Version from d/control

  [ Masahiro Yamada ]
  * mk-sbuild:
+ Handle the new location of the Debian bullseye security archive.
  Closes: #1001832; LP: #1955116

  [ Mattia Rizzolo ]
  * requestbackport:
+ Apply patch from Krytarik Raido and Unit 193 to update the template and
  workflow after the new Ubuntu Backport process has been established.
  LP: #1959115

 -- Steve Langasek   Tue, 30 May 2023
17:58:54 -0700

** Changed in: ubuntu-dev-tools (Ubuntu Kinetic)
   Status: Fix Committed => Fix Released

** Changed in: ubuntu-dev-tools (Ubuntu Jammy)
   Status: Fix Committed => Fix Released

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-15 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-dev-tools -
0.193ubuntu4~23.04.1

---
ubuntu-dev-tools (0.193ubuntu4~23.04.1) lunar; urgency=medium

  * Backport current ubuntu-dev-tools to lunar.  LP: #2021910.
- this fixes compatibility with newer debootstrap which drops using
  per-Ubuntu-series symlinks for the bootstrap script.  LP: #2020530.

ubuntu-dev-tools (0.193ubuntu4) mantic; urgency=medium

  * Remove references to ftpmaster.internal.  When this name is resolvable
but firewalled, syncpackage hangs; and these are tools for developers,
not for running in an automated context in the DCs where
ftpmaster.internal is reachable.

ubuntu-dev-tools (0.193ubuntu3) mantic; urgency=medium

  * Excise all references to cdbs (including in test cases)

 -- Steve Langasek   Tue, 30 May 2023
17:58:54 -0700

** Changed in: ubuntu-dev-tools (Ubuntu Lunar)
   Status: Fix Committed => Fix Released

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-07 Thread Steve Langasek
focal autopkgtests passed.


$ for cmd in backportpackage bitesize check-mir grep-merges pull-debian-debdiff 
requestbackport requestsync seeded-in-ubuntu sponsor-patch submittodebian 
syncpackage ubuntu-build ubuntu-iso ubuntu-upload-permission update-maintainer; 
do $cmd --help || echo "Failed: $cmd" >&2 ; done >/dev/null
$ 

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-07 Thread Steve Langasek
jammy autopkgtests passed.

$ for cmd in backportpackage bitesize check-mir grep-merges pull-debian-debdiff 
requestbackport requestsync seeded-in-ubuntu sponsor-patch submittodebian 
syncpackage ubuntu-build ubuntu-iso ubuntu-upload-permission update-maintainer; 
do $cmd --help || echo "Failed: $cmd" >&2 ; done >/dev/null
$

All clear on jammy.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-07 Thread Steve Langasek
kinetic autopkgtests passed.

$ for cmd in backportpackage bitesize check-mir grep-merges pull-debian-debdiff 
requestbackport requestsync seeded-in-ubuntu sponsor-patch submittodebian 
syncpackage ubuntu-build ubuntu-iso ubuntu-upload-permission update-maintainer; 
do $cmd --help || echo "Failed: $cmd" >&2 ; done >/dev/null
$

No errors from any of the commands.

** Tags removed: verification-needed-kinetic
** Tags added: verification-done-kinetic

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-07 Thread Steve Langasek
autopkgtests passed for lunar and no additional verification needed for
that release.

** Tags removed: verification-needed-lunar
** Tags added: verification-done-lunar

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-06 Thread Chris Halse Rogers
Hello Steve, or anyone else affected,

Accepted ubuntu-dev-tools into lunar-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/ubuntu-dev-
tools/0.193ubuntu4~23.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
lunar to verification-done-lunar. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-lunar. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-dev-tools (Ubuntu Lunar)
   Status: New => Fix Committed

** Tags added: verification-needed-lunar

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-06 Thread Chris Halse Rogers
Hello Steve, or anyone else affected,

Accepted ubuntu-dev-tools into kinetic-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/ubuntu-dev-
tools/0.193ubuntu4~22.10.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
kinetic to verification-done-kinetic. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-kinetic. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-dev-tools (Ubuntu Kinetic)
   Status: New => Fix Committed

** Tags added: verification-needed-kinetic

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-06-06 Thread Chris Halse Rogers
Hello Steve, or anyone else affected,

Accepted ubuntu-dev-tools into focal-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/ubuntu-dev-
tools/0.193ubuntu4~20.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-dev-tools (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-focal

** Changed in: ubuntu-dev-tools (Ubuntu Jammy)
   Status: New => Fix Committed

** Tags added: verification-needed-jammy

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-05-30 Thread Steve Langasek
** Also affects: ubuntu-dev-tools (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-dev-tools (Ubuntu Lunar)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-dev-tools (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-dev-tools (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New => Fix Released

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Fix Released => Invalid

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-05-30 Thread Steve Langasek
** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to make 
sure all of our Ubuntu developers have access to these improvements.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/UbuntuDevToolsUpdates
  
  autopkgtests will be run for ubuntu-dev-tools as part of the SRU.
  
  The following changes affect how ubuntu-dev-tools interfaces with other 
packages:
  - after version 0.191, ubuntu-dev-tools has migrated to using argparse 
instead of optparse in its python programs.  To confirm compatibility with 
argparse in earlier versions of python, on each release earlier than lunar, run 
the commands 'backportpackage', 'bitesize', 'check-mir', 'grep-merges', 
'pull-debian-debdiff', 'requestbackport', 'requestsync', 'seeded-in-ubuntu', 
'sponsor-patch', 'submittodebian', 'syncpackage', 'ubuntu-build', 'ubuntu-iso', 
'ubuntu-upload-permission', and 'update-maintainer' with the '--help' option 
and confirm sensible output.
  - sponsor-patch has changed to use dpkg-source --skip-patches instead of 
dpkg-source --no-preparation.  Both options exist in dpkg since version 1.14.18 
so this is not a compatibility concern.
  - after version 0.189, ubuntu-build has added a 'from 
launchpadlib.credentials import TokenAuthorizationException' import.  This is 
present in python3-launchpadlib 1.10.13-1 in focal so is not a compatibility 
concern.  The 'ubuntu-build --help' check above is sufficient to ensure the 
import succeeds.
  
  [Where problems could occur]
- 
+ After version 0.176, several commands have been dropped from 
ubuntu-dev-tools: ubuntu-archive-assistant, reverse-build-depends, hugdaylist, 
pull-revu-source.  Any users of ubuntu-dev-tools on focal will find these tools 
no longer available.  Of these tools, three are strictly only of use for Ubuntu 
developers (archive-assistant, hugdaylist, pull-revu-source) and two of those 
are no longer useful at all because they refer to an obsolete project or 
service.  The fourth tool, reverse-build-depends, was deprecated in favor of 
reverse-depends -b prior to the focal release, so anyone still using this 
command will be able to trivially adapt their usage to the current tool.

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-05-30 Thread Steve Langasek
** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to make 
sure all of our Ubuntu developers have access to these improvements.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/UbuntuDevToolsUpdates
  
  autopkgtests will be run for ubuntu-dev-tools as part of the SRU.
  
  The following changes affect how ubuntu-dev-tools interfaces with other 
packages:
- - since version 0.191, ubuntu-dev-tools has migrated to using argparse 
instead of optparse in its python programs.  To confirm compatibility with 
argparse in earlier versions of python, on each release earlier than lunar, run 
the commands 'backportpackage', 'bitesize', 'check-mir', 'grep-merges', 
'pull-debian-debdiff', 'requestbackport', 'requestsync', 'seeded-in-ubuntu', 
'sponsor-patch', 'submittodebian', 'syncpackage', 'ubuntu-build', 'ubuntu-iso', 
'ubuntu-upload-permission', and 'update-maintainer' with the '--help' option 
and confirm sensible output.
+ - after version 0.191, ubuntu-dev-tools has migrated to using argparse 
instead of optparse in its python programs.  To confirm compatibility with 
argparse in earlier versions of python, on each release earlier than lunar, run 
the commands 'backportpackage', 'bitesize', 'check-mir', 'grep-merges', 
'pull-debian-debdiff', 'requestbackport', 'requestsync', 'seeded-in-ubuntu', 
'sponsor-patch', 'submittodebian', 'syncpackage', 'ubuntu-build', 'ubuntu-iso', 
'ubuntu-upload-permission', and 'update-maintainer' with the '--help' option 
and confirm sensible output.
  - sponsor-patch has changed to use dpkg-source --skip-patches instead of 
dpkg-source --no-preparation.  Both options exist in dpkg since version 1.14.18 
so this is not a compatibility concern.
+ - after version 0.189, ubuntu-build has added a 'from 
launchpadlib.credentials import TokenAuthorizationException' import.  This is 
present in python3-launchpadlib 1.10.13-1 in focal so is not a compatibility 
concern.  The 'ubuntu-build --help' check above is sufficient to ensure the 
import succeeds.
  
  [Where problems could occur]
  

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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


[Bug 2021910] Re: SRU ubuntu-dev-tools 0.193ubuntu4

2023-05-30 Thread Steve Langasek
** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to make 
sure all of our Ubuntu developers have access to these improvements.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/UbuntuDevToolsUpdates
  
  autopkgtests will be run for ubuntu-dev-tools as part of the SRU.
  
- The following changes affect how ubuntu-dev-tools interfaces with other
- packages:
+ The following changes affect how ubuntu-dev-tools interfaces with other 
packages:
+ - since version 0.191, ubuntu-dev-tools has migrated to using argparse 
instead of optparse in its python programs.  To confirm compatibility with 
argparse in earlier versions of python, on each release earlier than lunar, run 
the commands 'backportpackage', 'bitesize', 'check-mir', 'grep-merges', 
'pull-debian-debdiff', 'requestbackport', 'requestsync', 'seeded-in-ubuntu', 
'sponsor-patch', 'submittodebian', 'syncpackage', 'ubuntu-build', 'ubuntu-iso', 
'ubuntu-upload-permission', and 'update-maintainer' with the '--help' option 
and confirm sensible output.
+ - sponsor-patch has changed to use dpkg-source --skip-patches instead of 
dpkg-source --no-preparation.  Both options exist in dpkg since version 1.14.18 
so this is not a compatibility concern.
  
  [Where problems could occur]
  

-- 
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/2021910

Title:
  SRU ubuntu-dev-tools 0.193ubuntu4

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


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