aa-rss-to-discord 1.8.2__tar.gz → 2.0.0b1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/.gitignore +5 -4
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/PKG-INFO +6 -5
- aa_rss_to_discord-2.0.0b1/aa_rss_to_discord/__init__.py +9 -0
- aa_rss_to_discord-2.0.0b1/aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.po +9 -5
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/django.pot +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.po +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po +11 -6
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po +5 -1
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/pyproject.toml +3 -2
- aa_rss_to_discord-1.8.2/aa_rss_to_discord/__init__.py +0 -6
- aa_rss_to_discord-1.8.2/aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/LICENSE +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/README.md +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/admin.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/apps.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/auth_hooks.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/constants.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/discordbot/cogs/__init__.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/discordbot/cogs/rss.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/managers.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/migrations/0001_initial.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/migrations/__init__.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/models.py +0 -0
- {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/tasks.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aa-rss-to-discord
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0b1
|
|
4
4
|
Summary: Alliance Auth module to post news from RSS feeds to your Discord
|
|
5
5
|
Project-URL: Changelog, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md
|
|
6
6
|
Project-URL: Documentation, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md
|
|
@@ -697,16 +697,17 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
697
697
|
Classifier: Programming Language :: Python :: 3.9
|
|
698
698
|
Classifier: Programming Language :: Python :: 3.10
|
|
699
699
|
Classifier: Programming Language :: Python :: 3.11
|
|
700
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
700
701
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
701
702
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
702
703
|
Requires-Python: >=3.8
|
|
703
704
|
Requires-Dist: allianceauth-app-utils>=1.14.2
|
|
704
705
|
Requires-Dist: allianceauth-discordbot>=3.0.5
|
|
705
|
-
Requires-Dist: allianceauth>=
|
|
706
|
+
Requires-Dist: allianceauth>=4.0.0b1
|
|
706
707
|
Requires-Dist: feedparser
|
|
707
|
-
Provides-Extra: tests-allianceauth-
|
|
708
|
-
Requires-Dist: coverage; extra == 'tests-allianceauth-
|
|
709
|
-
Requires-Dist: django-webtest; extra == 'tests-allianceauth-
|
|
708
|
+
Provides-Extra: tests-allianceauth-latest
|
|
709
|
+
Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
|
|
710
|
+
Requires-Dist: django-webtest; extra == 'tests-allianceauth-latest'
|
|
710
711
|
Description-Content-Type: text/markdown
|
|
711
712
|
|
|
712
713
|
# Alliance Auth RSS to Discord<a name="alliance-auth-rss-to-discord"></a>
|
|
@@ -6,17 +6,21 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2023-
|
|
10
|
-
"PO-Revision-Date: 2023-
|
|
9
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
10
|
+
"PO-Revision-Date: 2023-11-16 18:04+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
|
-
"Language-Team: German <https://weblate.ppfeufer.de/projects/
|
|
13
|
-
"apps/aa-rss-to-discord/de/>\n"
|
|
12
|
+
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
|
|
13
|
+
"alliance-auth-apps/aa-rss-to-discord/de/>\n"
|
|
14
14
|
"Language: de\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
18
18
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
19
|
-
"X-Generator: Weblate 5.
|
|
19
|
+
"X-Generator: Weblate 5.1\n"
|
|
20
|
+
|
|
21
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
22
|
+
msgid "RSS to Discord"
|
|
23
|
+
msgstr "RSS zu Discord"
|
|
20
24
|
|
|
21
25
|
#: aa_rss_to_discord/models.py:41
|
|
22
26
|
msgid "RSS Feed"
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2023-
|
|
11
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -17,6 +17,10 @@ msgstr ""
|
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
|
|
20
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
21
|
+
msgid "RSS to Discord"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
20
24
|
#: aa_rss_to_discord/models.py:41
|
|
21
25
|
msgid "RSS Feed"
|
|
22
26
|
msgstr ""
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2023-
|
|
9
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
|
|
11
11
|
"Last-Translator: Zigor Fernandez Moreno <sietehierros@gmail.com>\n"
|
|
12
12
|
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -18,6 +18,10 @@ msgstr ""
|
|
|
18
18
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
19
19
|
"X-Generator: Weblate 5.0.2\n"
|
|
20
20
|
|
|
21
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
22
|
+
msgid "RSS to Discord"
|
|
23
|
+
msgstr ""
|
|
24
|
+
|
|
21
25
|
#: aa_rss_to_discord/models.py:41
|
|
22
26
|
msgid "RSS Feed"
|
|
23
27
|
msgstr "RSS Feed"
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2023-
|
|
10
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -19,6 +19,10 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
20
20
|
"X-Generator: Weblate 5.0.2\n"
|
|
21
21
|
|
|
22
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
23
|
+
msgid "RSS to Discord"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
22
26
|
#: aa_rss_to_discord/models.py:41
|
|
23
27
|
msgid "RSS Feed"
|
|
24
28
|
msgstr ""
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2023-
|
|
10
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -19,6 +19,10 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
20
20
|
"X-Generator: Weblate 5.0.2\n"
|
|
21
21
|
|
|
22
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
23
|
+
msgid "RSS to Discord"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
22
26
|
#: aa_rss_to_discord/models.py:41
|
|
23
27
|
msgid "RSS Feed"
|
|
24
28
|
msgstr ""
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2023-
|
|
10
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -19,6 +19,10 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
20
20
|
"X-Generator: Weblate 5.0.2\n"
|
|
21
21
|
|
|
22
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
23
|
+
msgid "RSS to Discord"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
22
26
|
#: aa_rss_to_discord/models.py:41
|
|
23
27
|
msgid "RSS Feed"
|
|
24
28
|
msgstr ""
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2023-
|
|
9
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
|
|
11
11
|
"Last-Translator: Author50CO <tkddlschry@gmail.com>\n"
|
|
12
12
|
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -18,6 +18,10 @@ msgstr ""
|
|
|
18
18
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
19
19
|
"X-Generator: Weblate 5.0.2\n"
|
|
20
20
|
|
|
21
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
22
|
+
msgid "RSS to Discord"
|
|
23
|
+
msgstr ""
|
|
24
|
+
|
|
21
25
|
#: aa_rss_to_discord/models.py:41
|
|
22
26
|
msgid "RSS Feed"
|
|
23
27
|
msgstr "RSS 피드"
|
|
Binary file
|
|
@@ -2,22 +2,27 @@
|
|
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
4
|
# Nikolay <nick.postnikov@gmail.com>, 2023.
|
|
5
|
+
# Dromiel <dimhry@yandex.ru>, 2024.
|
|
5
6
|
msgid ""
|
|
6
7
|
msgstr ""
|
|
7
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
8
9
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2023-
|
|
10
|
-
"PO-Revision-Date:
|
|
11
|
-
"Last-Translator:
|
|
12
|
-
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/
|
|
13
|
-
"apps/aa-rss-to-discord/ru/>\n"
|
|
10
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
11
|
+
"PO-Revision-Date: 2024-01-17 18:05+0000\n"
|
|
12
|
+
"Last-Translator: Dromiel <dimhry@yandex.ru>\n"
|
|
13
|
+
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
|
|
14
|
+
"alliance-auth-apps/aa-rss-to-discord/ru/>\n"
|
|
14
15
|
"Language: ru\n"
|
|
15
16
|
"MIME-Version: 1.0\n"
|
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
18
19
|
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
|
|
19
20
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
20
|
-
"X-Generator: Weblate 5.
|
|
21
|
+
"X-Generator: Weblate 5.3.1\n"
|
|
22
|
+
|
|
23
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
24
|
+
msgid "RSS to Discord"
|
|
25
|
+
msgstr "RSS к Дискорду"
|
|
21
26
|
|
|
22
27
|
#: aa_rss_to_discord/models.py:41
|
|
23
28
|
msgid "RSS Feed"
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2023-
|
|
9
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
|
@@ -19,6 +19,10 @@ msgstr ""
|
|
|
19
19
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
20
20
|
"X-Generator: Weblate 5.0.2\n"
|
|
21
21
|
|
|
22
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
23
|
+
msgid "RSS to Discord"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
22
26
|
#: aa_rss_to_discord/models.py:41
|
|
23
27
|
msgid "RSS Feed"
|
|
24
28
|
msgstr "RSS-канал"
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2023-
|
|
10
|
+
"POT-Creation-Date: 2023-11-15 18:12+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2023-09-24 13:13+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
|
|
@@ -19,6 +19,10 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
20
20
|
"X-Generator: Weblate 5.0.2\n"
|
|
21
21
|
|
|
22
|
+
#: aa_rss_to_discord/__init__.py:9
|
|
23
|
+
msgid "RSS to Discord"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
22
26
|
#: aa_rss_to_discord/models.py:41
|
|
23
27
|
msgid "RSS Feed"
|
|
24
28
|
msgstr ""
|
|
@@ -32,6 +32,7 @@ classifiers = [
|
|
|
32
32
|
"Programming Language :: Python :: 3.9",
|
|
33
33
|
"Programming Language :: Python :: 3.10",
|
|
34
34
|
"Programming Language :: Python :: 3.11",
|
|
35
|
+
"Programming Language :: Python :: 3.12",
|
|
35
36
|
"Topic :: Internet :: WWW/HTTP",
|
|
36
37
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
|
37
38
|
]
|
|
@@ -39,13 +40,13 @@ dynamic = [
|
|
|
39
40
|
"version",
|
|
40
41
|
]
|
|
41
42
|
dependencies = [
|
|
42
|
-
"allianceauth>=
|
|
43
|
+
"allianceauth>=4.0.0b1",
|
|
43
44
|
"allianceauth-app-utils>=1.14.2",
|
|
44
45
|
"allianceauth-discordbot>=3.0.5",
|
|
45
46
|
"feedparser",
|
|
46
47
|
]
|
|
47
48
|
[project.optional-dependencies]
|
|
48
|
-
tests-allianceauth-
|
|
49
|
+
tests-allianceauth-latest = [
|
|
49
50
|
"coverage",
|
|
50
51
|
"django-webtest",
|
|
51
52
|
]
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/discordbot/cogs/__init__.py
RENAMED
|
File without changes
|
{aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/discordbot/cogs/rss.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/migrations/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
{aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b1}/aa_rss_to_discord/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|