publicsuffixlist 1.0.2.20251009__tar.gz → 1.0.2.20251014__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.20251009/publicsuffixlist.egg-info → publicsuffixlist-1.0.2.20251014}/PKG-INFO +1 -1
  2. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist/public_suffix_list.dat +5 -2
  3. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014/publicsuffixlist.egg-info}/PKG-INFO +1 -1
  4. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/setup.py +1 -1
  5. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/LICENSE +0 -0
  6. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/MANIFEST.in +0 -0
  7. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/README.md +0 -0
  8. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist/__init__.py +0 -0
  9. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist/compat.py +0 -0
  10. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist/test.py +0 -0
  11. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist/test_psl.txt +0 -0
  12. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist/update.py +0 -0
  13. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist.egg-info/SOURCES.txt +0 -0
  14. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist.egg-info/dependency_links.txt +0 -0
  15. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist.egg-info/entry_points.txt +0 -0
  16. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist.egg-info/requires.txt +0 -0
  17. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/publicsuffixlist.egg-info/top_level.txt +0 -0
  18. {publicsuffixlist-1.0.2.20251009 → publicsuffixlist-1.0.2.20251014}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20251009
3
+ Version: 1.0.2.20251014
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-10-08_12-46-28_UTC
9
- // COMMIT: ee7dec4a99602baaf51879dd8469b6642881a494
8
+ // VERSION: 2025-10-13_06-24-19_UTC
9
+ // COMMIT: 797d160679466c6e07c15453fc0b547fcd9f5993
10
10
 
11
11
  // Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
12
12
 
@@ -12449,6 +12449,8 @@ cafjs.com
12449
12449
  canva-apps.cn
12450
12450
  my.canvasite.cn
12451
12451
  canva-apps.com
12452
+ canva-hosted-embed.com
12453
+ canvacode.com
12452
12454
  rice-labs.com
12453
12455
  canva.run
12454
12456
  my.canva.site
@@ -12774,6 +12776,7 @@ icp1.io
12774
12776
  *.raw.icp1.io
12775
12777
  *.icp.net
12776
12778
  caffeine.site
12779
+ caffeine.xyz
12777
12780
 
12778
12781
  // dhosting.pl Sp. z o.o. : https://dhosting.pl/
12779
12782
  // Submitted by Michal Kokoszkiewicz <bok@dhosting.pl>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: publicsuffixlist
3
- Version: 1.0.2.20251009
3
+ Version: 1.0.2.20251014
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.20251009"
9
+ __version__ = "1.0.2.20251014"
10
10
 
11
11
  ### Change the minor version before git push to the master branch.
12
12