aa-rss-to-discord 1.8.2__tar.gz → 2.0.0b2__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.
Files changed (39) hide show
  1. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/.gitignore +5 -4
  2. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/PKG-INFO +7 -6
  3. aa_rss_to_discord-2.0.0b2/aa_rss_to_discord/__init__.py +9 -0
  4. aa_rss_to_discord-2.0.0b2/aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
  5. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.po +9 -5
  6. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/django.pot +5 -1
  7. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.po +5 -1
  8. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po +5 -1
  9. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po +5 -1
  10. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po +5 -1
  11. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po +5 -1
  12. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo +0 -0
  13. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po +11 -6
  14. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po +5 -1
  15. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po +5 -1
  16. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/pyproject.toml +4 -3
  17. aa_rss_to_discord-1.8.2/aa_rss_to_discord/__init__.py +0 -6
  18. aa_rss_to_discord-1.8.2/aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
  19. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/LICENSE +0 -0
  20. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/README.md +0 -0
  21. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/admin.py +0 -0
  22. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/apps.py +0 -0
  23. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/auth_hooks.py +0 -0
  24. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/constants.py +0 -0
  25. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/discordbot/cogs/__init__.py +0 -0
  26. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/discordbot/cogs/rss.py +0 -0
  27. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo +0 -0
  28. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  29. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  30. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo +0 -0
  31. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  32. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo +0 -0
  33. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  34. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/managers.py +0 -0
  35. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/0001_initial.py +0 -0
  36. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py +0 -0
  37. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/__init__.py +0 -0
  38. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/models.py +0 -0
  39. {aa_rss_to_discord-1.8.2 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/tasks.py +0 -0
@@ -2,14 +2,15 @@
2
2
  /dist/
3
3
  /*.egg-info/
4
4
  .idea/
5
+ .tox/
6
+ htmlcov/
7
+ node_modules/
5
8
 
6
9
  *.log
7
10
  *.tmp
8
11
  *.bak
9
12
  *.old
10
13
  __pycache__
11
-
12
- /.coverage
13
- /htmlcov/
14
- /.tox/
14
+ .coverage
15
15
  /coverage.xml
16
+ alliance_auth.sqlite3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-rss-to-discord
3
- Version: 1.8.2
3
+ Version: 2.0.0b2
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
@@ -687,7 +687,7 @@ License-File: LICENSE
687
687
  Keywords: allianceauth,discord,eveonline,rss
688
688
  Classifier: Environment :: Web Environment
689
689
  Classifier: Framework :: Django
690
- Classifier: Framework :: Django :: 4.0
690
+ Classifier: Framework :: Django :: 4.2
691
691
  Classifier: Intended Audience :: Developers
692
692
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
@@ -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>=3
706
+ Requires-Dist: allianceauth>=4.0.0b1
706
707
  Requires-Dist: feedparser
707
- Provides-Extra: tests-allianceauth-stable
708
- Requires-Dist: coverage; extra == 'tests-allianceauth-stable'
709
- Requires-Dist: django-webtest; extra == 'tests-allianceauth-stable'
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>
@@ -0,0 +1,9 @@
1
+ """
2
+ App init
3
+ """
4
+
5
+ # Django
6
+ from django.utils.translation import gettext_lazy as _
7
+
8
+ __version__ = "2.0.0-beta.2"
9
+ __title__ = _("RSS to Discord")
@@ -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-30 18:34+0100\n"
10
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
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/alliance-auth-"
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.0.2\n"
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-10-30 18:34+0100\n"
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-10-30 18:34+0100\n"
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-30 18:34+0100\n"
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-30 18:34+0100\n"
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-30 18:34+0100\n"
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-10-30 18:34+0100\n"
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 피드"
@@ -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-30 18:34+0100\n"
10
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
11
- "Last-Translator: Nikolay <nick.postnikov@gmail.com>\n"
12
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
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.0.2\n"
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-10-30 18:34+0100\n"
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-30 18:34+0100\n"
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 ""
@@ -22,7 +22,7 @@ requires-python = ">=3.8"
22
22
  classifiers = [
23
23
  "Environment :: Web Environment",
24
24
  "Framework :: Django",
25
- "Framework :: Django :: 4.0",
25
+ "Framework :: Django :: 4.2",
26
26
  "Intended Audience :: Developers",
27
27
  "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
28
28
  "Operating System :: OS Independent",
@@ -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>=3",
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-stable = [
49
+ tests-allianceauth-latest = [
49
50
  "coverage",
50
51
  "django-webtest",
51
52
  ]
@@ -1,6 +0,0 @@
1
- """
2
- App init
3
- """
4
-
5
- __version__ = "1.8.2"
6
- __title__ = "RSS to Discord"