disposable-email-domains 0.0.114__tar.gz → 0.0.115__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {disposable_email_domains-0.0.114/disposable_email_domains.egg-info → disposable_email_domains-0.0.115}/PKG-INFO +2 -2
  2. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/disposable_email_domains/__init__.py +4 -0
  3. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115/disposable_email_domains.egg-info}/PKG-INFO +2 -2
  4. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/setup.py +2 -2
  5. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/source_data/disposable_email_blocklist.conf +4 -0
  6. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/CONTRIBUTING.md +0 -0
  7. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/LICENSE.txt +0 -0
  8. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/MANIFEST.in +0 -0
  9. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/README.md +0 -0
  10. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/bin/check_for_differences +0 -0
  11. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/bin/parse_source_data +0 -0
  12. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/bin/prerelease +0 -0
  13. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/bin/release +0 -0
  14. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/bin/update +0 -0
  15. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/disposable_email_domains/py.typed +0 -0
  16. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/disposable_email_domains.egg-info/SOURCES.txt +0 -0
  17. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/disposable_email_domains.egg-info/dependency_links.txt +0 -0
  18. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/disposable_email_domains.egg-info/requires.txt +0 -0
  19. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/disposable_email_domains.egg-info/top_level.txt +0 -0
  20. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/setup.cfg +0 -0
  21. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/source_data/allowlist.conf +0 -0
  22. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/tests/__init__.py +0 -0
  23. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/tests/test_allowlist.py +0 -0
  24. {disposable_email_domains-0.0.114 → disposable_email_domains-0.0.115}/tests/test_blocklist.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: disposable-email-domains
3
- Version: 0.0.114
3
+ Version: 0.0.115
4
4
  Summary: A set of disposable email domains
5
5
  Home-page: https://github.com/disposable-email-domains/disposable-email-domains
6
6
  Author: Dustin Ingram
@@ -11,11 +11,11 @@ Classifier: Development Status :: 3 - Alpha
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.7
15
14
  Classifier: Programming Language :: Python :: 3.8
16
15
  Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Typing :: Typed
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE.txt
@@ -247,6 +247,7 @@ blocklist = {
247
247
  '147.cl',
248
248
  '14n.co.uk',
249
249
  '15qm.com',
250
+ '189.email',
250
251
  '1blackmoon.com',
251
252
  '1ce.us',
252
253
  '1chuan.com',
@@ -628,6 +629,7 @@ blocklist = {
628
629
  'bcast.ws',
629
630
  'bcb.ro',
630
631
  'bccto.me',
632
+ 'bcooq.com',
631
633
  'bdmuzic.pw',
632
634
  'beaconmessenger.com',
633
635
  'bearsarefuzzy.com',
@@ -2362,6 +2364,7 @@ blocklist = {
2362
2364
  'mechanicalresumes.com',
2363
2365
  'medkabinet-uzi.ru',
2364
2366
  'meepsheep.eu',
2367
+ 'megasend.org',
2365
2368
  'mehr-bitcoin.de',
2366
2369
  'meidecn.com',
2367
2370
  'meinspamschutz.de',
@@ -2494,6 +2497,7 @@ blocklist = {
2494
2497
  'mydemo.equipment',
2495
2498
  'myecho.es',
2496
2499
  'myemailboxy.com',
2500
+ 'myfxspot.com',
2497
2501
  'mygeoweb.info',
2498
2502
  'myindohome.services',
2499
2503
  'myinfoinc.com',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: disposable-email-domains
3
- Version: 0.0.114
3
+ Version: 0.0.115
4
4
  Summary: A set of disposable email domains
5
5
  Home-page: https://github.com/disposable-email-domains/disposable-email-domains
6
6
  Author: Dustin Ingram
@@ -11,11 +11,11 @@ Classifier: Development Status :: 3 - Alpha
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.7
15
14
  Classifier: Programming Language :: Python :: 3.8
16
15
  Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Typing :: Typed
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE.txt
@@ -4,7 +4,7 @@ from os import path
4
4
 
5
5
  here = path.abspath(path.dirname(__file__))
6
6
 
7
- __version__ = "0.0.114"
7
+ __version__ = "0.0.115"
8
8
 
9
9
  with open(path.join(here, "README.md"), encoding="utf-8") as f:
10
10
  long_description = f.read()
@@ -24,11 +24,11 @@ setup(
24
24
  "Intended Audience :: Developers",
25
25
  "License :: OSI Approved :: MIT License",
26
26
  "Programming Language :: Python :: 3",
27
- "Programming Language :: Python :: 3.7",
28
27
  "Programming Language :: Python :: 3.8",
29
28
  "Programming Language :: Python :: 3.9",
30
29
  "Programming Language :: Python :: 3.10",
31
30
  "Programming Language :: Python :: 3.11",
31
+ "Programming Language :: Python :: 3.12",
32
32
  "Typing :: Typed",
33
33
  ],
34
34
  keywords="disposable email domains blocklist",
@@ -59,6 +59,7 @@
59
59
  147.cl
60
60
  14n.co.uk
61
61
  15qm.com
62
+ 189.email
62
63
  1blackmoon.com
63
64
  1ce.us
64
65
  1chuan.com
@@ -440,6 +441,7 @@ bcaoo.com
440
441
  bcast.ws
441
442
  bcb.ro
442
443
  bccto.me
444
+ bcooq.com
443
445
  bdmuzic.pw
444
446
  beaconmessenger.com
445
447
  bearsarefuzzy.com
@@ -2174,6 +2176,7 @@ mebelnu.info
2174
2176
  mechanicalresumes.com
2175
2177
  medkabinet-uzi.ru
2176
2178
  meepsheep.eu
2179
+ megasend.org
2177
2180
  mehr-bitcoin.de
2178
2181
  meidecn.com
2179
2182
  meinspamschutz.de
@@ -2306,6 +2309,7 @@ mydefipet.live
2306
2309
  mydemo.equipment
2307
2310
  myecho.es
2308
2311
  myemailboxy.com
2312
+ myfxspot.com
2309
2313
  mygeoweb.info
2310
2314
  myindohome.services
2311
2315
  myinfoinc.com