aa-rss-to-discord 2.0.0b1__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.
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/PKG-INFO +2 -2
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/__init__.py +1 -1
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/pyproject.toml +1 -1
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/.gitignore +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/LICENSE +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/README.md +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/admin.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/apps.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/auth_hooks.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/constants.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/discordbot/cogs/__init__.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/discordbot/cogs/rss.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/django.pot +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/managers.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/0001_initial.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/__init__.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/models.py +0 -0
- {aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/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: 2.0.
|
|
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.
|
|
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
|
|
@@ -22,7 +22,7 @@ requires-python = ">=3.8"
|
|
|
22
22
|
classifiers = [
|
|
23
23
|
"Environment :: Web Environment",
|
|
24
24
|
"Framework :: Django",
|
|
25
|
-
"Framework :: Django :: 4.
|
|
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",
|
|
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-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
{aa_rss_to_discord-2.0.0b1 → aa_rss_to_discord-2.0.0b2}/aa_rss_to_discord/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|