Public bug reported:

Ubuntu: 3.3.10-0ubuntu3
Debian Unstable: 3.3.10-2

The current version in Ubuntu went ahead of Debian in the past, so this
package may be diverged from Debian and require more review than usual
to get back to mergeability.

If this package should not be considered for merges or syncs in the
future, you may wish to consider adding it to the `sync-blocklist` at:
https://code.launchpad.net/~ubuntu-archive/+git/sync-blocklist

If this merge pulls in a new upstream version, also consider adding an
entry to the resolute Release Notes:
https://discourse.ubuntu.com/t/resolute-raccoon-release-notes/

### New Debian Changes ###

mailman3 (3.3.10-2) unstable; urgency=medium

  * Make nose2 and api tests skippable on riscv64 for now.

 -- Jordi Mallach <[email protected]>  Tue, 18 Mar 2025 13:49:15 +0100

mailman3 (3.3.10-1) unstable; urgency=medium

  * New upstream release (closes: #1099335).
    - handles stale lockfiles correctly (closes: #1082167)
  * Add missing python-flufl.* dependencies also for autopkgtests.
  * Drop patch 1130.patch, included in 3.3.10.
  * Refresh patches.
  * Build-Depend on python3-pdm, python3-pdm-backend and
    pybuild-plugin-pyproject, which replace setuptools as the build system.
  * Add Swedish translation of the debconf templates (closes: #1042765).
    Thanks Peter Kvillegård <[email protected]>.
  * Apply upstream Python 3.13 compatibility patch after ContextManager
    removal.
  * Move mailman binaries to /usr/lib by hand, as pybuild no longer does it.
  * Complete and update copyright file.
  * Use https for Homepage URL.
  * Add upstream metadata.
  * Add Catalan translation of the debconf templates.
  * Add myself to uploaders.

 -- Jordi Mallach <[email protected]>  Wed, 12 Mar 2025 13:41:50 +0100

mailman3 (3.3.8-3.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Add dependency on missing python3-flufl.*

 -- Alexandre Detiste <[email protected]>  Wed, 19 Feb 2025 17:43:50
+0100

mailman3 (3.3.8-3.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Add dependency on python3-standard-nntplib (Closes: #1084674)

 -- Alexandre Detiste <[email protected]>  Sun, 16 Feb 2025 14:33:39
+0100

### Old Ubuntu Delta ###

mailman3 (3.3.10-0ubuntu3) questing; urgency=medium

  * d/p/0004-lp2118683-test-shorthelp.patch:
    Clear cached python-click help flag between doctests to avoid
    side-effects. (LP: #2118683)

 -- Simon Poirier <[email protected]>  Thu, 24 Jul 2025
18:57:25 -0400

mailman3 (3.3.10-0ubuntu2) plucky; urgency=medium

  * d/control: add missing dependencies for mailman3 binary package that
    dh-python did not auto-detect as required libraries

 -- Zixing Liu <[email protected]>  Fri, 17 Jan 2025 11:27:23
-0700

mailman3 (3.3.10-0ubuntu1) plucky; urgency=medium

  * New upstream version 3.3.10
  * d/control: add polyfill dependencies for Python 3.13
  * d/tests/control: add missing test dependencies
  * d/watch: use GitLab repository to check for updates
  * d/patches: refresh patches and remove patches accepted upstream
  * d/p/0003-remove_context_manager_usage_for_posixpath.patch: add a patch
    to fix compatibility with Python 3.13
  * d/rules: move the entrypoint scripts to the correct location
  * d/control: add newly required build tools as Build-Depends

 -- Zixing Liu <[email protected]>  Wed, 15 Jan 2025 17:24:54
-0700

** Affects: mailman3 (Ubuntu)
     Importance: Undecided
     Assignee: Simon Poirier (simpoir)
         Status: In Progress

** Description changed:

  Ubuntu: 3.3.10-0ubuntu3
  Debian Unstable: 3.3.10-2
  
  The current version in Ubuntu went ahead of Debian in the past, so this
  package may be diverged from Debian and require more review than usual
  to get back to mergeability.
  
  If this package should not be considered for merges or syncs in the
  future, you may wish to consider adding it to the `sync-blocklist` at:
  https://code.launchpad.net/~ubuntu-archive/+git/sync-blocklist
  
- A new release of ghostscript is available for merging from Debian
- Unstable.
- 
  If this merge pulls in a new upstream version, also consider adding an
  entry to the resolute Release Notes:
  https://discourse.ubuntu.com/t/resolute-raccoon-release-notes/
  
  ### New Debian Changes ###
  
  mailman3 (3.3.10-2) unstable; urgency=medium
  
-   * Make nose2 and api tests skippable on riscv64 for now.
+   * Make nose2 and api tests skippable on riscv64 for now.
  
-  -- Jordi Mallach <[email protected]>  Tue, 18 Mar 2025 13:49:15 +0100
+  -- Jordi Mallach <[email protected]>  Tue, 18 Mar 2025 13:49:15 +0100
  
  mailman3 (3.3.10-1) unstable; urgency=medium
  
-   * New upstream release (closes: #1099335).
-     - handles stale lockfiles correctly (closes: #1082167)
-   * Add missing python-flufl.* dependencies also for autopkgtests.
-   * Drop patch 1130.patch, included in 3.3.10.
-   * Refresh patches.
-   * Build-Depend on python3-pdm, python3-pdm-backend and
-     pybuild-plugin-pyproject, which replace setuptools as the build system.
-   * Add Swedish translation of the debconf templates (closes: #1042765).
-     Thanks Peter Kvillegård <[email protected]>.
-   * Apply upstream Python 3.13 compatibility patch after ContextManager
-     removal.
-   * Move mailman binaries to /usr/lib by hand, as pybuild no longer does it.
-   * Complete and update copyright file.
-   * Use https for Homepage URL.
-   * Add upstream metadata.
-   * Add Catalan translation of the debconf templates.
-   * Add myself to uploaders.
+   * New upstream release (closes: #1099335).
+     - handles stale lockfiles correctly (closes: #1082167)
+   * Add missing python-flufl.* dependencies also for autopkgtests.
+   * Drop patch 1130.patch, included in 3.3.10.
+   * Refresh patches.
+   * Build-Depend on python3-pdm, python3-pdm-backend and
+     pybuild-plugin-pyproject, which replace setuptools as the build system.
+   * Add Swedish translation of the debconf templates (closes: #1042765).
+     Thanks Peter Kvillegård <[email protected]>.
+   * Apply upstream Python 3.13 compatibility patch after ContextManager
+     removal.
+   * Move mailman binaries to /usr/lib by hand, as pybuild no longer does it.
+   * Complete and update copyright file.
+   * Use https for Homepage URL.
+   * Add upstream metadata.
+   * Add Catalan translation of the debconf templates.
+   * Add myself to uploaders.
  
-  -- Jordi Mallach <[email protected]>  Wed, 12 Mar 2025 13:41:50 +0100
+  -- Jordi Mallach <[email protected]>  Wed, 12 Mar 2025 13:41:50 +0100
  
  mailman3 (3.3.8-3.4) unstable; urgency=medium
  
-   * Non-maintainer upload.
-   * Add dependency on missing python3-flufl.*
+   * Non-maintainer upload.
+   * Add dependency on missing python3-flufl.*
  
-  -- Alexandre Detiste <[email protected]>  Wed, 19 Feb 2025 17:43:50
+  -- Alexandre Detiste <[email protected]>  Wed, 19 Feb 2025 17:43:50
  +0100
  
  mailman3 (3.3.8-3.3) unstable; urgency=medium
  
-   * Non-maintainer upload.
-   * Add dependency on python3-standard-nntplib (Closes: #1084674)
+   * Non-maintainer upload.
+   * Add dependency on python3-standard-nntplib (Closes: #1084674)
  
-  -- Alexandre Detiste <[email protected]>  Sun, 16 Feb 2025 14:33:39
+  -- Alexandre Detiste <[email protected]>  Sun, 16 Feb 2025 14:33:39
  +0100
- 
  
  ### Old Ubuntu Delta ###
  
  mailman3 (3.3.10-0ubuntu3) questing; urgency=medium
  
-   * d/p/0004-lp2118683-test-shorthelp.patch:
-     Clear cached python-click help flag between doctests to avoid
-     side-effects. (LP: #2118683)
+   * d/p/0004-lp2118683-test-shorthelp.patch:
+     Clear cached python-click help flag between doctests to avoid
+     side-effects. (LP: #2118683)
  
-  -- Simon Poirier <[email protected]>  Thu, 24 Jul 2025
+  -- Simon Poirier <[email protected]>  Thu, 24 Jul 2025
  18:57:25 -0400
  
  mailman3 (3.3.10-0ubuntu2) plucky; urgency=medium
  
-   * d/control: add missing dependencies for mailman3 binary package that
-     dh-python did not auto-detect as required libraries
+   * d/control: add missing dependencies for mailman3 binary package that
+     dh-python did not auto-detect as required libraries
  
-  -- Zixing Liu <[email protected]>  Fri, 17 Jan 2025 11:27:23
+  -- Zixing Liu <[email protected]>  Fri, 17 Jan 2025 11:27:23
  -0700
  
  mailman3 (3.3.10-0ubuntu1) plucky; urgency=medium
  
-   * New upstream version 3.3.10
-   * d/control: add polyfill dependencies for Python 3.13
-   * d/tests/control: add missing test dependencies
-   * d/watch: use GitLab repository to check for updates
-   * d/patches: refresh patches and remove patches accepted upstream
-   * d/p/0003-remove_context_manager_usage_for_posixpath.patch: add a patch
-     to fix compatibility with Python 3.13
-   * d/rules: move the entrypoint scripts to the correct location
-   * d/control: add newly required build tools as Build-Depends
+   * New upstream version 3.3.10
+   * d/control: add polyfill dependencies for Python 3.13
+   * d/tests/control: add missing test dependencies
+   * d/watch: use GitLab repository to check for updates
+   * d/patches: refresh patches and remove patches accepted upstream
+   * d/p/0003-remove_context_manager_usage_for_posixpath.patch: add a patch
+     to fix compatibility with Python 3.13
+   * d/rules: move the entrypoint scripts to the correct location
+   * d/control: add newly required build tools as Build-Depends
  
-  -- Zixing Liu <[email protected]>  Wed, 15 Jan 2025 17:24:54
+  -- Zixing Liu <[email protected]>  Wed, 15 Jan 2025 17:24:54
  -0700

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2138130

Title:
  Merge mailman3 from debian sid into resolute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman3/+bug/2138130/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to