aa-rss-to-discord 2.3.4__py3-none-any.whl → 2.3.5__py3-none-any.whl

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.
@@ -5,5 +5,6 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.3.4"
9
- __title__ = _("RSS to Discord")
8
+ __version__ = "2.3.5"
9
+ __title__ = "RSS to Discord"
10
+ __title_translated__ = _("RSS to Discord")
aa_rss_to_discord/apps.py CHANGED
@@ -4,9 +4,10 @@ app config
4
4
 
5
5
  # Django
6
6
  from django.apps import AppConfig
7
+ from django.utils.text import format_lazy
7
8
 
8
9
  # AA RSS to Discord
9
- from aa_rss_to_discord import __version__
10
+ from aa_rss_to_discord import __title_translated__, __version__
10
11
 
11
12
 
12
13
  class AaRssToDiscordConfig(AppConfig):
@@ -16,4 +17,6 @@ class AaRssToDiscordConfig(AppConfig):
16
17
 
17
18
  name = "aa_rss_to_discord"
18
19
  label = "aa_rss_to_discord"
19
- verbose_name = f"RSS to Discord v{__version__}"
20
+ verbose_name = format_lazy(
21
+ "{app_title} v{version}", app_title=__title_translated__, version=__version__
22
+ )
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/cs/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr ""
24
24
 
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
9
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
9
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
10
10
  "PO-Revision-Date: 2025-04-25 14:24+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/de/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "X-Generator: Weblate 5.11\n"
19
19
 
20
- #: aa_rss_to_discord/__init__.py:9
20
+ #: aa_rss_to_discord/__init__.py:10
21
21
  msgid "RSS to Discord"
22
22
  msgstr "RSS zu Discord"
23
23
 
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA RSS to Discord 2.3.4\n"
9
+ "Project-Id-Version: AA RSS to Discord 2.3.5\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
11
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
11
+ "POT-Creation-Date: 2025-11-04 13:29+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,7 +17,7 @@ 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
20
+ #: aa_rss_to_discord/__init__.py:10
21
21
  msgid "RSS to Discord"
22
22
  msgstr ""
23
23
 
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
9
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
9
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:10+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-apps/aa-rss-to-discord/es/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "X-Generator: Weblate 5.5.3\n"
19
19
 
20
- #: aa_rss_to_discord/__init__.py:9
20
+ #: aa_rss_to_discord/__init__.py:10
21
21
  msgid "RSS to Discord"
22
22
  msgstr ""
23
23
 
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
12
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
12
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
13
13
  "PO-Revision-Date: 2025-08-03 04:24+0000\n"
14
14
  "Last-Translator: The “Devcutter” Guy <mick162534@gmail.com>\n"
15
15
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/fr/>\n"
@@ -20,7 +20,7 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
21
21
  "X-Generator: Weblate 5.12.2\n"
22
22
 
23
- #: aa_rss_to_discord/__init__.py:9
23
+ #: aa_rss_to_discord/__init__.py:10
24
24
  msgid "RSS to Discord"
25
25
  msgstr "RSS vers Discord"
26
26
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/it/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr ""
24
24
 
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
9
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
9
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
10
10
  "PO-Revision-Date: 2024-08-05 10:10+0000\n"
11
11
  "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
12
12
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/ja/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
  "X-Generator: Weblate 5.6.2\n"
19
19
 
20
- #: aa_rss_to_discord/__init__.py:9
20
+ #: aa_rss_to_discord/__init__.py:10
21
21
  msgid "RSS to Discord"
22
22
  msgstr "RSS から Discord へ"
23
23
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Hue Radient <seataoji@gmail.com>\n"
13
13
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/ko/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr "디스코드로 RSS피드보내기"
24
24
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/nl/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr ""
24
24
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/pl/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr ""
24
24
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Dromiel <dimhry@yandex.ru>\n"
13
13
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/ru/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr "RSS к Дискорду"
24
24
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/sk/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr ""
24
24
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2025-08-27 20:43+0000\n"
12
12
  "Last-Translator: s0k0l -_- <salarysalo@gmail.com>\n"
13
13
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/uk/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
19
  "X-Generator: Weblate 5.13\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr "RSS до Діскорду"
24
24
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA RSS to Discord 2.2.0\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-rss-to-discord/issues\n"
10
- "POT-Creation-Date: 2025-10-07 11:05+0200\n"
10
+ "POT-Creation-Date: 2025-11-04 13:29+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:10+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/zh_Hans/>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_rss_to_discord/__init__.py:9
21
+ #: aa_rss_to_discord/__init__.py:10
22
22
  msgid "RSS to Discord"
23
23
  msgstr ""
24
24
 
@@ -1,13 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-rss-to-discord
3
- Version: 2.3.4
3
+ Version: 2.3.5
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
+ Project-URL: Codecov, https://codecov.io/gh/ppfeufer/aa-rss-to-discord
7
+ Project-URL: Discord, https://discord.gg/fjnHAmk
6
8
  Project-URL: Documentation, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md
7
- Project-URL: Donations, https://ko-fi.com/ppfeufer
8
- Project-URL: Homepage, https://github.com/ppfeufer/aa-rss-to-discord
9
- Project-URL: Source, https://github.com/ppfeufer/aa-rss-to-discord.git
9
+ Project-URL: Donation, https://ko-fi.com/ppfeufer
10
+ Project-URL: GitHub, https://github.com/ppfeufer/aa-rss-to-discord
10
11
  Project-URL: Tracker, https://github.com/ppfeufer/aa-rss-to-discord/issues
12
+ Project-URL: Translation, https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-rss-to-discord/
11
13
  Author-email: Peter Pfeufer <develop@ppfeufer.de>
12
14
  License: GNU GENERAL PUBLIC LICENSE
13
15
  Version 3, 29 June 2007
@@ -699,7 +701,7 @@ Classifier: Programming Language :: Python :: 3.12
699
701
  Classifier: Programming Language :: Python :: 3.13
700
702
  Classifier: Topic :: Internet :: WWW/HTTP
701
703
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
702
- Requires-Python: >=3.10
704
+ Requires-Python: <3.14,>=3.10
703
705
  Requires-Dist: allianceauth-app-utils>=1.14.2
704
706
  Requires-Dist: allianceauth-discordbot>=3.0.5
705
707
  Requires-Dist: allianceauth<5,>=4.3.1
@@ -718,7 +720,7 @@ Description-Content-Type: text/markdown
718
720
  ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)
719
721
  [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ppfeufer/aa-rss-to-discord/master.svg)](https://results.pre-commit.ci/latest/github/ppfeufer/aa-rss-to-discord/master)
720
722
  [![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](http://black.readthedocs.io/en/latest/)
721
- [![Discord](https://img.shields.io/discord/790364535294132234?label=discord)](https://discord.gg/zmh52wnfvM)
723
+ [![Discord](https://img.shields.io/discord/399006117012832262?label=discord)](https://discord.gg/fjnHAmk)
722
724
  [![Checks](https://github.com/ppfeufer/aa-rss-to-discord/actions/workflows/automated-checks.yml/badge.svg)](https://github.com/ppfeufer/aa-rss-to-discord/actions/workflows/automated-checks.yml)
723
725
  [![codecov](https://codecov.io/gh/ppfeufer/aa-rss-to-discord/branch/master/graph/badge.svg?token=LVEQ6W55ZB)](https://codecov.io/gh/ppfeufer/aa-rss-to-discord)
724
726
  [![Badge: Translation Status]][weblate engage]
@@ -771,7 +773,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth
771
773
  installation Then install the latest release directly from PyPi.
772
774
 
773
775
  ```shell
774
- pip install aa-rss-to-discord==2.3.4
776
+ pip install aa-rss-to-discord==2.3.5
775
777
  ```
776
778
 
777
779
  ### Step 2: Configure Alliance Auth<a name="step-2-configure-alliance-auth"></a>
@@ -826,7 +828,7 @@ To update your existing installation of Alliance Auth RSS to Discord, first enab
826
828
  virtual environment (venv) of your Alliance Auth installation.
827
829
 
828
830
  ```bash
829
- pip install aa-rss-to-discord==2.3.4
831
+ pip install aa-rss-to-discord==2.3.5
830
832
 
831
833
  python manage.py migrate
832
834
  ```
@@ -1,6 +1,6 @@
1
- aa_rss_to_discord/__init__.py,sha256=mmW_sLpdRHxvvZW6XVzl9nfsFsc0GQxbpLqk5JzzZ9o,137
1
+ aa_rss_to_discord/__init__.py,sha256=9tzlo0jwY5yWYqBaCtzzQNG1dnPYCnEQm3S3ZoHd30k,177
2
2
  aa_rss_to_discord/admin.py,sha256=bbvD0w0vFgD4kR4riWIwpOWpb9t8R6BI7ofYqTZbjDw,440
3
- aa_rss_to_discord/apps.py,sha256=2VCJz9NRLjonlVLMngaoTQLk62hfJwBTSc49PfUK4EE,322
3
+ aa_rss_to_discord/apps.py,sha256=jtIy1uXn92yURf7QG7TxzLniSbOAL41OzqjCLxTwMbA,458
4
4
  aa_rss_to_discord/auth_hooks.py,sha256=k5mLzQR1NwtA5MCedLzPyULEhv4ylwqvFpTPZ62eWJ0,273
5
5
  aa_rss_to_discord/constants.py,sha256=A-HavWaksOcqEjaaAR-iXwWS9dtZSH3G-yP9SFBZU7s,386
6
6
  aa_rss_to_discord/managers.py,sha256=bM4Mi4J-DFKVUhTFrKRh7FmZfZrWcUgOlF7Yeu69lw0,303
@@ -8,37 +8,37 @@ aa_rss_to_discord/models.py,sha256=G-_LjShFDQFcbcg3nuR5mwjBl4zmANsgF8PIrokJOdU,1
8
8
  aa_rss_to_discord/tasks.py,sha256=_PSOR-lapSkvp97X9TFg7hxEYCU8cDANnUJlv2iL-pI,7189
9
9
  aa_rss_to_discord/discordbot/cogs/__init__.py,sha256=3u3OJfO3Xh1GightCaX0lhbUbP7Lq2c1nY4Tg1FsrZo,27
10
10
  aa_rss_to_discord/discordbot/cogs/rss.py,sha256=aPov4y-ckTwzXdXfKtA5WZZKwy7myOlW2xyK5yWGhy4,8174
11
- aa_rss_to_discord/locale/django.pot,sha256=CjSi9MGBfwy8uF3z32UQU7w80tcj7b5duVwBIQWf9C0,961
11
+ aa_rss_to_discord/locale/django.pot,sha256=svcGwCHcVY3AcPwkDUarFR1bKHHX5_uGtsB-9X9ENA0,962
12
12
  aa_rss_to_discord/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=e5Bcjwg3sIKgDgHKifbl2DcH0atHMSygiZwgvKEaifs,565
13
- aa_rss_to_discord/locale/cs_CZ/LC_MESSAGES/django.po,sha256=-XRM30VajcPcFLuUfaiuDs1_Sz-ia_YCMJyDx8DwyHg,1186
13
+ aa_rss_to_discord/locale/cs_CZ/LC_MESSAGES/django.po,sha256=ntYEbl5vjSvFMmjRxSfBxZuTX75Ffo_ihqooWeYSbTU,1187
14
14
  aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo,sha256=NGLMzDZwRKCvQH_RtK9wm6UXKWHLuipasTLnjaosbRE,717
15
- aa_rss_to_discord/locale/de/LC_MESSAGES/django.po,sha256=cbPX1yq2iDcrLuv0ac58ejj11KT8yowZX2yhSbqBTMI,1182
15
+ aa_rss_to_discord/locale/de/LC_MESSAGES/django.po,sha256=yssediYbyvhuzyUfVDexBKh_7it3espx-b110kyxvTA,1183
16
16
  aa_rss_to_discord/locale/es/LC_MESSAGES/django.mo,sha256=BNXYj-j0OPYFuLpm0uJS_b28tdtbs1BOMYp_HCWcoC8,664
17
- aa_rss_to_discord/locale/es/LC_MESSAGES/django.po,sha256=3Ojgs1kqMtC4cJtAFPDyS4dyRFZjKhmVP7W3CDRlYYU,1195
17
+ aa_rss_to_discord/locale/es/LC_MESSAGES/django.po,sha256=NFJwhA-j_mIueiLUfxy0fuDu7V5CRI8pUstJbR6ptx4,1196
18
18
  aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.mo,sha256=zwgaGEqI-UlHpc9q1irjc4xDxZJZBheixtIWz-43q1U,721
19
- aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po,sha256=5YuzWxftp9lYgh0M_D6unzpgFAzLe05k6unVrv_vFLc,1336
19
+ aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po,sha256=Nw4jWJRrRZNkuufT9TpgkgYNWXRlNk7Gc0Da_CO715k,1337
20
20
  aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.mo,sha256=jyxuImpxL3PnEGxbqzYoLvrE014f-wPENwh0LMuWviM,487
21
- aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po,sha256=iKvdQYP02rNwEAWfNZwov0RrdMQUw9tdaIuaRKzcpi0,1106
21
+ aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po,sha256=RlpHgVdyYehAWi61EMB7fAQIsEGdsEHajvnjy9wUBVA,1107
22
22
  aa_rss_to_discord/locale/ja/LC_MESSAGES/django.mo,sha256=dzafm9mmWwOeYbuJWyMmxTKxqdBu7ptUXdhXllkSoY4,770
23
- aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po,sha256=8upkVbnaCJU1R0zL17z698rTeiTg7doT5k7luE61Uh4,1228
23
+ aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po,sha256=W-4CMav695caeBR7cbV5R4owXlBYM8aG7_TO1A8FFFM,1229
24
24
  aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.mo,sha256=1IW9bwgVPrzDl_0crEO0UMaPF4jP3SyTUrZeRjalzCk,738
25
- aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po,sha256=3z3q_TPaEPg8wQcexD0FxCXFd4XuLywQ1LAO046AHf0,1238
25
+ aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po,sha256=3d802zgj25pNPxShISl8hAjsXnQH1V8kZ5dOrUl9RbE,1239
26
26
  aa_rss_to_discord/locale/nl_NL/LC_MESSAGES/django.mo,sha256=JLv2IW5Kp2wqE7MqNn9P9blZ_I-Jp0CIWiHsadYgFUU,483
27
- aa_rss_to_discord/locale/nl_NL/LC_MESSAGES/django.po,sha256=QLgynzfNrOpCmuftdQaNjRGarUPEg2j-MjeAC40TbGA,1104
27
+ aa_rss_to_discord/locale/nl_NL/LC_MESSAGES/django.po,sha256=zEbu4pNNNdUB_UmDNP0Uju-pYGpOHCS457ncxtnd05s,1105
28
28
  aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.mo,sha256=2ugIqkNNVUGxIgfxUjU8SCIBJvSCn6vGzAV9Xnqiyag,543
29
- aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.po,sha256=bMDOtEtXxHuDZqcqM9NWneI8GVIvmqLTtpCy5OEr6F0,1163
29
+ aa_rss_to_discord/locale/pl_PL/LC_MESSAGES/django.po,sha256=g0Q1NWEmMQcHrUyHwL0vQB-ITWyGmrhX9_Lrt9_qcMA,1164
30
30
  aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo,sha256=BzuRJnMwz-rpbr8rc_K755H-sstix0LsOpb7lSbkRuo,865
31
- aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po,sha256=y4KU9kXlapIDw-qRlQ-Bwirr_DSyi3VzQsQcyIW2cr0,1350
31
+ aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po,sha256=1lu_ovcdG1z3G1QluM8igtI0CaTDiIMhTQNrjUzIogg,1351
32
32
  aa_rss_to_discord/locale/sk/LC_MESSAGES/django.mo,sha256=WPcDxnOaK_bCNIPoZQRxryi5F97g2RNn0Zuh9us90U0,562
33
- aa_rss_to_discord/locale/sk/LC_MESSAGES/django.po,sha256=WIeIT7qvIPB9i5XfcV8xAtqG8C5NVXj0KypxYdM5i3k,1179
33
+ aa_rss_to_discord/locale/sk/LC_MESSAGES/django.po,sha256=RZRxawM8rpf0VEB89-PxYCD032dLq14_lXwuzi_M3Vs,1180
34
34
  aa_rss_to_discord/locale/uk/LC_MESSAGES/django.mo,sha256=5DL6DnJ0kP7s9PbVr92PAeVQf-cGMSQibbnoJmZJHG8,858
35
- aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po,sha256=w05AWqfTzUKQ7Et4MjPuSnLfTtny7MRG7UzFqfNR1bE,1351
35
+ aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po,sha256=yq6RStf91Tbu8bQY2rWukO7xy5Y7Ue5jkNZR1JBw8Oo,1352
36
36
  aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=DaODnWQcYUSgtxUaPmZoEG6IQ190DS3WzCh6uNvhHh8,518
37
- aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po,sha256=1hTmsZ7vefTuW0rxTpn2HgOSCdJeQ78ncBeQARycjPM,1121
37
+ aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po,sha256=CJNIxXWG4KxvbISHvnrvHTsktCX82h7dMDMCA2-PrTQ,1122
38
38
  aa_rss_to_discord/migrations/0001_initial.py,sha256=TD8ZmWLleWEw1G3PlQh3HBU4pRXxwIfp_LMQj4IyTDE,2764
39
39
  aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py,sha256=apLeuxILrxvTntSc1bixfcDqpgt49VscyT6inLKU9k8,396
40
40
  aa_rss_to_discord/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- aa_rss_to_discord-2.3.4.dist-info/METADATA,sha256=ZMIlKzAyiExwclahvtWpLuEyUuUHgP6sHWoE-oIodo4,50245
42
- aa_rss_to_discord-2.3.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
43
- aa_rss_to_discord-2.3.4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
44
- aa_rss_to_discord-2.3.4.dist-info/RECORD,,
41
+ aa_rss_to_discord-2.3.5.dist-info/METADATA,sha256=5lrqUpzOAr9YpU99jid4oazFOH4uW29FCKxQqnMT-tQ,50395
42
+ aa_rss_to_discord-2.3.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
43
+ aa_rss_to_discord-2.3.5.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
44
+ aa_rss_to_discord-2.3.5.dist-info/RECORD,,