publicsuffixlist 1.0.2.20250814__tar.gz → 1.0.2.20250819__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.
- {publicsuffixlist-1.0.2.20250814/publicsuffixlist.egg-info → publicsuffixlist-1.0.2.20250819}/PKG-INFO +1 -1
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/public_suffix_list.dat +9 -6
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819/publicsuffixlist.egg-info}/PKG-INFO +1 -1
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/setup.py +1 -1
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/LICENSE +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/MANIFEST.in +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/README.md +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/__init__.py +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/compat.py +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/test.py +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/test_psl.txt +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/update.py +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist.egg-info/SOURCES.txt +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist.egg-info/dependency_links.txt +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist.egg-info/entry_points.txt +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist.egg-info/requires.txt +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist.egg-info/top_level.txt +0 -0
- {publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/setup.cfg +0 -0
@@ -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-08-
|
9
|
-
// COMMIT:
|
8
|
+
// VERSION: 2025-08-18_05-46-20_UTC
|
9
|
+
// COMMIT: f6d9f996b248aa92a6fcf7dd739730220f1cbabd
|
10
10
|
|
11
11
|
// Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
|
12
12
|
|
@@ -924,7 +924,9 @@ pro.cy
|
|
924
924
|
tm.cy
|
925
925
|
|
926
926
|
// cz : https://www.iana.org/domains/root/db/cz.html
|
927
|
+
// Confirmed by registry <tech@nic.cz> 2025-08-06
|
927
928
|
cz
|
929
|
+
gov.cz
|
928
930
|
|
929
931
|
// de : https://www.iana.org/domains/root/db/de.html
|
930
932
|
// Confirmed by registry <ops@denic.de> (with technical
|
@@ -13578,10 +13580,6 @@ gitlab.io
|
|
13578
13580
|
gitapp.si
|
13579
13581
|
gitpage.si
|
13580
13582
|
|
13581
|
-
// Glitch, Inc : https://glitch.com
|
13582
|
-
// Submitted by Mads Hartmann <mads@glitch.com>
|
13583
|
-
glitch.me
|
13584
|
-
|
13585
13583
|
// Global NOG Alliance : https://nogalliance.org/
|
13586
13584
|
// Submitted by Sander Steffann <sander@nogalliance.org>
|
13587
13585
|
nog.community
|
@@ -14432,6 +14430,11 @@ sn.mynetname.net
|
|
14432
14430
|
routingthecloud.net
|
14433
14431
|
routingthecloud.org
|
14434
14432
|
|
14433
|
+
// Million Software, Inc : https://million.dev/
|
14434
|
+
// Submitted by Rayhan Noufal Arayilakath <security@million.dev>
|
14435
|
+
same-app.com
|
14436
|
+
same-preview.com
|
14437
|
+
|
14435
14438
|
// minion.systems : http://minion.systems
|
14436
14439
|
// Submitted by Robert Böttinger <r@minion.systems>
|
14437
14440
|
csx.cc
|
File without changes
|
File without changes
|
File without changes
|
{publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/__init__.py
RENAMED
File without changes
|
{publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/compat.py
RENAMED
File without changes
|
{publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/test.py
RENAMED
File without changes
|
{publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/test_psl.txt
RENAMED
File without changes
|
{publicsuffixlist-1.0.2.20250814 → publicsuffixlist-1.0.2.20250819}/publicsuffixlist/update.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|