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 2024-09-18 15:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-postorius (Old)
and /work/SRC/openSUSE:Factory/.python-postorius.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-postorius"
Wed Sep 18 15:27:08 2024 rev:9 rq:1201657 version:1.3.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-postorius/python-postorius.changes
2024-03-07 22:02:53.451814453 +0100
+++
/work/SRC/openSUSE:Factory/.python-postorius.new.29891/python-postorius.changes
2024-09-18 15:27:36.738664226 +0200
@@ -1,0 +2,15 @@
+Sun Sep 15 20:19:37 UTC 2024 - Andreas Schneider <[email protected]>
+
+- Update to version 1.3.12
+ * See
https://gitlab.com/mailman/postorius/-/blob/v1.3.12/src/postorius/doc/news.rst
+ or packaged news.rst file.
+- Removed GPG signature as the download links don't work
+
+-------------------------------------------------------------------
+Sun Jun 23 08:40:28 UTC 2024 - Andreas Schneider <[email protected]>
+
+- Update to version 1.3.11
+ * See
https://gitlab.com/mailman/postorius/-/blob/v1.3.11/src/postorius/doc/news.rst
+ or packaged news.rst file.
+
+-------------------------------------------------------------------
Old:
----
postorius-1.3.10.tar.gz
postorius-1.3.10.tar.gz.asc
New:
----
postorius-v1.3.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-postorius.spec ++++++
--- /var/tmp/diff_new_pack.i2Thv4/_old 2024-09-18 15:27:37.334689062 +0200
+++ /var/tmp/diff_new_pack.i2Thv4/_new 2024-09-18 15:27:37.338689229 +0200
@@ -19,9 +19,9 @@
%bcond_without testsuite
# keep in sync with setup.py
-%global django_mailman3_min_version 1.3.10
-%global django_min_version 3.2
-%global django_max_version 4.3
+%global django_mailman3_min_version 1.3.13
+%global django_min_version 4.2
+%global django_max_version 5.1
%global mailmanclient_min_version 3.3.3
%global webapps_dir /srv/www/webapps
@@ -49,14 +49,16 @@
%global __mypython %{expand:%%{__%{mypython}}}
Name: python-postorius
-Version: 1.3.10
+Version: 1.3.12
Release: 0
Summary: A web user interface for GNU Mailman
License: GPL-3.0-only
URL: https://gitlab.com/mailman/postorius
#
-Source0:
https://gitlab.com/mailman/postorius/-/releases/v%{version}/downloads/postorius-%{version}.tar.gz
-Source1:
https://gitlab.com/mailman/postorius/-/releases/v%{version}/downloads/postorius-%{version}.tar.gz.asc
+Source0:
https://gitlab.com/mailman/postorius/-/archive/v1.3.12/postorius-v1.3.12.tar.gz
+# The release links give 404 for this release :-(
+#Source0:
https://gitlab.com/mailman/postorius/-/releases/v%{version}/downloads/postorius-%{version}.tar.gz
+#Source1:
https://gitlab.com/mailman/postorius/-/releases/v%{version}/downloads/postorius-%{version}.tar.gz.asc
Source2: python-postorius.keyring
Source3: python-postorius-rpmlintrc
#
@@ -68,6 +70,7 @@
Patch0: postorius-settings.patch
#
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pdm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: acl
@@ -83,7 +86,7 @@
%endif
# SECTION test requirements
BuildRequires: mailman3 >= 3.3.5
-BuildRequires: %{python_module Django >= %{django_min_version}}
+BuildRequires: %{python_module Django >= %{django_min_version} with
%python-Django < %{django_max_version}}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module cmarkgfm}
BuildRequires: %{python_module django-debug-toolbar >= 2.2}
@@ -156,7 +159,7 @@
System user for HyperKitty.
%prep
-%setup -q -n postorius-%{version}
+%setup -q -n postorius-v%{version}
cp %{SOURCE20} .
touch settings_local.py
@@ -205,8 +208,11 @@
rsync -a example_project/* %{buildroot}%{postorius_basedir}
chmod -x %{buildroot}%{postorius_basedir}/wsgi.py
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/example_project
+
rm -f %{buildroot}%{postorius_basedir}/README.rst
rm -f %{buildroot}%{postorius_basedir}/mailman.cfg
+rm -f %{buildroot}%{postorius_basedir}/logs/.keep
# Create an empty settings_local.py. This will be filled with a SECRET_KEY in
post
install -m 0644 settings_local.py
%{buildroot}%{postorius_etcdir}/settings_local.py