publicsuffixlist 1.0.2.20251001__tar.gz → 1.0.2.20251002__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.20251001/publicsuffixlist.egg-info → publicsuffixlist-1.0.2.20251002}/PKG-INFO +1 -1
  2. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist/public_suffix_list.dat +4 -4
  3. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002/publicsuffixlist.egg-info}/PKG-INFO +1 -1
  4. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/setup.py +1 -1
  5. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/LICENSE +0 -0
  6. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/MANIFEST.in +0 -0
  7. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/README.md +0 -0
  8. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist/__init__.py +0 -0
  9. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist/compat.py +0 -0
  10. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist/test.py +0 -0
  11. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist/test_psl.txt +0 -0
  12. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist/update.py +0 -0
  13. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist.egg-info/SOURCES.txt +0 -0
  14. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist.egg-info/dependency_links.txt +0 -0
  15. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist.egg-info/entry_points.txt +0 -0
  16. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist.egg-info/requires.txt +0 -0
  17. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/publicsuffixlist.egg-info/top_level.txt +0 -0
  18. {publicsuffixlist-1.0.2.20251001 → publicsuffixlist-1.0.2.20251002}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20251001
3
+ Version: 1.0.2.20251002
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-29_08-45-36_UTC
9
- // COMMIT: 07f088c3601c917bec4a070e439f03944ebb4227
8
+ // VERSION: 2025-10-01_18-52-14_UTC
9
+ // COMMIT: 0673151c3d770cbe2bdd0116ca615f24e73d370e
10
10
 
11
11
  // Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
12
12
 
@@ -6796,7 +6796,7 @@ org.zw
6796
6796
 
6797
6797
  // newGTLDs
6798
6798
 
6799
- // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2025-08-27T15:19:08Z
6799
+ // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2025-10-01T15:18:26Z
6800
6800
  // This list is auto-generated, don't edit it manually.
6801
6801
  // aaa : American Automobile Association, Inc.
6802
6802
  // https://www.iana.org/domains/root/db/aaa.html
@@ -10694,7 +10694,7 @@ watches
10694
10694
  // https://www.iana.org/domains/root/db/weather.html
10695
10695
  weather
10696
10696
 
10697
- // weatherchannel : International Business Machines Corporation
10697
+ // weatherchannel : The Weather Company, LLC
10698
10698
  // https://www.iana.org/domains/root/db/weatherchannel.html
10699
10699
  weatherchannel
10700
10700
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20251001
3
+ Version: 1.0.2.20251002
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.20251001"
9
+ __version__ = "1.0.2.20251002"
10
10
 
11
11
  ### Change the minor version before git push to the master branch.
12
12