Commit graph

69 commits

Author SHA1 Message Date
69be4f4b9c
Release 1.0.7, fixes #95 2022-06-30 00:40:10 +02:00
5f406473eb
Preparing new version, fixes #94 2022-06-28 19:45:17 +02:00
667760f723
Don't use a lockfile when the blacklist update is disabled 2021-12-07 12:19:54 +01:00
91fb131abf
Fixes #85, optional skipping of the autoupdate 2021-12-06 17:59:55 +01:00
1d669960fc
Preparing release 2021-11-17 00:17:01 +01:00
a248d9ad19
Migrating to gitea part 1 2021-11-16 23:38:37 +01:00
2067a54984
Closes #79, handle recovery from an SSLError, make use of SSLContext 2021-09-15 18:12:19 +02:00
d476b8684e
Fix dnspython dependency, closes #74
Preparing bugfix release 1.0.1
2021-07-19 17:25:49 +02:00
a0b19a06e9
Bumping actual version 2021-03-14 14:27:13 +01:00
92194c93d5
Bump idna dependency 2021-03-14 14:06:46 +01:00
009182542e
Release 0.2.16 2021-02-15 16:45:01 +01:00
8439d94742
Fix tests, prepare a new release 2021-02-11 17:49:29 +01:00
e3653934a5
Prepare a new release, closes #46 2021-02-11 11:55:09 +01:00
0b2b1ba738
Fix #45, bump version 2021-02-08 14:19:59 +01:00
f94310b2c6
Preparing release 2020-11-26 16:29:39 +01:00
d3ec33f878
Make logging less intrusive 2020-11-19 14:26:52 +01:00
35efbb7cd9
Updating to 0.2.10, see CHANGELOG.txt 2020-10-11 13:54:32 +02:00
31b4dff3b8
Adding debug parameter + preparing release 2020-06-09 12:34:51 +02:00
8df91e4f58
Preparing release, closes #16 2020-04-17 15:57:28 +02:00
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
f47ca3be93
Adding release 2020-04-13 10:58:38 +02:00
e2f523d2b7
Read requirements either from package info or from requirements.txt 2020-04-12 19:29:11 +02:00
b3f0088e64
Fix datadir creation for good 2020-04-12 16:40:04 +02:00
c91830d860
Release 0.2.4 2020-04-12 14:42:20 +02:00
9cdbf709a5
Bumping version, fixing auto blacklist downloading on wheel creation 2020-04-12 13:57:10 +02:00
eee41207b1
Add info 2020-04-12 09:26:13 +02:00
e1bcdb92e7
Fix installation + travis 2020-04-11 23:32:02 +02:00
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
a17fd45826
Level-up autoupdater, closes #7 and closes #6 2020-04-11 14:24:19 +02:00
7e8b04275d
Intermediate commit, CI will fail 2020-04-10 17:36:05 +02:00
6ace8d8b91
Bump version number 2019-11-24 18:15:23 +01:00
4d2f711c9a
Add auto-updater 2019-11-24 18:13:02 +01:00
746cf3918f
Remove unused imports 2019-11-24 14:19:15 +01:00
850230f43c
Add auto-updater 2019-11-24 14:18:07 +01:00
42dd94ee18
Separate blacklist check 2019-11-21 15:41:05 +01:00
0b0e77d662
Adding IDNA failure handling 2019-06-26 14:31:52 +02:00
12e539a038
Adding NoNameservers exception handling 2019-05-25 14:30:55 +02:00
b528f25261
Bumping version + adding to changelog 2019-05-25 13:54:20 +02:00
39c8c27aa6
Bumping version, unpinning requirements 2019-05-03 18:52:35 +02:00
0b6117a03b
Adding IDNA domains handling 2019-05-03 18:44:44 +02:00
30767e2b07
Contact all MXes, handle SMTPServerDisconnected, bump version 2019-04-06 18:29:16 +02:00
e6c31bd499
Bumping version 2019-04-03 21:51:47 +02:00
0334b368b1
Handle socket errors 2019-03-25 11:13:56 +01:00
f457620ea4
Handle 'No MX record' exception 2019-03-03 22:49:39 +01:00
2c832c42f7
0.1.3 2019-03-03 15:36:03 +01:00
150a62732f
Add helo_host support 2019-03-02 04:00:12 +01:00
452434a81a
Fix documentation 2019-03-02 03:26:58 +01:00
9a8da38b47
Use Semver 2019-03-02 03:13:51 +01:00
443f264fd7
Downloading blacklist.txt on install 2019-03-02 02:17:12 +01:00