File tree 7 files changed +14
-7
lines changed
7 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
Copyright:
2
2
3
- KB / National Library of the Netherlands, Open Planets Foundation
3
+ KB / National Library of the Netherlands, Open Preservation Foundation
4
4
5
5
License:
6
6
@@ -22,6 +22,6 @@ License:
22
22
23
23
The Debian packaging is:
24
24
25
- Copyright (C) 2012 Open Planets Foundation <www.openplanetsfoundation. org>
25
+ Copyright (C) 2012 Open Planets Foundation <http://openpreservation. org/ >
26
26
27
27
and is licensed under the GPL version 3, see above.
Original file line number Diff line number Diff line change 1
1
recursive-include example_files *
2
- recursive-include doc *.pdf
2
+ recursive-include doc *.html
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ The [Vagrant directory](vagrant) of this repo contains instructions on how to bu
70
70
(Outline only, this section is under development and needs more detail!).
71
71
72
72
1 . Make changes to code
73
- 1 . Update version number in * jpylyzer.py*
73
+ 1 . Update version number in * jpylyzer.py* , * setup.py * and * sonar-project.properties * (do we really need last file?)
74
74
1 . In case of changes to command-line interface, update [ jpylyzer.pod] ( debian/jpylyzer.pod ) file in * Debian* folder.
75
75
1 . Create new entry in changelog using ` dch -i ` ; then manually update version number, and create list of changes.
76
76
1 . Update [ User Manual] ( doc/jpylyzerUserManual.md ) if necessary
Original file line number Diff line number Diff line change
1
+ jpylyzer (1.14.1) UNRELEASED; urgency=medium
2
+
3
+ * Fixed outdated OPF refs in Debian folder
4
+ * Fixed problem in schema for compressionRatio
5
+
6
+ -- johan <
[email protected] > Wed, 25 Mar 2015 14:01:22 +0100
7
+
1
8
jpylyzer (1.14.0) precise; urgency=medium
2
9
3
10
* Added recurse option (contributions by The National Archives)
Original file line number Diff line number Diff line change 54
54
if len (scriptName ) == 0 :
55
55
scriptName = 'jpylyzer'
56
56
57
- __version__ = "1.14.0 "
57
+ __version__ = "1.14.1 "
58
58
59
59
# Create parser
60
60
parser = argparse .ArgumentParser (
Original file line number Diff line number Diff line change 10
10
11
11
setup (name = 'jpylyzer' ,
12
12
packages = ['jpylyzer' ],
13
- version = '1.14.0 ' ,
13
+ version = '1.14.1 ' ,
14
14
license = 'LGPL' ,
15
15
platforms = ['POSIX' , 'Windows' ],
16
16
description = 'JP2 (JPEG 2000 Part 1) image validator and properties extractor' ,
Original file line number Diff line number Diff line change 1
1
sonar.projectKey =org.opf-labs:jpylyzer
2
2
sonar.projectName =jpylyzer
3
- sonar.projectVersion =1.14.0
3
+ sonar.projectVersion =1.14.1
4
4
5
5
sonar.sources =jpylyzer
6
6
You can’t perform that action at this time.
0 commit comments