publicsuffixlist 1.0.2.20250919__tar.gz → 1.0.2.20250923__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 (18) hide show
  1. {publicsuffixlist-1.0.2.20250919/publicsuffixlist.egg-info → publicsuffixlist-1.0.2.20250923}/PKG-INFO +1 -1
  2. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist/public_suffix_list.dat +6 -8
  3. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923/publicsuffixlist.egg-info}/PKG-INFO +1 -1
  4. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/setup.py +1 -1
  5. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/LICENSE +0 -0
  6. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/MANIFEST.in +0 -0
  7. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/README.md +0 -0
  8. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist/__init__.py +0 -0
  9. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist/compat.py +0 -0
  10. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist/test.py +0 -0
  11. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist/test_psl.txt +0 -0
  12. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist/update.py +0 -0
  13. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist.egg-info/SOURCES.txt +0 -0
  14. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist.egg-info/dependency_links.txt +0 -0
  15. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist.egg-info/entry_points.txt +0 -0
  16. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist.egg-info/requires.txt +0 -0
  17. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/publicsuffixlist.egg-info/top_level.txt +0 -0
  18. {publicsuffixlist-1.0.2.20250919 → publicsuffixlist-1.0.2.20250923}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20250919
3
+ Version: 1.0.2.20250923
4
4
  Summary: publicsuffixlist implement
5
5
  Home-page: https://github.com/ko-zu/psl
6
6
  Author: ko-zu
@@ -5,8 +5,8 @@
5
5
  // Please pull this list from, and only from https://publicsuffix.org/list/public_suffix_list.dat,
6
6
  // rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported.
7
7
 
8
- // VERSION: 2025-09-18_10-47-47_UTC
9
- // COMMIT: 4a97adbc7f153c31b7d0f62a32bf856f0f1ee6c2
8
+ // VERSION: 2025-09-22_07-09-11_UTC
9
+ // COMMIT: fe0ff47a24a5e77fa530703be0a7e378f85e14ac
10
10
 
11
11
  // Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
12
12
 
@@ -11320,12 +11320,6 @@ africa.com
11320
11320
  // Submitted by Przemyslaw Plewa <it-admin@domena.pl>
11321
11321
  beep.pl
11322
11322
 
11323
- // Airkit : https://www.airkit.com/
11324
- // Submitted by Grant Cooksey <security@airkit.com>
11325
- airkitapps.com
11326
- airkitapps-au.com
11327
- airkitapps.eu
11328
-
11329
11323
  // Aiven : https://aiven.io/
11330
11324
  // Submitted by Aiven Security Team <security+appdomains@aiven.io>
11331
11325
  aiven.app
@@ -14920,6 +14914,10 @@ dev.project-study.com
14920
14914
  // Submitted by Martin Meier <admin@protonet.io>
14921
14915
  protonet.io
14922
14916
 
14917
+ // PT Ekossistim Indo Digital : https://e.id
14918
+ // Submitted by Eid Team <support@corp.e.id>
14919
+ e.id
14920
+
14923
14921
  // Publication Presse Communication SARL : https://ppcom.fr
14924
14922
  // Submitted by Yaacov Akiba Slama <admin@chirurgiens-dentistes-en-france.fr>
14925
14923
  chirurgiens-dentistes-en-france.fr
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20250919
3
+ Version: 1.0.2.20250923
4
4
  Summary: publicsuffixlist implement
5
5
  Home-page: https://github.com/ko-zu/psl
6
6
  Author: ko-zu
@@ -6,7 +6,7 @@ from setuptools import setup
6
6
 
7
7
  ### version placeholder for release automation
8
8
 
9
- __version__ = "1.0.2.20250919"
9
+ __version__ = "1.0.2.20250923"
10
10
 
11
11
  ### Change the minor version before git push to the master branch.
12
12