From d34017c46e68f0c60d8fd754b0f4b8b1e9ea51d9 Mon Sep 17 00:00:00 2001 From: Dee Eye <36902328+dee-eye@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:54:59 -0500 Subject: [PATCH] Version 0.0.115 (#134) * Version 0.0.115 * Drop support for 3.7 * Add support for 3.12 --------- Co-authored-by: Dee Eye Co-authored-by: Dustin Ingram --- .github/workflows/test.yml | 2 +- disposable_email_domains/__init__.py | 4 ++++ setup.py | 4 ++-- source_data/disposable_email_blocklist.conf | 4 ++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cb6c14..e54d3c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,11 +9,11 @@ jobs: strategy: matrix: python: - - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" fail-fast: false steps: - name: Checkout source diff --git a/disposable_email_domains/__init__.py b/disposable_email_domains/__init__.py index 7e59500..3d66929 100644 --- a/disposable_email_domains/__init__.py +++ b/disposable_email_domains/__init__.py @@ -247,6 +247,7 @@ '147.cl', '14n.co.uk', '15qm.com', + '189.email', '1blackmoon.com', '1ce.us', '1chuan.com', @@ -628,6 +629,7 @@ 'bcast.ws', 'bcb.ro', 'bccto.me', + 'bcooq.com', 'bdmuzic.pw', 'beaconmessenger.com', 'bearsarefuzzy.com', @@ -2362,6 +2364,7 @@ 'mechanicalresumes.com', 'medkabinet-uzi.ru', 'meepsheep.eu', + 'megasend.org', 'mehr-bitcoin.de', 'meidecn.com', 'meinspamschutz.de', @@ -2494,6 +2497,7 @@ 'mydemo.equipment', 'myecho.es', 'myemailboxy.com', + 'myfxspot.com', 'mygeoweb.info', 'myindohome.services', 'myinfoinc.com', diff --git a/setup.py b/setup.py index 7e5eba6..4c774c1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ here = path.abspath(path.dirname(__file__)) -__version__ = "0.0.114" +__version__ = "0.0.115" with open(path.join(here, "README.md"), encoding="utf-8") as f: long_description = f.read() @@ -24,11 +24,11 @@ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Typing :: Typed", ], keywords="disposable email domains blocklist", diff --git a/source_data/disposable_email_blocklist.conf b/source_data/disposable_email_blocklist.conf index a1d1f80..989900e 100644 --- a/source_data/disposable_email_blocklist.conf +++ b/source_data/disposable_email_blocklist.conf @@ -59,6 +59,7 @@ 147.cl 14n.co.uk 15qm.com +189.email 1blackmoon.com 1ce.us 1chuan.com @@ -440,6 +441,7 @@ bcaoo.com bcast.ws bcb.ro bccto.me +bcooq.com bdmuzic.pw beaconmessenger.com bearsarefuzzy.com @@ -2174,6 +2176,7 @@ mebelnu.info mechanicalresumes.com medkabinet-uzi.ru meepsheep.eu +megasend.org mehr-bitcoin.de meidecn.com meinspamschutz.de @@ -2306,6 +2309,7 @@ mydefipet.live mydemo.equipment myecho.es myemailboxy.com +myfxspot.com mygeoweb.info myindohome.services myinfoinc.com