Commit graph

15 commits

Author SHA1 Message Date
László Károlyi 8e0bb18cd0
Fixes a windows error mentioned in #16 2020-04-17 15:54:50 +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 3c035aac9c
Remove LIB_PATH_DEFAULT creation, closes #13 2020-04-12 14:33:13 +02:00
László Károlyi 3c39f5e114
Use userid in the temp path 2020-04-11 23:40:39 +02:00
László Károlyi e1bcdb92e7
Fix installation + travis 2020-04-11 23:32:02 +02:00
László Károlyi 6790ded356
Locking blacklist while reading, make it consistent amongst multiprocesses 2020-04-11 21:59:49 +02:00
László Károlyi dfd1d68c40
Replace MethodType to Callable 2020-04-11 17:54:34 +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 a17fd45826
Level-up autoupdater, closes #7 and closes #6 2020-04-11 14:24:19 +02:00
László Károlyi 7e8b04275d
Intermediate commit, CI will fail 2020-04-10 17:36:05 +02:00
László Károlyi b23e386965
Add documentation 2019-11-24 18:20:03 +01:00
László Károlyi 4d2f711c9a
Add auto-updater 2019-11-24 18:13:02 +01:00
László Károlyi c4152fbce8
Lock while updating 2019-11-24 16:25:08 +01:00
László Károlyi 03eaed584f
Fixing isort issues 2019-11-24 14:21:16 +01:00
László Károlyi 850230f43c
Add auto-updater 2019-11-24 14:18:07 +01:00