From 620a6d079994d64ada8f2161cb7ffd19b0d36ee7 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Sat, 7 Sep 2024 23:56:42 +0300 Subject: [PATCH 01/13] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=B0=D0=B1=D0=B7=D0=B0=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 5d4405c..01740e4 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,29 @@ git push --tags ./release_to_pypi.sh ``` +Tests run with mocked DNS responses. When adding or changing tests, temporarily turn on the `BUILD_MOCKED_DNS_RESPONSE_DATA` flag in `tests/mocked_dns_responses.py` to re-build the database of mocked responses from live queries. + +For Project Maintainers +----------------------- + +The package is distributed as a universal wheel and as a source package. + +To release: + +* Update CHANGELOG.md. +* Update the version number in `email_validator/version.py`. +* Make & push a commit with the new version number and make sure tests pass. +* Make & push a tag (see command below). +* Make a release at https://github.com/JoshData/python-email-validator/releases/new. +* Publish a source and wheel distribution to pypi (see command below). + +```sh +git tag v$(cat email_validator/version.py | sed "s/.* = //" | sed 's/"//g') +git push --tags +./release_to_pypi.sh +``` + + License ------- From 8c03c4c373b7285655a7aa0153b71d1a26bf6a39 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Wed, 11 Sep 2024 17:44:29 +0300 Subject: [PATCH 02/13] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit изменения в ветке develop на сервере --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 01740e4..ef7f3a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ + + + + +Внесли изменения в файл в ветке develop на сервере + + + + + + + + email-validator: Validate Email Addresses ========================================= From 5e1065695336705050a6bacef8be0b7a9c43c027 Mon Sep 17 00:00:00 2001 From: ViktoriySV Date: Mon, 23 Sep 2024 14:32:43 +0300 Subject: [PATCH 03/13] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index ef7f3a8..01740e4 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ - - - - -Внесли изменения в файл в ветке develop на сервере - - - - - - - - email-validator: Validate Email Addresses ========================================= From abc37484e582ed63285c6a68bbca469ff940cc10 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Mon, 23 Sep 2024 14:43:10 +0300 Subject: [PATCH 04/13] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 01740e4..38d4816 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + +Изменения внесеня на сервере в ветку develop + + + email-validator: Validate Email Addresses ========================================= From dc997fb55cc902356f7875bb41ac5e73012a8821 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Mon, 23 Sep 2024 15:04:02 +0300 Subject: [PATCH 05/13] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 38d4816..01740e4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ - - -Изменения внесеня на сервере в ветку develop - - - email-validator: Validate Email Addresses ========================================= From 392bea1f718f9fb7961a01f0e8a56c2b86199564 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Mon, 23 Sep 2024 18:19:02 +0300 Subject: [PATCH 06/13] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 01740e4..65554c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + + +Внесены измененния в ветке develop на сервере + + + + email-validator: Validate Email Addresses ========================================= From 23394d489a785f1d1303df21f407c89dec587d4e Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Mon, 23 Sep 2024 22:03:33 +0300 Subject: [PATCH 07/13] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 65554c5..01740e4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ - - -Внесены измененния в ветке develop на сервере - - - - email-validator: Validate Email Addresses ========================================= From b1c0e8ef4f59036c968d3bfe5f64f20c47aad739 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Tue, 24 Sep 2024 15:19:35 +0300 Subject: [PATCH 08/13] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BD=D0=B0=20=D1=81=D0=B5=D1=80=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 01740e4..f3dfa34 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ + + + + + + + + + +Изменения внесены в ветку develop на сервере + + + + + + + + + email-validator: Validate Email Addresses ========================================= From abd0a561547cadb75e33cc86773e452f8e24703a Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Tue, 24 Sep 2024 15:21:15 +0300 Subject: [PATCH 09/13] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index f3dfa34..01740e4 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,3 @@ - - - - - - - - - -Изменения внесены в ветку develop на сервере - - - - - - - - - email-validator: Validate Email Addresses ========================================= From c200b12cfdf0fae1310a8d83b7b47ad4676903e8 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Tue, 24 Sep 2024 15:35:58 +0300 Subject: [PATCH 10/13] =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 01740e4..1ee91d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ + + + + + + + + + + +Изменения внесены на сервере в ветку develop + + + + + + + + email-validator: Validate Email Addresses ========================================= From 67fe2a7d69490bec14fb04f380a7ddd380066fa8 Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Tue, 24 Sep 2024 16:02:05 +0300 Subject: [PATCH 11/13] Update README.md --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 1ee91d1..01740e4 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,3 @@ - - - - - - - - - - -Изменения внесены на сервере в ветку develop - - - - - - - - email-validator: Validate Email Addresses ========================================= From 220fadff72806c1b3c702b842bb0cc501b07945d Mon Sep 17 00:00:00 2001 From: Viktoriy Skvortsova Date: Tue, 24 Sep 2024 16:33:33 +0300 Subject: [PATCH 12/13] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=B2=20new=5Fbranch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 01740e4..091989b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ + + +Создана новая ветка new_branch от develop + + +Внесены локальные изменения в новую ветку + + + + + + + + email-validator: Validate Email Addresses ========================================= From 665aa72c3ea42f119e014e59896c1c91d95269df Mon Sep 17 00:00:00 2001 From: PaulSidor20000 Date: Tue, 24 Sep 2024 16:37:39 +0300 Subject: [PATCH 13/13] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 01740e4..0033fcd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ + + + + + + + + + +Изменения внесены на сервере в ветке develop + + + + email-validator: Validate Email Addresses =========================================