Commit Graph

19 Commits

Author SHA1 Message Date
László Károlyi 4420df2eb9
Add moar python 2021-09-15 18:44:36 +02:00
László Károlyi 877b301ed6
No stable python3.9 on travis yet 2020-10-11 14:09:27 +02:00
László Károlyi eea3f8429f
Add python3.9 support 2020-10-11 14:06:15 +02:00
László Károlyi e3fc691674
Fix travis and isort 2020-10-11 13:58:10 +02:00
Reinhard Müller 182f793def Clean up initial blacklist download on install
Two essential changes were made to the process of initially downloading
the blacklist at install time, allowing the removal of a number of hacks
and workarounds:

1. Download the files *after* populating the build directory instead of
*before*. Thus, the files don't have to be included in MANIFEST.in, and
following from that, `setup.py sdist` needn't be tricked into not
including them in the source distribution.

2. Only import the updater module instead of the full validate_email
package, so `setup.py install` and friends don't depend on all the
requirements of the library.
2020-04-14 12:16:36 +02:00
László Károlyi e3d2bf24c7
Add a test for preinstalled data directory checking 2020-04-12 20:19:57 +02:00
László Károlyi d57021e492
Fix README.rst
Bumping version

Updater: Reraise on any other HTTPError than 304

Adjust travis config

Adjust requirements.txt
2020-04-11 14:55:52 +02:00
László Károlyi 908fd4d74e
Modify requirements (+travis), refactor mutual code 2019-11-24 11:59:28 +01:00
László Károlyi 193788fea3
Add python3.8 + isort + flake8 2019-11-21 15:46:06 +01:00
László Károlyi 7cb867125f
Testing 2019-03-02 00:59:23 +01:00
László Károlyi 8240434f4d
Leaving py3.5 behind 2019-03-01 23:48:07 +01:00
László Károlyi 41b7c39059
More fixes 2019-03-01 23:45:29 +01:00
László Károlyi 4eda39c31e
Moar travis 2019-03-01 23:34:32 +01:00
László Károlyi 42602509bf
Travis fixes 2019-03-01 23:32:03 +01:00
László Károlyi ddb08d55fd
Renaming package, adding isort 2019-03-01 23:29:01 +01:00
László Károlyi 82a9aadbad
Using unittests, replacing regex checker 2019-03-01 23:01:21 +01:00
László Károlyi db8a24b5d4
Refactorings 2019-03-01 20:37:52 +01:00
Ben Baert b4ba207554 Updated travis file again 2018-06-01 15:21:20 +02:00
Ben Baert 2ae771d0be Travis file added 2018-06-01 15:17:06 +02:00