Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-postorius for
openSUSE:Factory checked in at 2025-12-18 18:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-postorius (Old)
and /work/SRC/openSUSE:Factory/.python-postorius.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-postorius"
Thu Dec 18 18:35:52 2025 rev:14 rq:1323491 version:1.3.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-postorius/python-postorius.changes
2025-03-13 16:18:13.759348889 +0100
+++
/work/SRC/openSUSE:Factory/.python-postorius.new.1928/python-postorius.changes
2025-12-18 18:37:05.607832102 +0100
@@ -1,0 +2,5 @@
+Wed Dec 17 13:32:04 UTC 2025 - Markéta Machová <[email protected]>
+
+- Add upstream django52.patch to officially support Django 5.2
+
+-------------------------------------------------------------------
New:
----
django52.patch
----------(New B)----------
New:
- Add upstream django52.patch to officially support Django 5.2
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-postorius.spec ++++++
--- /var/tmp/diff_new_pack.cjbJ7l/_old 2025-12-18 18:37:07.207899323 +0100
+++ /var/tmp/diff_new_pack.cjbJ7l/_new 2025-12-18 18:37:07.207899323 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-postorius
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%bcond_without testsuite
-# keep in sync with setup.py
+# keep in sync with pyproject.toml
%global django_mailman3_min_version 1.3.13
%global django_min_version 4.2
-%global django_max_version 5.1
+%global django_max_version 5.3
%global mailmanclient_min_version 3.3.3
%global srv_www_dir /srv/www
@@ -67,10 +67,12 @@
Source20: README.SUSE.md
#
Patch0: postorius-settings.patch
+# PATCH-FIX-UPSTREAM
https://gitlab.com/mailman/postorius/-/commit/0468ab0329df85b89e6b5d9f7b4d1805f47450c9
feat: Add Python 3.13 and Django 5.2 (LTS) support
+Patch1: django52.patch
#
BuildRequires: %{python_module legacy-cgi}
-BuildRequires: %{python_module pip}
BuildRequires: %{python_module pdm-backend}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: acl
++++++ django52.patch ++++++
>From 0468ab0329df85b89e6b5d9f7b4d1805f47450c9 Mon Sep 17 00:00:00 2001
From: SATOH Fumiyasu <[email protected]>
Date: Tue, 5 Aug 2025 15:16:22 +0000
Subject: [PATCH] feat: Add Python 3.13 and Django 5.2 (LTS) support
---
.gitlab-ci.yml | 40 ++++++++++++++++----------------------
pyproject.toml | 2 +-
src/postorius/doc/news.rst | 2 ++
tox.ini | 8 +++++---
4 files changed, 25 insertions(+), 27 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 83b76d5c..de948694 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
]
dependencies = [
"django-mailman3>=1.3.13",
- "django>=4.2,<5.1",
+ "django>=4.2,<5.3",
"mailmanclient>=3.3.3",
"readme_renderer[md]",
]
--
GitLab