Skip to content

Commit 133083d

Browse files
committed
Update PSL and bump version
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent fcc3447 commit 133083d

5 files changed

Lines changed: 13 additions & 14 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Credits
1010
- @vpiserchia
1111
- Kevin Olbrich @kevin-olbrich
1212
- Masahiro Honma @hiratara
13+
- Scott Kitterman @kitterma

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Changelog
22
---------
33

4+
2020-01-27 publicsuffix2 2.20200127
5+
6+
* Update TLD list
7+
* Include tests in source distribution to help with Debian packaging by kitterma
8+
9+
410
2019-12-19 publicsuffix2 2.20191219
511

6-
* Add new strict mode to get_tld() by @hiratara .
12+
* Add new strict mode to get_tld() by @hiratara
713
* Update TLD list
814
* Add tests from Mozilla test suite
915

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run(self):
8282

8383
setup(
8484
name='publicsuffix2',
85-
version='2.20191221',
85+
version='2.20200127',
8686
license='MIT and MPL-2.0',
8787
description='Get a public suffix for a domain name using the Public Suffix '
8888
'List. Forked from and using the same API as the publicsuffix package.',
@@ -113,5 +113,6 @@ def run(self):
113113
keywords=[
114114
'domain', 'public suffix', 'suffix', 'dns', 'tld', 'sld', 'psl', 'idna',
115115
],
116+
# run this to update the Public Suffix list data "python setup.py update_psl"
116117
cmdclass={'update_psl': UpdatePslCommand},
117118
)

src/publicsuffix2/public_suffix_list.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
about_resource: public_suffix_list.dat
33
name: Public Suffix List
4-
version: 2019-12-21T11:10:15
4+
version: 2020-01-27T10:24:28
55
download_url: https://publicsuffix.org/list/public_suffix_list.dat
66
home_url: https://publicsuffix.org/
77

src/publicsuffix2/public_suffix_list.dat

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ wa.au
241241
// 3LDs
242242
act.edu.au
243243
catholic.edu.au
244-
eq.edu.au
244+
// eq.edu.au - Removed at the request of the Queensland Department of Education
245245
nsw.edu.au
246246
nt.edu.au
247247
qld.edu.au
@@ -7074,7 +7074,7 @@ org.zw
70747074

70757075
// newGTLDs
70767076

7077-
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2019-12-20T17:24:23Z
7077+
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-01-06T17:33:31Z
70787078
// This list is auto-generated, don't edit it manually.
70797079
// aaa : 2015-02-26 American Automobile Association, Inc.
70807080
aaa
@@ -8798,9 +8798,6 @@ lexus
87988798
// lgbt : 2014-05-08 Afilias Limited
87998799
lgbt
88008800

8801-
// liaison : 2014-10-02 Liaison Technologies, Incorporated
8802-
liaison
8803-
88048801
// lidl : 2014-09-18 Schwarz Domains und Services GmbH & Co. KG
88058802
lidl
88068803

@@ -9065,9 +9062,6 @@ mov
90659062
// movie : 2015-02-05 Binky Moon, LLC
90669063
movie
90679064

9068-
// movistar : 2014-10-16 Telefónica S.A.
9069-
movistar
9070-
90719065
// msd : 2015-07-23 MSD Registry Holdings, Inc.
90729066
msd
90739067

@@ -9962,9 +9956,6 @@ tech
99629956
// technology : 2013-09-13 Binky Moon, LLC
99639957
technology
99649958

9965-
// telefonica : 2014-10-16 Telefónica S.A.
9966-
telefonica
9967-
99689959
// temasek : 2014-08-07 Temasek Holdings (Private) Limited
99699960
temasek
99709961

0 commit comments

Comments
 (0)