Codebase list django-mailman3 / upstream/1.3.7+git20211009.1.1fbc4e3
Import upstream version 1.3.7+git20211009.1.1fbc4e3 Debian Janitor 2 years ago
8 changed file(s) with 174 addition(s) and 156 deletion(s). Raw diff Collapse all Expand all
0 Metadata-Version: 1.2
0 Metadata-Version: 2.1
11 Name: django-mailman3
2 Version: 1.3.7
2 Version: 1.3.8
33 Summary: Django library to help interaction with Mailman
44 Home-page: https://gitlab.com/mailman/django-mailman3
55 Maintainer: Mailman Developers
66 Maintainer-email: mailman-developers@python.org
77 License: GPLv3
8 Description: ==============================
9 Django library for Mailman UIs
10 ==============================
11
12 This package contains libraries and templates for Django-based interfaces
13 interacting with Mailman.
14
15 To use this application, add ``django_mailman3`` to the ``INSTALLED_APPS`` list
16 in your Django server's settings file.
17
18
19 NEWS
20 ====
21
22 1.3.7 (2021-09-02)
23 ------------------
24
25 * Set the minimum required version of ``mailmanclient`` in setup.py.
26 (Fixes #46)
27
28 1.3.6 (2021-08-31)
29 ------------------
30 * ``django_mailman3.lib.mailman.get_mailman_client()`` now supports
31 Mailmanclient request hooks to be added using a new
32 ``@mailmanclient_request_hook`` decorator.
33 * Scrubber now removes null bytes from the scrubbed message body.
34 * Update the Display Name of a user and it's associated addresses in Mailman
35 when the display name is updated in Django.
36 * Sync a Django user's email address to Core even if it is not verified.
37 * Add an allauth account adapter to disable signups.
38 * Add support for Django 3.2.
39
40 1.3.5 (2021-01-15)
41 ------------------
42 * Add a new method get_django_user to return Django User model. (See !99)
43 * Add ``delete_archives`` field to ``mailinglist_deleted`` Signal.
44 * Replaced deprecated ``ugettexy_lazy`` with ``gettext_lazy``. (Closes #37)
45
46
47 1.3.4 (2020-06-05)
48 ------------------
49 * Fix a bug caused by bumping to Mailman API 3.1 in version 1.3.3 which
50 resulted in 404 errors for some users. (Closes #35)
51
52
53 1.3.3 (2020-06-01)
54 ------------------
55
56 - Hide "Account Connections" tab in accounts if no social account providers are
57 installed. (See !54)
58 - Use bold font for form labels (See !82)
59 - Update a user's preferred_address in Mailman Core when a user updates their
60 primary address in Profile. (Closes #32)
61 - Use Mailman's API version 3.1 to get Hex UUIDs instead of integer.
62 - Caught a LookupError when scrubbing an attachment with an unknown charset.
63 (Closes #12)
64 - Properly scrub the content of message/rfc822 parts. (Closes #34)
65
66 License
67 =======
68
69 Django-mailman is licensed under the
70 `GPL v3.0 <http://www.gnu.org/licenses/gpl-3.0.html>`_
71
72 Copyright (C) 2017-2020 by the Free Software Foundation, Inc.
73
748 Keywords: mailman django
759 Platform: UNKNOWN
7610 Classifier: Framework :: Django
7812 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
7913 Classifier: Topic :: Communications :: Email :: Mailing List Servers
8014 Classifier: Programming Language :: Python :: 3
15 License-File: COPYING.txt
16
17 ==============================
18 Django library for Mailman UIs
19 ==============================
20
21 This package contains libraries and templates for Django-based interfaces
22 interacting with Mailman.
23
24 To use this application, add ``django_mailman3`` to the ``INSTALLED_APPS`` list
25 in your Django server's settings file.
26
27
28 NEWS
29 ====
30
31 1.3.8 (XXXX-XX-XX)
32 ------------------
33
34
35 1.3.7 (2021-09-02)
36 ------------------
37
38 * Set the minimum required version of ``mailmanclient`` in setup.py.
39 (Fixes #46)
40
41 1.3.6 (2021-08-31)
42 ------------------
43 * ``django_mailman3.lib.mailman.get_mailman_client()`` now supports
44 Mailmanclient request hooks to be added using a new
45 ``@mailmanclient_request_hook`` decorator.
46 * Scrubber now removes null bytes from the scrubbed message body.
47 * Update the Display Name of a user and it's associated addresses in Mailman
48 when the display name is updated in Django.
49 * Sync a Django user's email address to Core even if it is not verified.
50 * Add an allauth account adapter to disable signups.
51 * Add support for Django 3.2.
52
53 1.3.5 (2021-01-15)
54 ------------------
55 * Add a new method get_django_user to return Django User model. (See !99)
56 * Add ``delete_archives`` field to ``mailinglist_deleted`` Signal.
57 * Replaced deprecated ``ugettexy_lazy`` with ``gettext_lazy``. (Closes #37)
58
59
60 1.3.4 (2020-06-05)
61 ------------------
62 * Fix a bug caused by bumping to Mailman API 3.1 in version 1.3.3 which
63 resulted in 404 errors for some users. (Closes #35)
64
65
66 1.3.3 (2020-06-01)
67 ------------------
68
69 - Hide "Account Connections" tab in accounts if no social account providers are
70 installed. (See !54)
71 - Use bold font for form labels (See !82)
72 - Update a user's preferred_address in Mailman Core when a user updates their
73 primary address in Profile. (Closes #32)
74 - Use Mailman's API version 3.1 to get Hex UUIDs instead of integer.
75 - Caught a LookupError when scrubbing an attachment with an unknown charset.
76 (Closes #12)
77 - Properly scrub the content of message/rfc822 parts. (Closes #34)
78
79 License
80 =======
81
82 Django-mailman is licensed under the
83 `GPL v3.0 <http://www.gnu.org/licenses/gpl-3.0.html>`_
84
85 Copyright (C) 2017-2020 by the Free Software Foundation, Inc.
86
87
1010
1111 NEWS
1212 ====
13
14 1.3.8 (XXXX-XX-XX)
15 ------------------
16
1317
1418 1.3.7 (2021-09-02)
1519 ------------------
55 msgid ""
66 msgstr ""
77 "Project-Id-Version: \n"
8 "Report-Msgid-Bugs-To: \n"
8 "Report-Msgid-Bugs-To: mailman-developers@python.org\n"
99 "POT-Creation-Date: 2021-07-24 20:21-0700\n"
10 "PO-Revision-Date: 2021-04-15 11:27+0000\n"
11 "Last-Translator: J. Lavoie <j.lavoie@net-c.ca>\n"
10 "PO-Revision-Date: 2021-09-12 22:53+0000\n"
11 "Last-Translator: nautilusx <translate@disroot.org>\n"
1212 "Language-Team: German <https://hosted.weblate.org/projects/gnu-mailman/"
1313 "django-mailman3/de/>\n"
1414 "Language: de\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
1818 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19 "X-Generator: Weblate 4.6-dev\n"
19 "X-Generator: Weblate 4.9-dev\n"
2020
2121 #: forms.py:32
2222 msgid "Username"
23 msgstr ""
23 msgstr "Benutzername"
2424
2525 #: forms.py:33
2626 msgid "First name"
77 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: mailman-developers@python.org\n"
99 "POT-Creation-Date: 2021-07-24 20:21-0700\n"
10 "PO-Revision-Date: 2021-08-20 15:34+0000\n"
11 "Last-Translator: Massimo Zappalà <blackout69@catania.linux.it>\n"
10 "PO-Revision-Date: 2021-09-24 14:39+0000\n"
11 "Last-Translator: Leonardo Robol <leo@robol.it>\n"
1212 "Language-Team: Italian <https://hosted.weblate.org/projects/gnu-mailman/"
1313 "django-mailman3/it/>\n"
1414 "Language: it\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
1818 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19 "X-Generator: Weblate 4.8-dev\n"
19 "X-Generator: Weblate 4.9-dev\n"
2020
2121 #: forms.py:32
2222 msgid "Username"
151151 "<a href=\"%(signup_url)s\">sign up</a> first."
152152 msgstr ""
153153 "Se non hai ancora un account,\n"
154 "\"<a href=\"%(signup_url)s\">iscriviti</a> per continuare."
154 "<a href=\"%(signup_url)s\">iscriviti</a> per continuare."
155155
156156 #: templates/account/login.html:50
157157 msgid "Forgot Password?"
55 msgid ""
66 msgstr ""
77 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
8 "Report-Msgid-Bugs-To: mailman-developers@python.org\n"
99 "POT-Creation-Date: 2021-07-24 20:21-0700\n"
10 "PO-Revision-Date: 2020-04-16 10:11+0000\n"
10 "PO-Revision-Date: 2021-09-21 09:38+0000\n"
1111 "Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
1212 "Language-Team: Albanian <https://hosted.weblate.org/projects/gnu-mailman/"
1313 "django-mailman3/sq/>\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
1818 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19 "X-Generator: Weblate 4.0.1-dev\n"
19 "X-Generator: Weblate 4.9-dev\n"
2020
2121 #: forms.py:32
2222 msgid "Username"
23 msgstr ""
23 msgstr "Emër përdoruesi"
2424
2525 #: forms.py:33
2626 msgid "First name"
27 msgstr ""
27 msgstr "Emër"
2828
2929 #: forms.py:34
3030 msgid "Last name"
31 msgstr ""
31 msgstr "Mbiemër"
3232
3333 #: forms.py:36
3434 msgid "Time zone"
35 msgstr ""
35 msgstr "Zonë kohore"
3636
3737 #: forms.py:43
3838 msgid "A user with that username already exists."
4949
5050 #: templates/account/email.html:25
5151 msgid "Verified"
52 msgstr "E verifikuar"
52 msgstr "E paraverifikuar"
5353
5454 #: templates/account/email.html:27
5555 msgid "Unverified"
0 Metadata-Version: 1.2
0 Metadata-Version: 2.1
11 Name: django-mailman3
2 Version: 1.3.7
2 Version: 1.3.8
33 Summary: Django library to help interaction with Mailman
44 Home-page: https://gitlab.com/mailman/django-mailman3
55 Maintainer: Mailman Developers
66 Maintainer-email: mailman-developers@python.org
77 License: GPLv3
8 Description: ==============================
9 Django library for Mailman UIs
10 ==============================
11
12 This package contains libraries and templates for Django-based interfaces
13 interacting with Mailman.
14
15 To use this application, add ``django_mailman3`` to the ``INSTALLED_APPS`` list
16 in your Django server's settings file.
17
18
19 NEWS
20 ====
21
22 1.3.7 (2021-09-02)
23 ------------------
24
25 * Set the minimum required version of ``mailmanclient`` in setup.py.
26 (Fixes #46)
27
28 1.3.6 (2021-08-31)
29 ------------------
30 * ``django_mailman3.lib.mailman.get_mailman_client()`` now supports
31 Mailmanclient request hooks to be added using a new
32 ``@mailmanclient_request_hook`` decorator.
33 * Scrubber now removes null bytes from the scrubbed message body.
34 * Update the Display Name of a user and it's associated addresses in Mailman
35 when the display name is updated in Django.
36 * Sync a Django user's email address to Core even if it is not verified.
37 * Add an allauth account adapter to disable signups.
38 * Add support for Django 3.2.
39
40 1.3.5 (2021-01-15)
41 ------------------
42 * Add a new method get_django_user to return Django User model. (See !99)
43 * Add ``delete_archives`` field to ``mailinglist_deleted`` Signal.
44 * Replaced deprecated ``ugettexy_lazy`` with ``gettext_lazy``. (Closes #37)
45
46
47 1.3.4 (2020-06-05)
48 ------------------
49 * Fix a bug caused by bumping to Mailman API 3.1 in version 1.3.3 which
50 resulted in 404 errors for some users. (Closes #35)
51
52
53 1.3.3 (2020-06-01)
54 ------------------
55
56 - Hide "Account Connections" tab in accounts if no social account providers are
57 installed. (See !54)
58 - Use bold font for form labels (See !82)
59 - Update a user's preferred_address in Mailman Core when a user updates their
60 primary address in Profile. (Closes #32)
61 - Use Mailman's API version 3.1 to get Hex UUIDs instead of integer.
62 - Caught a LookupError when scrubbing an attachment with an unknown charset.
63 (Closes #12)
64 - Properly scrub the content of message/rfc822 parts. (Closes #34)
65
66 License
67 =======
68
69 Django-mailman is licensed under the
70 `GPL v3.0 <http://www.gnu.org/licenses/gpl-3.0.html>`_
71
72 Copyright (C) 2017-2020 by the Free Software Foundation, Inc.
73
748 Keywords: mailman django
759 Platform: UNKNOWN
7610 Classifier: Framework :: Django
7812 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
7913 Classifier: Topic :: Communications :: Email :: Mailing List Servers
8014 Classifier: Programming Language :: Python :: 3
15 License-File: COPYING.txt
16
17 ==============================
18 Django library for Mailman UIs
19 ==============================
20
21 This package contains libraries and templates for Django-based interfaces
22 interacting with Mailman.
23
24 To use this application, add ``django_mailman3`` to the ``INSTALLED_APPS`` list
25 in your Django server's settings file.
26
27
28 NEWS
29 ====
30
31 1.3.8 (XXXX-XX-XX)
32 ------------------
33
34
35 1.3.7 (2021-09-02)
36 ------------------
37
38 * Set the minimum required version of ``mailmanclient`` in setup.py.
39 (Fixes #46)
40
41 1.3.6 (2021-08-31)
42 ------------------
43 * ``django_mailman3.lib.mailman.get_mailman_client()`` now supports
44 Mailmanclient request hooks to be added using a new
45 ``@mailmanclient_request_hook`` decorator.
46 * Scrubber now removes null bytes from the scrubbed message body.
47 * Update the Display Name of a user and it's associated addresses in Mailman
48 when the display name is updated in Django.
49 * Sync a Django user's email address to Core even if it is not verified.
50 * Add an allauth account adapter to disable signups.
51 * Add support for Django 3.2.
52
53 1.3.5 (2021-01-15)
54 ------------------
55 * Add a new method get_django_user to return Django User model. (See !99)
56 * Add ``delete_archives`` field to ``mailinglist_deleted`` Signal.
57 * Replaced deprecated ``ugettexy_lazy`` with ``gettext_lazy``. (Closes #37)
58
59
60 1.3.4 (2020-06-05)
61 ------------------
62 * Fix a bug caused by bumping to Mailman API 3.1 in version 1.3.3 which
63 resulted in 404 errors for some users. (Closes #35)
64
65
66 1.3.3 (2020-06-01)
67 ------------------
68
69 - Hide "Account Connections" tab in accounts if no social account providers are
70 installed. (See !54)
71 - Use bold font for form labels (See !82)
72 - Update a user's preferred_address in Mailman Core when a user updates their
73 primary address in Profile. (Closes #32)
74 - Use Mailman's API version 3.1 to get Hex UUIDs instead of integer.
75 - Caught a LookupError when scrubbing an attachment with an unknown charset.
76 (Closes #12)
77 - Properly scrub the content of message/rfc822 parts. (Closes #34)
78
79 License
80 =======
81
82 Django-mailman is licensed under the
83 `GPL v3.0 <http://www.gnu.org/licenses/gpl-3.0.html>`_
84
85 Copyright (C) 2017-2020 by the Free Software Foundation, Inc.
86
87
0 django-allauth
1 django-gravatar2>=1.0.6
02 django<3.3,>=2.2
13 mailmanclient>=3.3.3
2 django-allauth
3 django-gravatar2>=1.0.6
44 pytz
1919
2020 setup(
2121 name="django-mailman3",
22 version="1.3.7",
22 version="1.3.8",
2323 description="Django library to help interaction with Mailman",
2424 long_description=open('README.rst').read(),
2525 maintainer="Mailman Developers",