Skip to content

Commit e3cc494

Browse files
committed
Introduction of PyFunceble v2.2.0 (Green Galago: Skitterbug)
Review of the `--clean-all` logic. Contributors: * @mitchellkrogza
1 parent 0f31746 commit e3cc494

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+103
-103
lines changed

.PyFunceble_production.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,12 @@ http_codes:
248248
links:
249249
api_date_format: "https://pyfunceble.funilrys.com/api/date-format"
250250
api_no_referer: "https://pyfunceble.funilrys.com/api/no-referer"
251-
config: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml"
252-
dir_structure: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/dir_structure_production.json"
253-
iana: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/iana-domains-db.json"
254-
mariadb: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/db_types/mariadb.sql"
255-
mysql: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/db_types/mysql.sql"
256-
psl: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/public-suffix.json"
251+
config: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml"
252+
dir_structure: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/dir_structure_production.json"
253+
iana: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/iana-domains-db.json"
254+
mariadb: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/db_types/mariadb.sql"
255+
mysql: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/db_types/mysql.sql"
256+
psl: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/public-suffix.json"
257257
repo: "https://github.com/funilrys/PyFunceble"
258-
requirements: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/requirements.txt"
259-
sqlite: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/db_types/sqlite.sql"
258+
requirements: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/requirements.txt"
259+
sqlite: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/db_types/sqlite.sql"

PyFunceble/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/
@@ -94,7 +94,7 @@
9494
# We set our project name.
9595
NAME = "PyFunceble"
9696
# We set out project version.
97-
VERSION = "2.2.0.dev (Green Galago: Skitterbug)"
97+
VERSION = "2.2.0. (Green Galago: Skitterbug)"
9898

9999
# We set the list of windows "platforms"
100100
WINDOWS_PLATFORMS = ["windows", "cygwin", "cygwin_nt-10.0"]

PyFunceble/adblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/

PyFunceble/api_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/

PyFunceble/auto_continue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/

PyFunceble/auto_save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/

PyFunceble/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/

PyFunceble/clean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/

PyFunceble/cli_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/
@@ -225,5 +225,5 @@ def logs_sharing(cls): # pragma: no cover
225225
PyFunceble.Fore.MAGENTA
226226
+ PyFunceble.Style.BRIGHT
227227
+ "Please find more about it at "
228-
"https://pyfunceble.readthedocs.io/en/dev/logs-sharing.html !"
228+
"https://pyfunceble.readthedocs.io/en/master/logs-sharing.html !"
229229
)

PyFunceble/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
https://github.com/funilrys/PyFunceble
2828
2929
Project documentation:
30-
https://pyfunceble.readthedocs.io/en/dev/
30+
https://pyfunceble.readthedocs.io/en/master/
3131
3232
Project homepage:
3333
https://pyfunceble.github.io/
@@ -278,7 +278,7 @@ def _install_production_config(self):
278278
# We initiate the link to the production configuration.
279279
# It is not hard coded because this method is called only if we
280280
# are sure that the configuration file exist.
281-
production_config_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml" # pylint: disable=line-too-long
281+
production_config_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml" # pylint: disable=line-too-long
282282

283283
# We update the link according to our current version.
284284
production_config_link = self.version.right_url_from_version(
@@ -437,7 +437,7 @@ class Merge: # pylint: disable=too-few-public-methods
437437

438438
def __init__(self, configuration_path):
439439
config_link = Version(True).right_url_from_version(
440-
"https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml" # pylint: disable=line-too-long
440+
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml" # pylint: disable=line-too-long
441441
)
442442

443443
self.path_to_config = configuration_path
@@ -564,7 +564,7 @@ def __init__(self, used=False):
564564
# It is hard coded because we may not have the chance to have the
565565
# configuration file everytime we need it.
566566
upstream_link = (
567-
"https://raw.githubusercontent.com/funilrys/PyFunceble/dev/version.yaml"
567+
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/version.yaml"
568568
) # pylint: disable=line-too-long
569569

570570
# We update the link according to our current version.

0 commit comments

Comments
 (0)