Accepting request 1096017 from devel:languages:python:mailman

OBS-URL: https://build.opensuse.org/request/show/1096017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-postorius?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-06-30 17:58:42 +00:00 committed by Git OBS Bridge
commit 456bd51a72
4 changed files with 23 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d40a9d025bfdec0fdeb5d320ed2db3fbbffc77bd0dfeb619f39cf345c03a2f0
size 3197409

3
postorius-1.3.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d664adf8f571df15090dce49c2b0a62a244d203c1bb238db336162e52833ea1f
size 3222195

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 25 08:12:39 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.3.8
* The buttons and confirmation page for removing members have been revised in
an attempt to reduce accidental removal of all members. (Fixes #545)
* Add bounce score for members in the Members table (See #12)
* Add support for Python 3.11.
- Use sle15_python_module_pythons
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 17 15:07:07 UTC 2022 - Andreas Schneider <asn@cryptomilk.org> Thu Nov 17 15:07:07 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-postorius # spec file for package python-postorius
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -30,27 +30,27 @@
%global postorius_datadir %{postorius_libdir}/data %global postorius_datadir %{postorius_libdir}/data
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
# Newest python supported by mailman is Python 3.9 -- https://gitlab.com/mailman/mailman/-/issues/936 # Newest python supported by mailman is Python 3.11
%define pythons python39 %define pythons python311
%define mypython python39 %define mypython python311
%define __mypython %{__python39} %define __mypython %{__python311}
%define mypython_sitelib %{python39_sitelib} %define mypython_sitelib %{python311_sitelib}
%else %else
%{?!python_module:%define python_module() python3-%{**}} %{?sle15_python_module_pythons}
%define pythons python3 %define pythons python311
%define mypython python3 %define mypython python3
%define __mypython %{__python3} %define __mypython %{__python3}
%define mypython_sitelib %{python3_sitelib} %define mypython_sitelib %{python3_sitelib}
%endif %endif
Name: python-postorius Name: python-postorius
Version: 1.3.7 Version: 1.3.8
Release: 0 Release: 0
Summary: A web user interface for GNU Mailman Summary: A web user interface for GNU Mailman
License: GPL-3.0-only License: GPL-3.0-only
URL: https://gitlab.com/mailman/postorius URL: https://gitlab.com/mailman/postorius
# #
Source0: https://files.pythonhosted.org/packages/source/p/postorius/postorius-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/5b/47/0546fb950c3db35401c02ee77c66da7f78e2e276ee86198d1aa6929f9818/postorius-1.3.8.tar.gz
Source1: python-postorius-rpmlintrc Source1: python-postorius-rpmlintrc
# #
Source10: postorius-manage.sh Source10: postorius-manage.sh