Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-mailman3 for 
openSUSE:Factory checked in at 2023-06-30 19:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-mailman3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-mailman3.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-mailman3"

Fri Jun 30 19:58:43 2023 rev:12 rq:1096019 version:1.3.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-mailman3/python-django-mailman3.changes
    2022-11-22 16:10:51.166233892 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-mailman3.new.13546/python-django-mailman3.changes
 2023-06-30 19:59:02.305702776 +0200
@@ -1,0 +2,7 @@
+Sun Jun 25 08:23:00 UTC 2023 - Andreas Schneider <a...@cryptomilk.org>
+
+- Update to version 1.3.9
+  * Add support for Python 3.11
+- Use sle15_python_module_pythons
+
+-------------------------------------------------------------------

Old:
----
  django-mailman3-1.3.8.tar.gz

New:
----
  django-mailman3-1.3.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-mailman3.spec ++++++
--- /var/tmp/diff_new_pack.CwIUNM/_old  2023-06-30 19:59:02.937706535 +0200
+++ /var/tmp/diff_new_pack.CwIUNM/_new  2023-06-30 19:59:02.941706559 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-mailman3
 #
-# 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
@@ -16,16 +16,15 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
 %define modname django_mailman3
 Name:           python-django-mailman3
-Version:        1.3.8
+Version:        1.3.9
 Release:        0
 Summary:        Django library to help interaction with Mailman
 License:        GPL-3.0-only
 URL:            https://gitlab.com/mailman/django-mailman3
-Source:         
https://files.pythonhosted.org/packages/source/d/django-mailman3/django-mailman3-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/04/b0/34331deb242988466cd34ffaa04c316c5eaf40760998d9ff2055142e2c6a/django-mailman3-1.3.9.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++++++ django-mailman3-1.3.8.tar.gz -> django-mailman3-1.3.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/PKG-INFO 
new/django-mailman3-1.3.9/PKG-INFO
--- old/django-mailman3-1.3.8/PKG-INFO  2022-10-22 06:57:40.341461400 +0200
+++ new/django-mailman3-1.3.9/PKG-INFO  2023-01-04 09:24:42.011791000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: django-mailman3
-Version: 1.3.8
+Version: 1.3.9
 Summary: Django library to help interaction with Mailman
 Home-page: https://gitlab.com/mailman/django-mailman3
 Maintainer: Mailman Developers
@@ -29,6 +29,11 @@
 NEWS
 ====
 
+1.3.9 (2022-01-04)
+------------------
+
+* Add support for Python 3.11.
+
 1.3.8 (2022-10-22)
 ------------------
 * Add support for Django 4.0 and 4.1 (Fixes #55)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/README.rst 
new/django-mailman3-1.3.9/README.rst
--- old/django-mailman3-1.3.8/README.rst        2022-10-22 06:23:12.000000000 
+0200
+++ new/django-mailman3-1.3.9/README.rst        2023-01-04 09:23:49.000000000 
+0100
@@ -12,6 +12,11 @@
 NEWS
 ====
 
+1.3.9 (2022-01-04)
+------------------
+
+* Add support for Python 3.11.
+
 1.3.8 (2022-10-22)
 ------------------
 * Add support for Django 4.0 and 4.1 (Fixes #55)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/__init__.py 
new/django-mailman3-1.3.9/django_mailman3/__init__.py
--- old/django-mailman3-1.3.8/django_mailman3/__init__.py       2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/__init__.py       2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/admin.py 
new/django-mailman3-1.3.9/django_mailman3/admin.py
--- old/django-mailman3-1.3.8/django_mailman3/admin.py  2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/admin.py  2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/apps.py 
new/django-mailman3-1.3.9/django_mailman3/apps.py
--- old/django-mailman3-1.3.8/django_mailman3/apps.py   2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/apps.py   2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/context_processors.py 
new/django-mailman3-1.3.9/django_mailman3/context_processors.py
--- old/django-mailman3-1.3.8/django_mailman3/context_processors.py     
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/context_processors.py     
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/forms.py 
new/django-mailman3-1.3.9/django_mailman3/forms.py
--- old/django-mailman3-1.3.8/django_mailman3/forms.py  2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/forms.py  2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/__init__.py 
new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/__init__.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/__init__.py       
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/__init__.py       
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2012-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/provider.py 
new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/provider.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/provider.py       
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/provider.py       
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2012-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/urls.py 
new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/urls.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/urls.py   
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/urls.py   
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2012-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/views.py 
new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/views.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/auth/fedora/views.py  
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/auth/fedora/views.py  
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2012-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/lib/mailman.py 
new/django-mailman3-1.3.9/django_mailman3/lib/mailman.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/mailman.py    2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/mailman.py    2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/lib/paginator.py 
new/django-mailman3-1.3.9/django_mailman3/lib/paginator.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/paginator.py  2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/paginator.py  2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/lib/scrub.py 
new/django-mailman3-1.3.9/django_mailman3/lib/scrub.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/scrub.py      2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/scrub.py      2023-01-04 
09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2017-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/lib/user.py 
new/django-mailman3-1.3.9/django_mailman3/lib/user.py
--- old/django-mailman3-1.3.8/django_mailman3/lib/user.py       2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/lib/user.py       2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2020-2023 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/locale/de/LC_MESSAGES/django.po 
new/django-mailman3-1.3.9/django_mailman3/locale/de/LC_MESSAGES/django.po
--- old/django-mailman3-1.3.8/django_mailman3/locale/de/LC_MESSAGES/django.po   
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/locale/de/LC_MESSAGES/django.po   
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2018-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 by the Free Software Foundation, Inc.
 # This file is distributed under the same license as the PACKAGE package.
 # Daniel <dsd.tr...@gmail.com>, 2018
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/locale/id/LC_MESSAGES/django.po 
new/django-mailman3-1.3.9/django_mailman3/locale/id/LC_MESSAGES/django.po
--- old/django-mailman3-1.3.8/django_mailman3/locale/id/LC_MESSAGES/django.po   
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/locale/id/LC_MESSAGES/django.po   
2023-01-04 09:11:29.000000000 +0100
@@ -6,10 +6,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: mailman-develop...@python.org\n"
 "POT-Creation-Date: 2022-05-18 17:38+0000\n"
-"PO-Revision-Date: 2021-06-12 00:44+0000\n"
-"Last-Translator: Reza Almanda <rezaalmand...@gmail.com>\n"
+"PO-Revision-Date: 2022-11-09 17:30+0000\n"
+"Last-Translator: Neko Nekowazarashi <ko...@nekoweb.my.id>\n"
 "Language-Team: Indonesian <https://hosted.weblate.org/projects/gnu-mailman/";
 "django-mailman3/id/>\n"
 "Language: id\n"
@@ -17,27 +17,28 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 4.7-dev\n"
+"X-Generator: Weblate 4.15-dev\n"
 
 #: forms.py:32
 msgid "Username"
-msgstr ""
+msgstr "Nama pengguna"
 
 #: forms.py:33
 msgid "First name"
-msgstr ""
+msgstr "Nama depan"
 
 #: forms.py:34
+#, fuzzy
 msgid "Last name"
-msgstr ""
+msgstr "Nama belakang"
 
 #: forms.py:36
 msgid "Time zone"
-msgstr ""
+msgstr "Zona waktu"
 
 #: forms.py:43
 msgid "A user with that username already exists."
-msgstr ""
+msgstr "Pengguna dengan nama pengguna berikut sudah ada."
 
 #: templates/account/email.html:6
 #: templates/django_mailman3/profile/base.html:17
@@ -46,58 +47,62 @@
 
 #: templates/account/email.html:11
 msgid "The following e-mail addresses are associated with your account:"
-msgstr ""
+msgstr "Surel berikut terhubung dengan akun Anda:"
 
 #: templates/account/email.html:25
 msgid "Verified"
-msgstr ""
+msgstr "Terverifikasi"
 
 #: templates/account/email.html:27
+#, fuzzy
 msgid "Unverified"
-msgstr ""
+msgstr "Tidak terverifikasi"
 
 #: templates/account/email.html:29
 msgid "Primary"
-msgstr ""
+msgstr "Utama"
 
 #: templates/account/email.html:35
 msgid "Make Primary"
-msgstr ""
+msgstr "Buat Jadi Utama"
 
 #: templates/account/email.html:36
 msgid "Re-send Verification"
-msgstr ""
+msgstr "Kirim Ulang Verifikasi"
 
 #: templates/account/email.html:37 templates/socialaccount/connections.html:34
 msgid "Remove"
-msgstr ""
+msgstr "Hapus"
 
 #: templates/account/email.html:44
 msgid "Warning:"
-msgstr ""
+msgstr "Peringatan:"
 
 #: templates/account/email.html:44
 msgid ""
 "You currently do not have any e-mail address set up. You should really add "
 "an e-mail address so you can receive notifications, reset your password, etc."
 msgstr ""
+"Saat ini Anda tidak memiliki surel untuk akun Anda. Anda sebaiknya harus "
+"menambahkan sebuah alamat surel sehingga Anda bisa menerima notifikasi, "
+"mengatur ulang kata sandi, dll."
 
 #: templates/account/email.html:49
 msgid "Add E-mail Address"
-msgstr ""
+msgstr "Tambah Alamat Surel"
 
 #: templates/account/email.html:55
 msgid "Add E-mail"
-msgstr ""
+msgstr "Tambah Surel"
 
 #: templates/account/email.html:66
 msgid "Do you really want to remove the selected e-mail address?"
-msgstr ""
+msgstr "Apakah Anda yakin ingin menghapus surel yang dipilih?"
 
 #: templates/account/email_confirm.html:6
 #: templates/account/email_confirm.html:10
 msgid "Confirm E-mail Address"
-msgstr ""
+msgstr "Konfirmasi Alamat Surel"
 
 #: templates/account/email_confirm.html:16
 #, python-format
@@ -105,17 +110,21 @@
 "Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an e-mail "
 "address for user %(user_display)s."
 msgstr ""
+"Mohon konfirmasi bahwa <a href=\"mailto:%(email)s\">%(email)s</a> adalah "
+"alamat surel untuk %(user_display)s."
 
 #: templates/account/email_confirm.html:20
 msgid "Confirm"
-msgstr ""
+msgstr "Konfirmasi"
 
 #: templates/account/email_confirm.html:27
-#, python-format
+#, fuzzy, python-format
 msgid ""
 "This e-mail confirmation link expired or is invalid. Please <a href="
 "\"%(email_url)s\">issue a new e-mail confirmation request</a>."
 msgstr ""
+"Tautan konfirmasi surel ini sudah kedaluwarsa atau tidak valid. Mohon <a "
+"href=\"%(email_url)s\">kirim surel permintaan konfirmasi yang baru</a>."
 
 #: templates/account/login.html:7 templates/account/login.html:11
 #: templates/account/login.html:48
@@ -123,18 +132,20 @@
 msgstr "Masuk"
 
 #: templates/account/login.html:18
-#, python-format
+#, fuzzy, python-format
 msgid ""
 "Please sign in with one\n"
 "of your existing third party accounts. Or, <a href=\"%(signup_url)s\">sign "
 "up</a>\n"
 "for a %(site_name)s account and sign in below:"
 msgstr ""
+"Mohon masuk dengan salah satu akun pihak ketiga. Atau <a href=\"%(signup_url)"
+"s\">daftar</a> untuk akun di %(site_name)s dan daftar di bawah:"
 
 #: templates/account/login.html:30
 #: templates/django_mailman3/profile/profile.html:72
 msgid "or"
-msgstr ""
+msgstr "atau"
 
 #: templates/account/login.html:37
 #, python-format
@@ -142,49 +153,54 @@
 "If you have not created an account yet, then please\n"
 "<a href=\"%(signup_url)s\">sign up</a> first."
 msgstr ""
+"Jika Anda belum membuat akun, maka silakan <a href=\"%(signup_url)s\""
+">daftar</a> terlebih dahulu."
 
 #: templates/account/login.html:50
 msgid "Forgot Password?"
-msgstr ""
+msgstr "Lupa Kata Sandi?"
 
 #: templates/account/logout.html:5 templates/account/logout.html:8
 #: templates/account/logout.html:17
 msgid "Sign Out"
-msgstr ""
+msgstr "Keluar"
 
 #: templates/account/logout.html:10
 msgid "Are you sure you want to sign out?"
-msgstr ""
+msgstr "Apakah Anda yakin ingin keluar?"
 
 #: templates/account/password_change.html:12
 #: templates/account/password_reset_from_key.html:6
 #: templates/account/password_reset_from_key.html:9
 #: templates/django_mailman3/profile/base.html:20
 msgid "Change Password"
-msgstr ""
+msgstr "Ubah Kata Sandi"
 
 #: templates/account/password_reset.html:7
 #: templates/account/password_reset.html:11
 msgid "Password Reset"
-msgstr ""
+msgstr "Atur Ulang Kata Sandi"
 
 #: templates/account/password_reset.html:16
 msgid ""
 "Forgotten your password? Enter your e-mail address below, and we'll send you "
 "an e-mail allowing you to reset it."
 msgstr ""
+"Lupa kata sandi Anda? Masukkan surel Anda di bawah dan kami akan mengirimkan "
+"Anda sebuah surel untuk Anda mengatur ulangn kata sandi tersebut."
 
 #: templates/account/password_reset.html:22
 msgid "Reset My Password"
-msgstr ""
+msgstr "Atur Ulang Kata Sandi Saya"
 
 #: templates/account/password_reset.html:27
 msgid "Please contact us if you have any trouble resetting your password."
 msgstr ""
+"Kontak kami jika Anda memiliki masalah dalam mengatur ulang kata sandi Anda."
 
 #: templates/account/password_reset_from_key.html:9
 msgid "Bad Token"
-msgstr ""
+msgstr "Token Buruk"
 
 #: templates/account/password_reset_from_key.html:13
 #, python-format
@@ -193,22 +209,25 @@
 "used.  Please request a <a href=\"%(passwd_reset_url)s\">new password reset</"
 "a>."
 msgstr ""
+"Tautan atur ulang kata sandi tidak valid, kemungkinan karena sudah "
+"digunakan.  Silakan minta kembali <a href=\"%(passwd_reset_url)s\">atur "
+"ulang kata sandi baru</a>."
 
 #: templates/account/password_reset_from_key.html:20
 msgid "change password"
-msgstr ""
+msgstr "ubah kata sandi"
 
 #: templates/account/password_reset_from_key.html:25
 msgid "Your password is now changed."
-msgstr ""
+msgstr "Kata sandi Anda sudah diubah."
 
 #: templates/account/password_set.html:12
 msgid "Set Password"
-msgstr ""
+msgstr "Atur Kata Sandi"
 
 #: templates/account/signup.html:6 templates/socialaccount/signup.html:6
 msgid "Signup"
-msgstr ""
+msgstr "Daftar"
 
 #: templates/account/signup.html:9 templates/account/signup.html:20
 #: templates/socialaccount/signup.html:9 templates/socialaccount/signup.html:21
@@ -220,102 +239,109 @@
 msgid ""
 "Already have an account? Then please <a href=\"%(login_url)s\">sign in</a>."
 msgstr ""
+"Sudah punya akun? Kalau begitu silakan <a href=\"%(login_url)s\">masuk</a>."
 
 #: templates/django_mailman3/paginator/pagination.html:45
 msgid "Jump to page:"
-msgstr ""
+msgstr "Loncat ke halaman:"
 
 #: templates/django_mailman3/paginator/pagination.html:63
 msgid "Results per page:"
-msgstr ""
+msgstr "Hasil per halaman:"
 
 #: templates/django_mailman3/paginator/pagination.html:79
 #: templates/django_mailman3/profile/profile.html:71
 msgid "Update"
-msgstr ""
+msgstr "Perbarui"
 
 #: templates/django_mailman3/profile/base.html:6
 msgid "User Profile"
-msgstr ""
+msgstr "Profil Pengguna"
 
 #: templates/django_mailman3/profile/base.html:13
 msgid "User profile"
-msgstr ""
+msgstr "Profil pengguna"
 
 #: templates/django_mailman3/profile/base.html:13
 msgid "for"
-msgstr ""
+msgstr "untuk"
 
 #: templates/django_mailman3/profile/base.html:23
 msgid "E-mail Addresses"
-msgstr ""
+msgstr "Alamat Surel"
 
 #: templates/django_mailman3/profile/base.html:30
 msgid "Account Connections"
-msgstr ""
+msgstr "Koneksi Akun"
 
 #: templates/django_mailman3/profile/base.html:35
 #: templates/django_mailman3/profile/delete_profile.html:16
 msgid "Delete Account"
-msgstr ""
+msgstr "Hapus Akun"
 
 #: templates/django_mailman3/profile/delete_profile.html:11
 msgid ""
 "Are you sure you want to delete your account? This will remove your account "
 "along with all your subscriptions."
 msgstr ""
+"Apakah Anda yakin ingin menghapus akun Anda? Ini akan menghapus akun Anda "
+"dan seluruh langganan Anda."
 
 #: templates/django_mailman3/profile/profile.html:20
 #: templates/django_mailman3/profile/profile.html:57
+#, fuzzy
 msgid "Edit on"
-msgstr ""
+msgstr "Sunting pada"
 
 #: templates/django_mailman3/profile/profile.html:28
 msgid "Primary email:"
-msgstr ""
+msgstr "Surel utama:"
 
 #: templates/django_mailman3/profile/profile.html:34
 msgid "Other emails:"
-msgstr ""
+msgstr "Surel lain:"
 
 #: templates/django_mailman3/profile/profile.html:40
 msgid "(no other email)"
-msgstr ""
+msgstr "(tidak ada surel lain)"
 
 #: templates/django_mailman3/profile/profile.html:45
 msgid "Link another address"
-msgstr ""
+msgstr "Tautkan alamat lain"
 
 #: templates/django_mailman3/profile/profile.html:53
 msgid "Avatar:"
-msgstr ""
+msgstr "Avatar:"
 
 #: templates/django_mailman3/profile/profile.html:63
 msgid "Joined on:"
-msgstr ""
+msgstr "Bergabung pada:"
 
 #: templates/django_mailman3/profile/profile.html:72
 msgid "cancel"
-msgstr ""
+msgstr "batal"
 
 #: templates/openid/login.html:10
 msgid "OpenID Sign In"
-msgstr ""
+msgstr "Masuk via OpenID"
 
 #: templates/socialaccount/connections.html:9
 msgid ""
 "You can sign in to your account using any of the following third party "
 "accounts:"
 msgstr ""
+"Anda bisa masuk ke akun Anda menggunakan salah satu dari akun pihak ketiga "
+"berikut:"
 
 #: templates/socialaccount/connections.html:42
 msgid ""
 "You currently have no social network accounts connected to this account."
 msgstr ""
+"Anda saat ini tidak memiliki akun jejaring sosial yang terhubung ke akun ini."
 
 #: templates/socialaccount/connections.html:45
 msgid "Add a 3rd Party Account"
-msgstr ""
+msgstr "Tambahkan Akun Pihak Ketiga"
 
 #: templates/socialaccount/signup.html:11
 #, python-format
@@ -323,31 +349,33 @@
 "You are about to use your %(provider_name)s account to login to\n"
 "%(site_name)s. As a final step, please complete the following form:"
 msgstr ""
+"Anda akan menggunakan akun %(provider_name)s untuk masuk ke %(site_name)s. "
+"Sebagai langkah terakhir, mohon selesaikan formulir di bawah ini:"
 
 #: templatetags/pagination.py:43
 msgid "Newer"
-msgstr ""
+msgstr "Lebih baru"
 
 #: templatetags/pagination.py:44
 msgid "Older"
-msgstr ""
+msgstr "Lebih lama"
 
 #: templatetags/pagination.py:46
 msgid "Previous"
-msgstr ""
+msgstr "Sebelumnya"
 
 #: templatetags/pagination.py:47
 msgid "Next"
-msgstr ""
+msgstr "Selanjutnya"
 
 #: views/profile.py:72
 msgid "The profile was successfully updated."
-msgstr ""
+msgstr "Profil ini berhasil diperbarui."
 
 #: views/profile.py:74
 msgid "No change detected."
-msgstr ""
+msgstr "Tidak ada perubahan yang terdeteksi."
 
 #: views/profile.py:110
 msgid "Successfully deleted account"
-msgstr ""
+msgstr "Berhasil menghapus akun"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/locale/ko/LC_MESSAGES/django.po 
new/django-mailman3-1.3.9/django_mailman3/locale/ko/LC_MESSAGES/django.po
--- old/django-mailman3-1.3.8/django_mailman3/locale/ko/LC_MESSAGES/django.po   
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/locale/ko/LC_MESSAGES/django.po   
2023-01-04 09:11:29.000000000 +0100
@@ -6,10 +6,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: mailman-develop...@python.org\n"
 "POT-Creation-Date: 2022-05-18 17:38+0000\n"
-"PO-Revision-Date: 2021-05-14 08:32+0000\n"
-"Last-Translator: Lens0021 <lorentz0...@gmail.com>\n"
+"PO-Revision-Date: 2022-10-30 14:07+0000\n"
+"Last-Translator: 이정희 <daemu...@gmail.com>\n"
 "Language-Team: Korean <https://hosted.weblate.org/projects/gnu-mailman/";
 "django-mailman3/ko/>\n"
 "Language: ko\n"
@@ -17,23 +17,23 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 4.7-dev\n"
+"X-Generator: Weblate 4.14.2-dev\n"
 
 #: forms.py:32
 msgid "Username"
-msgstr ""
+msgstr "사용자이름"
 
 #: forms.py:33
 msgid "First name"
-msgstr ""
+msgstr "이름"
 
 #: forms.py:34
 msgid "Last name"
-msgstr ""
+msgstr "성"
 
 #: forms.py:36
 msgid "Time zone"
-msgstr ""
+msgstr "시간대"
 
 #: forms.py:43
 msgid "A user with that username already exists."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/locale/ru/LC_MESSAGES/django.po 
new/django-mailman3-1.3.9/django_mailman3/locale/ru/LC_MESSAGES/django.po
--- old/django-mailman3-1.3.8/django_mailman3/locale/ru/LC_MESSAGES/django.po   
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/locale/ru/LC_MESSAGES/django.po   
2023-01-04 09:11:29.000000000 +0100
@@ -6,10 +6,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: mailman-develop...@python.org\n"
 "POT-Creation-Date: 2022-05-18 17:38+0000\n"
-"PO-Revision-Date: 2021-12-11 16:52+0000\n"
-"Last-Translator: Ivan Kuznetsov <k...@solvo.ru>\n"
+"PO-Revision-Date: 2022-11-25 11:46+0000\n"
+"Last-Translator: Alexander Ryazanov (alryaz) <alr...@xavux.com>\n"
 "Language-Team: Russian <https://hosted.weblate.org/projects/gnu-mailman/";
 "django-mailman3/ru/>\n"
 "Language: ru\n"
@@ -19,7 +19,7 @@
 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
 "%100>=11 && n%100<=14)? 2 : 3);\n"
-"X-Generator: Weblate 4.10-dev\n"
+"X-Generator: Weblate 4.15-dev\n"
 
 #: forms.py:32
 msgid "Username"
@@ -156,8 +156,8 @@
 "If you have not created an account yet, then please\n"
 "<a href=\"%(signup_url)s\">sign up</a> first."
 msgstr ""
-"Если вы ещё не создали учетную запись, то 
пожалуйста\n"
-"<a href=\"%(signup_url)s\">войдите</a> сначала."
+"Если вы ещё не создали учётную запись, 
пожалуйста, пройдите сначала\n"
+"<a href=\"%(signup_url)s\">процедуру регистрации</a>."
 
 #: templates/account/login.html:50
 msgid "Forgot Password?"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/middleware/__init__.py 
new/django-mailman3-1.3.9/django_mailman3/middleware/__init__.py
--- old/django-mailman3-1.3.8/django_mailman3/middleware/__init__.py    
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/middleware/__init__.py    
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/models.py 
new/django-mailman3-1.3.9/django_mailman3/models.py
--- old/django-mailman3-1.3.8/django_mailman3/models.py 2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/models.py 2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/signals.py 
new/django-mailman3-1.3.9/django_mailman3/signals.py
--- old/django-mailman3-1.3.8/django_mailman3/signals.py        2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/signals.py        2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
Binary files 
old/django-mailman3-1.3.8/django_mailman3/static/django-mailman3/img/login/facebook.png
 and 
new/django-mailman3-1.3.9/django_mailman3/static/django-mailman3/img/login/facebook.png
 differ
Binary files 
old/django-mailman3-1.3.8/django_mailman3/static/django-mailman3/img/login/github.png
 and 
new/django-mailman3-1.3.9/django_mailman3/static/django-mailman3/img/login/github.png
 differ
Binary files 
old/django-mailman3-1.3.8/django_mailman3/static/django-mailman3/img/login/openid.png
 and 
new/django-mailman3-1.3.9/django_mailman3/static/django-mailman3/img/login/openid.png
 differ
Binary files 
old/django-mailman3-1.3.8/django_mailman3/static/django-mailman3/img/login/stackexchange.png
 and 
new/django-mailman3-1.3.9/django_mailman3/static/django-mailman3/img/login/stackexchange.png
 differ
Binary files 
old/django-mailman3-1.3.8/django_mailman3/static/django-mailman3/img/login/stackoverflow.png
 and 
new/django-mailman3-1.3.9/django_mailman3/static/django-mailman3/img/login/stackoverflow.png
 differ
Binary files 
old/django-mailman3-1.3.8/django_mailman3/static/django-mailman3/img/login/twitter.png
 and 
new/django-mailman3-1.3.9/django_mailman3/static/django-mailman3/img/login/twitter.png
 differ
Binary files 
old/django-mailman3-1.3.8/django_mailman3/static/django-mailman3/img/login/yahoo.png
 and 
new/django-mailman3-1.3.9/django_mailman3/static/django-mailman3/img/login/yahoo.png
 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/templatetags/bootstrap_tags.py 
new/django-mailman3-1.3.9/django_mailman3/templatetags/bootstrap_tags.py
--- old/django-mailman3-1.3.8/django_mailman3/templatetags/bootstrap_tags.py    
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/templatetags/bootstrap_tags.py    
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2012-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2012-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Postorius.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/templatetags/d_gravatar.py 
new/django-mailman3-1.3.9/django_mailman3/templatetags/d_gravatar.py
--- old/django-mailman3-1.3.8/django_mailman3/templatetags/d_gravatar.py        
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/templatetags/d_gravatar.py        
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2019-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2019-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django_Mailman3.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/templatetags/pagination.py 
new/django-mailman3-1.3.9/django_mailman3/templatetags/pagination.py
--- old/django-mailman3-1.3.8/django_mailman3/templatetags/pagination.py        
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/templatetags/pagination.py        
2023-01-04 09:11:29.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_bootstrap_tags.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_bootstrap_tags.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_bootstrap_tags.py      
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_bootstrap_tags.py      
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2017-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_context_processors.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_context_processors.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_context_processors.py  
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_context_processors.py  
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_delete_account.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_delete_account.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_delete_account.py      
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_delete_account.py      
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2018-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_forms.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_forms.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_forms.py       
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_forms.py       
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_lib_auth_fedora_provider.py
 
new/django-mailman3-1.3.9/django_mailman3/tests/test_lib_auth_fedora_provider.py
--- 
old/django-mailman3-1.3.8/django_mailman3/tests/test_lib_auth_fedora_provider.py
    2022-10-22 06:22:20.000000000 +0200
+++ 
new/django-mailman3-1.3.9/django_mailman3/tests/test_lib_auth_fedora_provider.py
    2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2017-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman3.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_lib_user.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_lib_user.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_lib_user.py    
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_lib_user.py    
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2020-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2020-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_mailman.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_mailman.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_mailman.py     
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_mailman.py     
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_middlewares.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_middlewares.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_middlewares.py 
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_middlewares.py 
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2017-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2017-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_paginator.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_paginator.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_paginator.py   
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_paginator.py   
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_scrub.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_scrub.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_scrub.py       
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_scrub.py       
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_signals.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_signals.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_signals.py     
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_signals.py     
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/test_view_profile.py 
new/django-mailman3-1.3.9/django_mailman3/tests/test_view_profile.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/test_view_profile.py        
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/test_view_profile.py        
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/tests/urls_test.py 
new/django-mailman3-1.3.9/django_mailman3/tests/urls_test.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/urls_test.py        
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/urls_test.py        
2023-01-04 09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/tests/utils.py 
new/django-mailman3-1.3.9/django_mailman3/tests/utils.py
--- old/django-mailman3-1.3.8/django_mailman3/tests/utils.py    2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/tests/utils.py    2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/django_mailman3/urls.py 
new/django-mailman3-1.3.9/django_mailman3/urls.py
--- old/django-mailman3-1.3.8/django_mailman3/urls.py   2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/urls.py   2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/views/profile.py 
new/django-mailman3-1.3.9/django_mailman3/views/profile.py
--- old/django-mailman3-1.3.8/django_mailman3/views/profile.py  2022-10-22 
06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/views/profile.py  2023-01-04 
09:11:29.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3/views/user_adapter.py 
new/django-mailman3-1.3.9/django_mailman3/views/user_adapter.py
--- old/django-mailman3-1.3.8/django_mailman3/views/user_adapter.py     
2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3/views/user_adapter.py     
2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2021-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-mailman3-1.3.8/django_mailman3.egg-info/PKG-INFO 
new/django-mailman3-1.3.9/django_mailman3.egg-info/PKG-INFO
--- old/django-mailman3-1.3.8/django_mailman3.egg-info/PKG-INFO 2022-10-22 
06:57:40.000000000 +0200
+++ new/django-mailman3-1.3.9/django_mailman3.egg-info/PKG-INFO 2023-01-04 
09:24:41.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: django-mailman3
-Version: 1.3.8
+Version: 1.3.9
 Summary: Django library to help interaction with Mailman
 Home-page: https://gitlab.com/mailman/django-mailman3
 Maintainer: Mailman Developers
@@ -29,6 +29,11 @@
 NEWS
 ====
 
+1.3.9 (2022-01-04)
+------------------
+
+* Add support for Python 3.11.
+
 1.3.8 (2022-10-22)
 ------------------
 * Add support for Django 4.0 and 4.1 (Fixes #55)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/setup.py 
new/django-mailman3-1.3.9/setup.py
--- old/django-mailman3-1.3.8/setup.py  2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/setup.py  2023-01-04 09:11:29.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2022 by the Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 by the Free Software Foundation, Inc.
 #
 # This file is part of Django-Mailman.
 #
@@ -20,7 +20,7 @@
 
 setup(
     name="django-mailman3",
-    version="1.3.8",
+    version="1.3.9",
     description="Django library to help interaction with Mailman",
     long_description=open('README.rst').read(),
     maintainer="Mailman Developers",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-mailman3-1.3.8/tox.ini 
new/django-mailman3-1.3.9/tox.ini
--- old/django-mailman3-1.3.8/tox.ini   2022-10-22 06:22:20.000000000 +0200
+++ new/django-mailman3-1.3.9/tox.ini   2023-01-04 09:11:29.000000000 +0100
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{37,38,39,310}-django{32,40,41,latest},lint
+envlist = py{37,38,39,310.311}-django{32,40,41,latest},lint
 
 
 [testenv]

Reply via email to