Commit Graph

1597 Commits

Author SHA1 Message Date
gfyoung
d8df5f1dc4
Use example files to allow proper git-ignoring
The following files:

* myhosts
* blacklist
* whitelist

can be all be modified by the user for personal usage.
However, git is tracking these files since they exist
in the repository, which makes it difficult to do so
without accidentally pushing one's own customizations.

This commit converts those examples to ".example" files,
which serve as the defaults if one of the files listed
above does not exist.

Closes gh-144.
2018-09-06 12:20:37 -07:00
Steven Black
fbbd071611
Release 2.0.0 2018-09-06 00:02:56 -04:00
Steven Black
3adadd9a9a
Updates from sinfonietta, someonewhocares.org, MalwareDomainlist.com, lightswitch05, and Badd-Boyz. 2018-09-05 23:59:09 -04:00
Steven Black
ad9c3c80b2
Add Python 3.7 requirement clarification to the readme_template. 2018-09-05 23:53:59 -04:00
funilrys
0d0ee1bcdc
Deletion of mock as it is now built-in 2018-09-05 23:53:58 -04:00
funilrys
39e829b716
Introduction of python 3.7 into the CI tests
Signed-off-by: funilrys <contact@funilrys.com>
2018-09-05 23:53:58 -04:00
funilrys
0782145b8e
Deletion of python2 related information 2018-09-05 23:53:58 -04:00
funilrys
e2be45842b
Deletion of unneeded comments 2018-09-05 23:53:58 -04:00
funilrys
f54a27103c
Exlicitly set the python interpreter to use 2018-09-05 23:53:58 -04:00
funilrys
9ef1e4a1fc
Deletion of unneeded comment 2018-09-05 23:53:58 -04:00
StevenBlack
79e755b77d
Remove a Python 3 reference since Python 3 is now explicitly rerquired. 2018-09-05 23:53:58 -04:00
StevenBlack
05e0e5baeb
Update the reame_template for Python 3. 2018-09-05 23:53:57 -04:00
funilrys
7c2da6044e
Deletion of unneeded comment 2018-09-05 23:53:57 -04:00
funilrys
782a178596
This patch fix https://github.com/StevenBlack/hosts/pull/730#discussion_r205657347 2018-09-05 23:53:57 -04:00
funilrys
f5ef7e02d7
Fixing flake8 issues 2018-09-05 23:53:57 -04:00
funilrys
e246960c43
Fixing flake8 issues 2018-09-05 23:53:57 -04:00
funilrys
a49fc7af44
Deletion of sys as it is unuseed
Also:

  * Fixing flake8 issue
2018-09-05 23:53:57 -04:00
funilrys
deed6786ef
Fix syntax error produced by last commit 2018-09-05 23:53:57 -04:00
funilrys
62ccd5b084
Deletion of decode_line() as it is not required anymore in python 3
Also:
  * Deletion of any PY3 references
2018-09-05 23:53:57 -04:00
funilrys
58db5143ed
Deletion of future dependencies
Also:
  * deletion of raw_input
2018-09-05 23:53:35 -04:00
funilrys
d60754db68
Update of the version of beautifulsoup4 2018-09-05 23:53:34 -04:00
funilrys
abeb28e6fa
Deletion of mock as it is now built-inÃ. 2018-09-05 23:53:34 -04:00
funilrys
95529c9b1e
Update of the version of lxml
This patch fix StevenBlack/hosts#751
2018-09-05 23:53:34 -04:00
funilrys
edb4f57da4
Fix flake8 issue.
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:53:11 -04:00
funilrys
eb37488a16
Sorting and update of imports && deletion of Python2 related logic
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:53:11 -04:00
funilrys
bcb1434ecd
Introduction of an exception saying that we do not support Python 2 anymore.
This patch is the begining of https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:52:15 -04:00
funilrys
11d8c064ac
Deletion of unneeded comment 2018-09-05 23:51:29 -04:00
funilrys
52e25bf7b9
This patch fix https://github.com/StevenBlack/hosts/pull/730#discussion_r205657347 2018-09-05 23:51:29 -04:00
funilrys
4d6f1d9065
Fixing flake8 issues 2018-09-05 23:51:29 -04:00
funilrys
816bc35f99
Reformating of lint.sh as ${PYTHON_VERSION} should not have a 2.x version (cf: .travis.yml) 2018-09-05 23:51:29 -04:00
funilrys
6a28f41fdc
Fixing flake8 issues 2018-09-05 23:51:29 -04:00
funilrys
cce40a8cc4
Deletion of sys as it is unuseed
Also:

  * Fixing flake8 issue
2018-09-05 23:51:29 -04:00
funilrys
9cc719fd72
Fix syntax error produced by last commit 2018-09-05 23:51:29 -04:00
funilrys
4b92652576
Sorting of the dependencies 2018-09-05 23:51:28 -04:00
funilrys
4cd4b8167a
Deletion of decode_line() as it is not required anymore in python 3
Also:
  * Deletion of any PY3 references
2018-09-05 23:51:28 -04:00
funilrys
1692f5b759
Sorting of the dependencies 2018-09-05 23:51:28 -04:00
funilrys
928bb5201c
Deletion of future dependencies
Also:
  * deletion of raw_input
2018-09-05 23:51:28 -04:00
funilrys
8f9e80422b
Update of the version of beautifulsoup4 2018-09-05 23:51:28 -04:00
funilrys
ddf80f064b
Deletion of mock as it is now built-inÃ. 2018-09-05 23:51:28 -04:00
funilrys
261555716e
Update of the version of lxml
This patch fix StevenBlack/hosts#751
2018-09-05 23:51:28 -04:00
funilrys
d93e67db63
Deletion of python 2 reference in the readme_template.md
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:51:27 -04:00
funilrys
03bc1636b2
Deletion of the Python 2 requirements.txt
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:51:27 -04:00
funilrys
8ebad236c6
Fix flake8 issue.
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:51:27 -04:00
funilrys
d526f3356f
Deletion of Python 2.7 from the CI tests.
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:51:27 -04:00
funilrys
05c2c6c825
Sorting and update of imports && deletion of Python2 related logic
This patch is related to https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:51:27 -04:00
funilrys
943d0d732d
Introduction of an exception saying that we do not support Python 2 anymore.
This patch is the begining of https://github.com/StevenBlack/hosts/issues/729
2018-09-05 23:51:27 -04:00
Steven Black
1656df776a Release 1.4.49 2018-09-04 11:16:36 -04:00
Steven Black
38113e6a2a Updates from Sinfonietta, yoyo.org, someonewhocares.org, and Badd-Boyz. 2018-09-04 11:15:17 -04:00
Steven Black
a7d0902868 Release 1.4.48 2018-08-29 22:55:10 -04:00
Steven Black
3fba2aad35
Updates from yoyo.org, someonewhocares.org, lightswitch05, KADhosts, CoinBlockerList, and Badd-Boyz. 2018-08-29 22:51:32 -04:00