diff --git a/postorius-1.3.7.tar.gz b/postorius-1.3.7.tar.gz deleted file mode 100644 index 2cff863..0000000 --- a/postorius-1.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d40a9d025bfdec0fdeb5d320ed2db3fbbffc77bd0dfeb619f39cf345c03a2f0 -size 3197409 diff --git a/postorius-1.3.8.tar.gz b/postorius-1.3.8.tar.gz new file mode 100644 index 0000000..6fe365c --- /dev/null +++ b/postorius-1.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d664adf8f571df15090dce49c2b0a62a244d203c1bb238db336162e52833ea1f +size 3222195 diff --git a/python-postorius.changes b/python-postorius.changes index fe06360..85c0db4 100644 --- a/python-postorius.changes +++ b/python-postorius.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 25 08:12:39 UTC 2023 - Andreas Schneider + +- 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 diff --git a/python-postorius.spec b/python-postorius.spec index 6584224..b6d7fee 100644 --- a/python-postorius.spec +++ b/python-postorius.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -30,27 +30,27 @@ %global postorius_datadir %{postorius_libdir}/data %if 0%{?suse_version} >= 1550 -# Newest python supported by mailman is Python 3.9 -- https://gitlab.com/mailman/mailman/-/issues/936 -%define pythons python39 -%define mypython python39 -%define __mypython %{__python39} -%define mypython_sitelib %{python39_sitelib} +# Newest python supported by mailman is Python 3.11 +%define pythons python311 +%define mypython python311 +%define __mypython %{__python311} +%define mypython_sitelib %{python311_sitelib} %else -%{?!python_module:%define python_module() python3-%{**}} -%define pythons python3 +%{?sle15_python_module_pythons} +%define pythons python311 %define mypython python3 %define __mypython %{__python3} %define mypython_sitelib %{python3_sitelib} %endif Name: python-postorius -Version: 1.3.7 +Version: 1.3.8 Release: 0 Summary: A web user interface for GNU Mailman License: GPL-3.0-only 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 # Source10: postorius-manage.sh