Skip to content

Commit 940807f

Browse files
committed
Update version and spec doc
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent ae9cc57 commit 940807f

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

SPECIFICATION.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,14 @@ URL validation, path resolution and verification, and so forth. Tools should
173173
report a warning for ignored fields.
174174

175175

176-
Fields order and precedence
177-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
176+
Fields order and multiple occurrences
177+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
178178

179-
The field order does not matter with the following exception: multiple
180-
occurrences of a field name are possible and must be interpreted such that only
181-
the last occurrence is considered as the value for this field name. Previous
182-
occurrences of the same field name must be treated as ignored fields.
179+
The field order does not matter. Multiple occurrences of a field name is not
180+
supported.
183181

184-
A tool processing an ABOUT file must issue a warning when a field name occurs
185-
more than once in an ABOUT file (as for any other ignored field).
182+
The tool processing an ABOUT file or CSV/JSON input will issue an error when a
183+
field name occurs more than once in the input file (as for any other ignored field).
186184

187185

188186
Field referencing a file

docs/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2018-x-x
2+
3+
Release 3.1.1
4+
5+
* No support of multiple occurrence keys in the input
6+
* Updated the specification document
7+
8+
etc...
9+
10+
111
2018-6-8 Chin-Yeung Li <[email protected]>
212

313
Release 3.1.0

src/attributecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
basestring = str # Python 3
2828

2929

30-
__version__ = '3.1.0'
30+
__version__ = '3.1.1'
3131

3232

3333
__about_spec_version__ = '3.0.0'

0 commit comments

Comments
 (0)