Skip to content

Commit

Permalink
Introduction of 3.2.2 Teal Blauwbok: Bombardier.
Browse files Browse the repository at this point in the history
This patch provides the fix of #97.
  • Loading branch information
funilrys committed Jun 17, 2020
1 parent cefc944 commit 588e530
Show file tree
Hide file tree
Showing 135 changed files with 168 additions and 168 deletions.
10 changes: 5 additions & 5 deletions .PyFunceble_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,13 @@ http_codes:
links:
api_date_format: "https://pyfunceble.funilrys.com/api/date-format"
api_no_referer: "https://pyfunceble.funilrys.com/api/no-referer"
config: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml"
dir_structure: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/dir_structure_production.json"
config: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml"
dir_structure: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/dir_structure_production.json"
iana: "https://raw.githubusercontent.com/PyFunceble/iana/master/iana-domains-db.json"
ipv4_reputation: "https://reputation.alienvault.com/reputation.data"
mariadb: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/db_types/mariadb.sql"
mysql: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/db_types/mysql.sql"
mariadb: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/db_types/mariadb.sql"
mysql: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/db_types/mysql.sql"
psl: "https://raw.githubusercontent.com/PyFunceble/public-suffix/master/public-suffix.json"
repo: "https://github.com/funilrys/PyFunceble"
requirements: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/requirements.txt"
requirements: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/requirements.txt"
user_agents: "https://raw.githubusercontent.com/PyFunceble/user_agents/master/user_agents.json"
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/abstracts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
4 changes: 2 additions & 2 deletions PyFunceble/abstracts/infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -104,7 +104,7 @@ class Infrastructure:
:type: str
"""

PROD_CONFIG_LINK = "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml" # pylint: disable=line-too-long
PROD_CONFIG_LINK = "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml" # pylint: disable=line-too-long
"""
Sets the link to the production configuration file.
Expand Down
4 changes: 2 additions & 2 deletions PyFunceble/abstracts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -65,7 +65,7 @@ class Package:
:type: str
"""

VERSION = "3.2.2.dev (Teal Blauwbok: Moth)"
VERSION = "3.2.2. (Teal Blauwbok: Bombardier)"
"""
Sets the package version.
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/abstracts/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
4 changes: 2 additions & 2 deletions PyFunceble/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -97,7 +97,7 @@ def tool(): # pragma: no cover pylint: disable=too-many-branches,too-many-state

epilog = (
f"{Style.BRIGHT}{Fore.YELLOW}For an in-depth usage, explanation and examples of the arguments, "
f"you should read the documentation at{Fore.GREEN} https://pyfunceble.readthedocs.io/en/dev/"
f"you should read the documentation at{Fore.GREEN} https://pyfunceble.readthedocs.io/en/master/"
f"{Style.RESET_ALL}\n\n"
f"Crafted with {Fore.RED}{Fore.RESET} by "
f"{Style.BRIGHT}{Fore.CYAN}Nissar Chababy (@funilrys){Style.RESET_ALL} "
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/execution_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/iana.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/publicsuffix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/config/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/config/preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/adblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/digit2digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/internal_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/month.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
6 changes: 3 additions & 3 deletions PyFunceble/core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -399,7 +399,7 @@ def logs_sharing(cls):
print(Fore.GREEN + Style.BRIGHT + "You are sharing your logs!")
print(
Fore.MAGENTA + Style.BRIGHT + "Please find more about it at "
"https://pyfunceble.readthedocs.io/en/dev/logs-sharing.html !"
"https://pyfunceble.readthedocs.io/en/master/logs-sharing.html !"
)

@classmethod
Expand All @@ -411,7 +411,7 @@ def get_upstream_version_file(cls): # pragma: no cover
# We initiate the link to the upstream version file.
# It is hard coded because we may not have the chance to have the
# configuration file everytime we need it.
upstream_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/version.yaml" # pylint: disable=line-too-long
upstream_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/master/version.yaml" # pylint: disable=line-too-long

upstream_link = PyFunceble.converter.InternalUrl(upstream_link).get_converted()

Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/database/inactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/database/whois.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/db_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/directory_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/iana.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down

0 comments on commit 588e530

Please sign in to comment.