Commit Graph

9 Commits

Author SHA1 Message Date
László Károlyi 79dc667cb0
Release 1.0.10 2022-11-21 17:38:38 +01:00
László Károlyi 1d669960fc
Preparing release 2021-11-17 00:17:01 +01: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 9cdbf709a5
Bumping version, fixing auto blacklist downloading on wheel creation 2020-04-12 13:57:10 +02:00
László Károlyi 4d2f711c9a
Add auto-updater 2019-11-24 18:13:02 +01:00
László Károlyi 2c832c42f7
0.1.3 2019-03-03 15:36:03 +01:00
László Károlyi 443f264fd7
Downloading blacklist.txt on install 2019-03-02 02:17:12 +01:00
László Károlyi 7cb867125f
Testing 2019-03-02 00:59:23 +01:00
Syrus Akbary 49034b13b6 First version 2012-04-07 23:05:57 +02:00