Commit Graph

252 Commits

Author SHA1 Message Date
László Károlyi 79e59ee4b7
Merge pull request #14 from reinhard-mueller/clean-setup
Clean up initial blacklist download on install
2020-04-14 12:24:30 +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
Reinhard Müller a18b9690e6 Increase consistency at handling domain literals 2020-04-14 10:45:30 +02:00
László Károlyi 96a6939b6c
Add test for testing datadir not in sdist 2020-04-13 21:58:24 +02:00
László Károlyi f47ca3be93
Adding release 2020-04-13 10:58:38 +02:00
László Károlyi ea16e96db6
Merge pull request #11 from reinhard-mueller/master
Introduce "EmailAddress" class
2020-04-13 10:40:07 +02:00
Reinhard Müller d7666bd6ad Introduce EmailAddress class
This unifies the tasks of splitting an email address into user and
domain parts as well as converting an international domain name into the
ASCII-compatible encoding (ACE).
2020-04-13 09:44:50 +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 e2f523d2b7
Read requirements either from package info or from requirements.txt 2020-04-12 19:29:11 +02:00
László Károlyi b3f0088e64
Fix datadir creation for good 2020-04-12 16:40:04 +02:00
László Károlyi c91830d860
Release 0.2.4 2020-04-12 14:42:20 +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 9cdbf709a5
Bumping version, fixing auto blacklist downloading on wheel creation 2020-04-12 13:57:10 +02:00
László Károlyi eee41207b1
Add info 2020-04-12 09:26: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 9b174a591f
Beautifying code, updating AUTHORS+CHANGELOG 2020-04-10 13:26:06 +02:00
László Károlyi 4cb98ee2ba
Merge pull request #8 from reinhard-mueller/master
Introduce distinct exception classes and logging
2020-04-10 13:24:53 +02:00
Reinhard Müller 55112f2c05 Fix IDNAError handling 2020-04-09 00:35:51 +02:00
Reinhard Müller e1a634a7b3 Improve logging output 2020-04-09 00:04:35 +02:00
Reinhard Müller 73814d7f6d Introduce distinct exception classes and logging 2020-04-08 23:56:49 +02:00
László Károlyi 285e3860c8
Update README.rst 2020-01-20 11:36:13 +01:00
László Károlyi d5be6d8409
Update FUNDING.yml 2019-12-05 22:36:55 +01:00
László Károlyi 13ab16b59f
Create FUNDING.yml 2019-11-25 23:21:59 +01:00
László Károlyi b23e386965
Add documentation 2019-11-24 18:20:03 +01:00
László Károlyi 6ace8d8b91
Bump version number 2019-11-24 18:15:23 +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 746cf3918f
Remove unused imports 2019-11-24 14:19:15 +01:00
László Károlyi 850230f43c
Add auto-updater 2019-11-24 14:18:07 +01:00
László Károlyi cee806d662
Fix travis 2019-11-24 12:01:58 +01: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 312c028a1e
Load builtin blacklist at test time 2019-11-21 15:43:54 +01:00
László Károlyi 42dd94ee18
Separate blacklist check 2019-11-21 15:41:05 +01:00
László Károlyi fee6445271
Add buymeacoffee link 2019-09-25 20:10:11 +02:00
László Károlyi c9b49f4f24
Bumping requirements 2019-06-26 14:38:01 +02:00
László Károlyi 23c08b6264
Fixing isort error 2019-06-26 14:35:30 +02:00
László Károlyi e3605caf32
Fixing pep8 errors 2019-06-26 14:33:25 +02:00
László Károlyi 0b0e77d662
Adding IDNA failure handling 2019-06-26 14:31:52 +02:00
László Károlyi 9ab570c9af
Readme fix 2019-05-25 14:36:20 +02:00
László Károlyi 800044c292
Isorting 2019-05-25 14:32:09 +02:00
László Károlyi 12e539a038
Adding NoNameservers exception handling 2019-05-25 14:30:55 +02:00
László Károlyi 97bbdc986c
Updating documentation 2019-05-25 13:59:27 +02:00