Commit Graph

74 Commits

Author SHA1 Message Date
László Károlyi 3f3fcc241c
Add ConnectionError handling 2023-12-16 12:50:31 +01:00
László Károlyi 79dc667cb0
Release 1.0.10 2022-11-21 17:38:38 +01:00
László Károlyi 32c8f4cdfa
License adjustments 2022-11-17 19:53:28 +01:00
László Károlyi 86ac6934e9
Adjust license in setup.py 2022-11-02 18:33:01 +01:00
László Károlyi fd351ba3a4
Release 1.0.8, fixes #98 2022-10-29 12:03:49 +02:00
László Károlyi 69be4f4b9c
Release 1.0.7, fixes #95 2022-06-30 00:40:10 +02:00
László Károlyi 5f406473eb
Preparing new version, fixes #94 2022-06-28 19:45:17 +02:00
László Károlyi 667760f723
Don't use a lockfile when the blacklist update is disabled 2021-12-07 12:19:54 +01:00
László Károlyi 91fb131abf
Fixes #85, optional skipping of the autoupdate 2021-12-06 17:59:55 +01:00
László Károlyi 1d669960fc
Preparing release 2021-11-17 00:17:01 +01:00
László Károlyi a248d9ad19
Migrating to gitea part 1 2021-11-16 23:38:37 +01:00
László Károlyi 2067a54984
Closes #79, handle recovery from an `SSLError`, make use of `SSLContext` 2021-09-15 18:12:19 +02:00
László Károlyi d476b8684e
Fix dnspython dependency, closes #74
Preparing bugfix release 1.0.1
2021-07-19 17:25:49 +02:00
László Károlyi a0b19a06e9
Bumping actual version 2021-03-14 14:27:13 +01:00
László Károlyi 92194c93d5
Bump idna dependency 2021-03-14 14:06:46 +01:00
László Károlyi 009182542e
Release 0.2.16 2021-02-15 16:45:01 +01:00
László Károlyi 8439d94742
Fix tests, prepare a new release 2021-02-11 17:49:29 +01:00
László Károlyi e3653934a5
Prepare a new release, closes #46 2021-02-11 11:55:09 +01:00
László Károlyi 0b2b1ba738
Fix #45, bump version 2021-02-08 14:19:59 +01:00
László Károlyi f94310b2c6
Preparing release 2020-11-26 16:29:39 +01:00
László Károlyi d3ec33f878
Make logging less intrusive 2020-11-19 14:26:52 +01:00
László Károlyi 35efbb7cd9
Updating to 0.2.10, see CHANGELOG.txt 2020-10-11 13:54:32 +02:00
László Károlyi 31b4dff3b8
Adding debug parameter + preparing release 2020-06-09 12:34:51 +02:00
László Károlyi 8df91e4f58
Preparing release, closes #16 2020-04-17 15:57:28 +02:00
László Károlyi 20bf35ead8
Releasing 0.2.7 2020-04-14 12:27: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 f47ca3be93
Adding release 2020-04-13 10:58:38 +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 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 e1bcdb92e7
Fix installation + travis 2020-04-11 23:32:02 +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 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 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 42dd94ee18
Separate blacklist check 2019-11-21 15:41:05 +01:00
László Károlyi 0b0e77d662
Adding IDNA failure handling 2019-06-26 14:31:52 +02:00
László Károlyi 12e539a038
Adding NoNameservers exception handling 2019-05-25 14:30:55 +02:00
László Károlyi b528f25261
Bumping version + adding to changelog 2019-05-25 13:54:20 +02:00
László Károlyi 39c8c27aa6
Bumping version, unpinning requirements 2019-05-03 18:52:35 +02:00
László Károlyi 0b6117a03b
Adding IDNA domains handling 2019-05-03 18:44:44 +02:00
László Károlyi 30767e2b07
Contact all MXes, handle SMTPServerDisconnected, bump version 2019-04-06 18:29:16 +02:00
László Károlyi e6c31bd499
Bumping version 2019-04-03 21:51:47 +02:00
László Károlyi 0334b368b1
Handle socket errors 2019-03-25 11:13:56 +01:00
László Károlyi f457620ea4
Handle 'No MX record' exception 2019-03-03 22:49:39 +01:00