publicsuffixlist 1.0.2.20250927__tar.gz → 1.0.2.20251001__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.20250927/publicsuffixlist.egg-info → publicsuffixlist-1.0.2.20251001}/PKG-INFO +1 -1
  2. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist/public_suffix_list.dat +12 -3
  3. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001/publicsuffixlist.egg-info}/PKG-INFO +1 -1
  4. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/setup.py +1 -1
  5. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/LICENSE +0 -0
  6. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/MANIFEST.in +0 -0
  7. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/README.md +0 -0
  8. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist/__init__.py +0 -0
  9. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist/compat.py +0 -0
  10. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist/test.py +0 -0
  11. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist/test_psl.txt +0 -0
  12. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist/update.py +0 -0
  13. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist.egg-info/SOURCES.txt +0 -0
  14. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist.egg-info/dependency_links.txt +0 -0
  15. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist.egg-info/entry_points.txt +0 -0
  16. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist.egg-info/requires.txt +0 -0
  17. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/publicsuffixlist.egg-info/top_level.txt +0 -0
  18. {publicsuffixlist-1.0.2.20250927 → publicsuffixlist-1.0.2.20251001}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20250927
3
+ Version: 1.0.2.20251001
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-25_23-29-58_UTC
9
- // COMMIT: 106b086f3ea59059096edba38a758c7a7a1f8664
8
+ // VERSION: 2025-09-29_08-45-36_UTC
9
+ // COMMIT: 07f088c3601c917bec4a070e439f03944ebb4227
10
10
 
11
11
  // Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
12
12
 
@@ -12533,10 +12533,12 @@ cloudns.asia
12533
12533
  cloudns.be
12534
12534
  cloud-ip.biz
12535
12535
  cloudns.biz
12536
+ cloud-ip.cc
12536
12537
  cloudns.cc
12537
12538
  cloudns.ch
12538
12539
  cloudns.cl
12539
12540
  cloudns.club
12541
+ abrdns.com
12540
12542
  dnsabr.com
12541
12543
  ip-ddns.com
12542
12544
  cloudns.cx
@@ -14170,6 +14172,12 @@ leadpages.co
14170
14172
  lpages.co
14171
14173
  lpusercontent.com
14172
14174
 
14175
+ // Leapcell : https://leapcell.io/
14176
+ // Submitted by Leapcell Team <support@leapcell.io>
14177
+ leapcell.app
14178
+ leapcell.dev
14179
+ leapcell.online
14180
+
14173
14181
  // Liara : https://liara.ir
14174
14182
  // Submitted by Amirhossein Badinloo <info@liara.ir>
14175
14183
  liara.run
@@ -15442,10 +15450,11 @@ myspreadshop.se
15442
15450
  myspreadshop.co.uk
15443
15451
 
15444
15452
  // StackBlitz : https://stackblitz.com
15445
- // Submitted by Dominic Elm <hello@stackblitz.com>
15453
+ // Submitted by Dominic Elm & Albert Pai <security@bolt.new>
15446
15454
  w-corp-staticblitz.com
15447
15455
  w-credentialless-staticblitz.com
15448
15456
  w-staticblitz.com
15457
+ bolt.host
15449
15458
 
15450
15459
  // Stackhero : https://www.stackhero.io
15451
15460
  // Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20250927
3
+ Version: 1.0.2.20251001
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.20250927"
9
+ __version__ = "1.0.2.20251001"
10
10
 
11
11
  ### Change the minor version before git push to the master branch.
12
12