Skip to content

Commit e4317f6

Browse files
committed
Update ABOUT files under thirdparty Fixed #296
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent eb6a9a7 commit e4317f6

31 files changed

+68
-72
lines changed

src/attributecode/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def serialized_value(self):
191191

192192
@property
193193
def has_content(self):
194-
return self.original_value and self.original_value.strip()
194+
return self.original_value
195195

196196
def __repr__(self):
197197
name = self.name

thirdparty/base/appdirs.ABOUT

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ vcs_repository: https://github.com/ActiveState/appdirs.git
1111

1212
copyright: Copyright (c) 2010 ActiveState Software Inc.
1313

14-
dje_license: mit
15-
license_text_file:
16-
- appdirs.LICENSE
17-
18-
14+
license_expression: mit
15+
license_file: appdirs.LICENSE

thirdparty/base/certifi.ABOUT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ contact: [email protected]
99
homepage_url: http://certifi.io/
1010
name: certifi
1111

12-
dje_license: mpl-2.0
13-
license_text_file: mpl-2.0.LICENSE
12+
license_expression: mpl-2.0
13+
license_file: mpl-2.0.LICENSE
1414
notice_file: certifi.NOTICE

thirdparty/base/chardet.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: chardet
33
version: 3.0.3
44
homepage_url: https://github.com/chardet/chardet
55
download_url: https://pypi.python.org/packages/8c/27/99f781a11e4daa5acadf97add6e5883ec5f8f9abbf279e790fd0ff371db7/chardet-3.0.3-py2.py3-none-any.whl
6-
dje_license: lgpl-2.1
7-
license_text_url: https://raw.github.com/erikrose/chardet/70af46cb8e146326081fd76360d1c19675ee627c/COPYING
8-
license_text_file: lgpl-2.1.LICENSE
6+
license_expression: lgpl-2.1
7+
license_url: https://raw.github.com/erikrose/chardet/70af46cb8e146326081fd76360d1c19675ee627c/COPYING
8+
license_file: lgpl-2.1.LICENSE
99
vcs_tool: git
1010
vcs_repository: https://github.com/chardet/chardet.git

thirdparty/base/idna.ABOUT

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ owner: Kim Davies
77
homepage_url: https://github.com/kjd/idna
88
name: idna
99

10-
copyright:
11-
- Copyright (c) 2013-2017, Kim Davies
12-
- Copyright (c) 2001-2014 Python Software Foundation
13-
- Copyright (c) 1991-2014 Unicode, Inc.
10+
copyright: |
11+
Copyright (c) 2013-2017, Kim Davies
12+
Copyright (c) 2001-2014 Python Software Foundation
13+
Copyright (c) 1991-2014 Unicode, Inc.
1414

15-
dje_license: bsd-new and python and unicode-data-software
15+
license_expression: bsd-new and python and unicode-data-software
1616

17-
license_text_file:
17+
license_file:
1818
- idna.LICENSE
1919
- PSF.LICENSE
2020
- unicode-data-software.LICENSE

thirdparty/base/packaging.ABOUT

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ owner: Python Packaging Authority
99

1010
copyright: Copyright (c) Donald Stufft and individual contributors.
1111

12-
dje_license: bsd-simplified or apache-2.0
13-
license_text_file:
12+
license_expression: bsd-simplified or apache-2.0
13+
license_file:
1414
- apache-2.0.LICENSE
1515
- packaging.LICENSE
1616

17-
notice_text_file:
18-
- packaging.NOTICE
17+
notice_file: packaging.NOTICE

thirdparty/base/pip.ABOUT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ contact: [email protected]
88
homepage_url: http://www.pip-installer.org
99

1010
author_file: pip.AUTHORS
11-
dje_license: mit, OTHER TODO
12-
license_text_file: pip.LICENSE
11+
license_expression: mit, OTHER TODO
12+
license_file: pip.LICENSE
1313

1414
vcs_tool: git
1515
vcs_repository: https://github.com/pypa/pip.git

thirdparty/base/pyparsing.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ about_resource: pyparsing-2.2.0-py2.py3-none-any.whl
22
name: pyparsing
33
version: 2.2.0
44
homepage_url: http://pyparsing.wikispaces.com/
5-
download_url: download_url: https://pypi.python.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl#md5=7247e7896688eff4bc8c7fc5d0cdd2b0
5+
download_url: https://pypi.python.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl#md5=7247e7896688eff4bc8c7fc5d0cdd2b0
66
owner: Paul McGuire
77
copyright: Copyright (c) 2003-2016 Paul T. McGuire
88

99
vcs_tool: svn
1010
vcs_repository: http://svn.code.sf.net/p/pyparsing/code/tags/pyparsing_2.1.9/
1111

12-
dje_license: mit
13-
license_text_file: pyparsing.LICENSE
12+
license_expression: mit
13+
license_file: pyparsing.LICENSE

thirdparty/base/requests.ABOUT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ download_url: https://pypi.python.org/packages/29/b9/d26a6ab2ee178415ab8c0c591d2
55
name: requests
66
homepage_url: http://python-requests.org
77
owner: Kenneth Reitz
8-
dje_license: apache-2.0
8+
license_expression: apache-2.0
99
notice_file: requests.NOTICE
10-
license_text_file: apache-2.0.LICENSE
10+
license_file: apache-2.0.LICENSE
1111

1212
vcs_tool: git
1313
vcs_repository: https://github.com/kennethreitz/requests.git

thirdparty/base/setuptools.ABOUT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ name: setuptools
77
homepage_url: https://pypi.python.org/pypi/setuptools
88
owner: Python Packaging Authority
99

10-
dje_license: psf
11-
license_text_file: PSF.LICENSE
10+
license_expression: psf
11+
license_file: PSF.LICENSE

0 commit comments

Comments
 (0)