aa-rss-to-discord 2.0.1__tar.gz → 2.1.0__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 (45) hide show
  1. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/PKG-INFO +3 -5
  2. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/__init__.py +1 -1
  3. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/django.pot +1 -1
  4. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  5. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po +8 -8
  6. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/pyproject.toml +10 -14
  7. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/.gitignore +0 -0
  8. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/LICENSE +0 -0
  9. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/README.md +0 -0
  10. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/admin.py +0 -0
  11. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/apps.py +0 -0
  12. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/auth_hooks.py +0 -0
  13. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/constants.py +0 -0
  14. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/discordbot/cogs/__init__.py +0 -0
  15. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/discordbot/cogs/rss.py +0 -0
  16. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/cs/LC_MESSAGES/django.mo +0 -0
  17. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/cs/LC_MESSAGES/django.po +0 -0
  18. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
  19. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.po +0 -0
  20. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo +0 -0
  21. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.po +0 -0
  22. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  23. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po +0 -0
  24. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo +0 -0
  25. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po +0 -0
  26. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  27. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po +0 -0
  28. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/nl/LC_MESSAGES/django.mo +0 -0
  29. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/nl/LC_MESSAGES/django.po +0 -0
  30. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  31. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.po +0 -0
  32. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo +0 -0
  33. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po +0 -0
  34. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/sk/LC_MESSAGES/django.mo +0 -0
  35. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/sk/LC_MESSAGES/django.po +0 -0
  36. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo +0 -0
  37. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po +0 -0
  38. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  39. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
  40. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/managers.py +0 -0
  41. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/migrations/0001_initial.py +0 -0
  42. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py +0 -0
  43. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/migrations/__init__.py +0 -0
  44. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/models.py +0 -0
  45. {aa_rss_to_discord-2.0.1 → aa_rss_to_discord-2.1.0}/aa_rss_to_discord/tasks.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-rss-to-discord
3
- Version: 2.0.1
3
+ Version: 2.1.0
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
@@ -693,17 +693,15 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
694
694
  Classifier: Programming Language :: Python
695
695
  Classifier: Programming Language :: Python :: 3 :: Only
696
- Classifier: Programming Language :: Python :: 3.8
697
- Classifier: Programming Language :: Python :: 3.9
698
696
  Classifier: Programming Language :: Python :: 3.10
699
697
  Classifier: Programming Language :: Python :: 3.11
700
698
  Classifier: Programming Language :: Python :: 3.12
701
699
  Classifier: Topic :: Internet :: WWW/HTTP
702
700
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
703
- Requires-Python: >=3.8
701
+ Requires-Python: >=3.10
704
702
  Requires-Dist: allianceauth-app-utils>=1.14.2
705
703
  Requires-Dist: allianceauth-discordbot>=3.0.5
706
- Requires-Dist: allianceauth<5.0.0,>=4
704
+ Requires-Dist: allianceauth<5,>=4
707
705
  Requires-Dist: feedparser
708
706
  Provides-Extra: tests-allianceauth-latest
709
707
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.1"
8
+ __version__ = "2.1.0"
9
9
  __title__ = _("RSS to Discord")
@@ -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: 2024-03-20 17:13+0100\n"
11
+ "POT-Creation-Date: 2024-07-30 10:50+0200\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"
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2024.
5
+ # Houbi_Houba <paul.lacape@live.fr>, 2024.
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2023-11-15 18:12+0100\n"
11
- "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
11
+ "PO-Revision-Date: 2024-07-10 09:28+0000\n"
12
+ "Last-Translator: Houbi_Houba <paul.lacape@live.fr>\n"
13
13
  "Language-Team: French <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-rss-to-discord/fr/>\n"
15
15
  "Language: fr_FR\n"
@@ -17,19 +17,19 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
20
- "X-Generator: Weblate 5.5.3\n"
20
+ "X-Generator: Weblate 5.6.2\n"
21
21
 
22
22
  #: aa_rss_to_discord/__init__.py:9
23
23
  msgid "RSS to Discord"
24
- msgstr ""
24
+ msgstr "RSS vers Discord"
25
25
 
26
26
  #: aa_rss_to_discord/models.py:41
27
27
  msgid "RSS Feed"
28
- msgstr ""
28
+ msgstr "Flux RSS"
29
29
 
30
30
  #: aa_rss_to_discord/models.py:42
31
31
  msgid "RSS Feeds"
32
- msgstr ""
32
+ msgstr "Flux RSS"
33
33
 
34
34
  #: aa_rss_to_discord/models.py:69
35
35
  msgid "Last Item"
@@ -14,11 +14,11 @@ keywords = [
14
14
  "eveonline",
15
15
  "rss",
16
16
  ]
17
- license = {file = "LICENSE"}
17
+ license = { file = "LICENSE" }
18
18
  authors = [
19
19
  { name = "Peter Pfeufer", email = "develop@ppfeufer.de" },
20
20
  ]
21
- requires-python = ">=3.8"
21
+ requires-python = ">=3.10"
22
22
  classifiers = [
23
23
  "Environment :: Web Environment",
24
24
  "Framework :: Django",
@@ -28,8 +28,6 @@ classifiers = [
28
28
  "Operating System :: OS Independent",
29
29
  "Programming Language :: Python",
30
30
  "Programming Language :: Python :: 3 :: Only",
31
- "Programming Language :: Python :: 3.8",
32
- "Programming Language :: Python :: 3.9",
33
31
  "Programming Language :: Python :: 3.10",
34
32
  "Programming Language :: Python :: 3.11",
35
33
  "Programming Language :: Python :: 3.12",
@@ -40,23 +38,21 @@ dynamic = [
40
38
  "version",
41
39
  ]
42
40
  dependencies = [
43
- "allianceauth<5.0.0,>=4",
41
+ "allianceauth<5,>=4",
44
42
  "allianceauth-app-utils>=1.14.2",
45
43
  "allianceauth-discordbot>=3.0.5",
46
44
  "feedparser",
47
45
  ]
48
- [project.optional-dependencies]
49
- tests-allianceauth-latest = [
46
+ optional-dependencies.tests-allianceauth-latest = [
50
47
  "coverage",
51
48
  "django-webtest",
52
49
  ]
53
- [project.urls]
54
- Changelog = "https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md"
55
- Documentation = "https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md"
56
- Donations = "https://ko-fi.com/ppfeufer"
57
- Homepage = "https://github.com/ppfeufer/aa-rss-to-discord"
58
- Source = "https://github.com/ppfeufer/aa-rss-to-discord.git"
59
- Tracker = "https://github.com/ppfeufer/aa-rss-to-discord/issues"
50
+ urls.Changelog = "https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md"
51
+ urls.Documentation = "https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md"
52
+ urls.Donations = "https://ko-fi.com/ppfeufer"
53
+ urls.Homepage = "https://github.com/ppfeufer/aa-rss-to-discord"
54
+ urls.Source = "https://github.com/ppfeufer/aa-rss-to-discord.git"
55
+ urls.Tracker = "https://github.com/ppfeufer/aa-rss-to-discord/issues"
60
56
 
61
57
  [tool.hatch.build]
62
58
  include = [