[ubuntu/plucky-proposed] unattended-upgrades 2.12ubuntu1 (Accepted)

Simon Quigley tsimonq2 at ubuntu.com
Tue Feb 11 22:11:14 UTC 2025


unattended-upgrades (2.12ubuntu1) plucky; urgency=medium

  * Merge from Debian Unstable. Remaining changes:
    - kernel/postinst.d/unattended-upgrades: check to see if canonical-
      livepatch is installed and enabled. In the event that it is and it says
      a reboot is required do not update reboot-required files so that only
      one reboot message appears in the message of the day.
    - d/t/control: Restrict kernel-patterns test to isolation-machine as the
      test assumes a meaningful link between the running kernel and the archive
    - Make debian/tests/test-systemd.py and test/autopkgtest_kernel_patterns.py
      executable again
    - tests/test_pep484.py: Add a faux test to make sure we don't fail the
      test suite because the only test in the file was skipped...
      (LP: #2051541)
  * Dropped changes:
    - tests/test_pyflakes.py no longer exists, so the fix for LP: #2051541 no
      longer applies.

unattended-upgrades (2.12) unstable; urgency=medium

  [ middlingphys ]
  * update japanese translation

  [ Chris Hofstaedtler ]
  * Install systemd-sleep part into /usr/lib (Closes: #1073745)

  [ Adam Chovanec ]
  * document missing option in the readme

  [ Michael Vogt ]
  * u-u: supress "DeprecationWarning" about fork() and multithreading
  * test: create fake etc/apt/preferences.d to silence test warnings
  * u-u: import "email.genators" package early as workaround
  * data/50unattended-upgrades.md5sum: Update for config file changes

  [ Kenyon Ralph ]
  * unattended-upgrade-shutdown: fix typo in documentation

  [ Wesley Schwengle ]
  * Correct examples for Debian backports (Closes: #940151)

  [ Marekjdj ]
  * Fixed small typo in '50unattended-upgrades' config files.

  [ Remus-Gabriel Chelu ]
  * [INTL:ro] Romanian debconf templates translation of unattended-upgrades
    (Closes: #1033760)

  [ Atila KOÇ ]
  * [INTL:tr] turkish debconf translation update (Closes: #1031852)

  [ Camaleón ]
  * [INTL:es] Spanish translation of the debconf template (Closes: #1029026)

unattended-upgrades (2.11+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Install systemd-sleep part into /usr/lib. (Closes: #1073745)

unattended-upgrades (2.11) unstable; urgency=medium

  [ Alexandre Detiste ]
  * python2 cleaup
  * flake8

  [ Michael Vogt ]
  * u-u: implement plugin system with `postrun()` functionality
  * debian: switch to pytest in `debian/rules` and `test/Makefile`
  * debian/tests: pass `-Zgzip` to dpkg-deb to avoid errors in tests
  * unattended-upgrades: add debug output after run(), conffile prompt
  * tests: workaround conffile prompt in "ubuntu-advanage-tools"

unattended-upgrades (2.10) unstable; urgency=medium

  * setup: add `packages=[]` to fix setuptools being confused
  * test: rework and modernize to run with pytest
  * mypy: fix/update type annotations
  * po/ru.po: update plural forms

Date: Tue, 11 Feb 2025 16:10:13 -0600
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/unattended-upgrades/2.12ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 11 Feb 2025 16:10:13 -0600
Source: unattended-upgrades
Built-For-Profiles: noudeb
Architecture: source
Version: 2.12ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Closes: 940151 1029026 1031852 1033760 1073745
Launchpad-Bugs-Fixed: 2051541
Changes:
 unattended-upgrades (2.12ubuntu1) plucky; urgency=medium
 .
   * Merge from Debian Unstable. Remaining changes:
     - kernel/postinst.d/unattended-upgrades: check to see if canonical-
       livepatch is installed and enabled. In the event that it is and it says
       a reboot is required do not update reboot-required files so that only
       one reboot message appears in the message of the day.
     - d/t/control: Restrict kernel-patterns test to isolation-machine as the
       test assumes a meaningful link between the running kernel and the archive
     - Make debian/tests/test-systemd.py and test/autopkgtest_kernel_patterns.py
       executable again
     - tests/test_pep484.py: Add a faux test to make sure we don't fail the
       test suite because the only test in the file was skipped...
       (LP: #2051541)
   * Dropped changes:
     - tests/test_pyflakes.py no longer exists, so the fix for LP: #2051541 no
       longer applies.
 .
 unattended-upgrades (2.12) unstable; urgency=medium
 .
   [ middlingphys ]
   * update japanese translation
 .
   [ Chris Hofstaedtler ]
   * Install systemd-sleep part into /usr/lib (Closes: #1073745)
 .
   [ Adam Chovanec ]
   * document missing option in the readme
 .
   [ Michael Vogt ]
   * u-u: supress "DeprecationWarning" about fork() and multithreading
   * test: create fake etc/apt/preferences.d to silence test warnings
   * u-u: import "email.genators" package early as workaround
   * data/50unattended-upgrades.md5sum: Update for config file changes
 .
   [ Kenyon Ralph ]
   * unattended-upgrade-shutdown: fix typo in documentation
 .
   [ Wesley Schwengle ]
   * Correct examples for Debian backports (Closes: #940151)
 .
   [ Marekjdj ]
   * Fixed small typo in '50unattended-upgrades' config files.
 .
   [ Remus-Gabriel Chelu ]
   * [INTL:ro] Romanian debconf templates translation of unattended-upgrades
     (Closes: #1033760)
 .
   [ Atila KOÇ ]
   * [INTL:tr] turkish debconf translation update (Closes: #1031852)
 .
   [ Camaleón ]
   * [INTL:es] Spanish translation of the debconf template (Closes: #1029026)
 .
 unattended-upgrades (2.11+nmu1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Install systemd-sleep part into /usr/lib. (Closes: #1073745)
 .
 unattended-upgrades (2.11) unstable; urgency=medium
 .
   [ Alexandre Detiste ]
   * python2 cleaup
   * flake8
 .
   [ Michael Vogt ]
   * u-u: implement plugin system with `postrun()` functionality
   * debian: switch to pytest in `debian/rules` and `test/Makefile`
   * debian/tests: pass `-Zgzip` to dpkg-deb to avoid errors in tests
   * unattended-upgrades: add debug output after run(), conffile prompt
   * tests: workaround conffile prompt in "ubuntu-advanage-tools"
 .
 unattended-upgrades (2.10) unstable; urgency=medium
 .
   * setup: add `packages=[]` to fix setuptools being confused
   * test: rework and modernize to run with pytest
   * mypy: fix/update type annotations
   * po/ru.po: update plural forms
Checksums-Sha1:
 484651a60505397bf7396866648f5e6cc1c9d87d 1967 unattended-upgrades_2.12ubuntu1.dsc
 491917e147e995ee2921b501562602325830b81e 133164 unattended-upgrades_2.12ubuntu1.tar.xz
 91b12895de89df7c7b8bda59e349e6659fe457c0 9171 unattended-upgrades_2.12ubuntu1_source.buildinfo
Checksums-Sha256:
 5e03feafe0cf040ea2ebf43f13040875e516743edb30db21f94e2b390b3cf602 1967 unattended-upgrades_2.12ubuntu1.dsc
 e8c1ba6a261914294230fa37b371b753d2c5e4b94119e8bfec29d8ec7057cf0e 133164 unattended-upgrades_2.12ubuntu1.tar.xz
 53f09b2957a161e34101f8b652be672eea91ae11e7cb50d0c9620a6f6268d8b7 9171 unattended-upgrades_2.12ubuntu1_source.buildinfo
Files:
 93d4aec330c6357e11b4108890357f31 1967 admin optional unattended-upgrades_2.12ubuntu1.dsc
 244c8a938a8fa9c5879341a1318b2159 133164 admin optional unattended-upgrades_2.12ubuntu1.tar.xz
 b5f367ffbce3e6aab61541efea0857cf 9171 admin optional unattended-upgrades_2.12ubuntu1_source.buildinfo
Original-Maintainer: Michael Vogt <mvo at debian.org>


More information about the plucky-changes mailing list