File tree 9 files changed +18
-10
lines changed
9 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ are asked to read the 3rd Party Licenses referenced with those assets.
19
19
The MIT License (MIT)
20
20
=====================
21
21
22
- Copyright (c) 2022 Government of Canada
22
+ Copyright (c) 2025 Government of Canada
23
23
24
24
Permission is hereby granted, free of charge, to any person
25
25
obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change
1
+ woudc-extcsv (0.6.0) jammy; urgency=medium
2
+
3
+ * updated error codes categorized in 100s, 200s, 300s and 400s
4
+ * relaxed tables-backfilling rules for OzoneSonde
5
+ * other minor fixes and updates related to parsing and validation
6
+
7
+ -- Kevin Ngai <
[email protected] > Fri, 21 Feb 2025 17:33:00 +0000
8
+
1
9
woudc-extcsv (0.5.0) focal; urgency=medium
2
10
3
11
* swap in woudc-data-registry extended csv parser
Original file line number Diff line number Diff line change 1
- 9
1
+ 13
Original file line number Diff line number Diff line change 1
1
Source: woudc-extcsv
2
2
Section: python
3
3
Priority: optional
4
- Maintainer: WOUDC <ec. woudc.ec@canada .ca>
4
+ Maintainer: WOUDC <woudc@ec.gc .ca>
5
5
Build-Depends: debhelper (>= 9), python3, python3-setuptools
6
6
Standards-Version: 3.9.5
7
- X-Python-Version: >= 3.4
7
+ X-Python-Version: >= 3.10
8
8
Vcs-Git: https://github.com/woudc/woudc-extcsv.git
9
9
10
10
Package: woudc-extcsv
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
2
Source: https://github.com/woudc/woudc-extcsv
3
3
4
4
Files: *
5
- Copyright: Copyright (c) 2016 Government of Canada
5
+ Copyright: Copyright (c) 2025 Government of Canada
6
6
License: Expat
7
7
Permission is hereby granted, free of charge, to any person
8
8
obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change 18
18
# those files. Users are asked to read the 3rd Party Licenses
19
19
# referenced with those assets.
20
20
#
21
- # Copyright (c) 2022 Government of Canada
21
+ # Copyright (c) 2025 Government of Canada
22
22
#
23
23
# Permission is hereby granted, free of charge, to any person
24
24
# obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change 18
18
# those files. Users are asked to read the 3rd Party Licenses
19
19
# referenced with those assets.
20
20
#
21
- # Copyright (c) 2022 Government of Canada
21
+ # Copyright (c) 2025 Government of Canada
22
22
#
23
23
# Permission is hereby granted, free of charge, to any person
24
24
# obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change 18
18
# those files. Users are asked to read the 3rd Party Licenses
19
19
# referenced with those assets.
20
20
#
21
- # Copyright (c) 2022 Government of Canada
21
+ # Copyright (c) 2025 Government of Canada
22
22
#
23
23
# Permission is hereby granted, free of charge, to any person
24
24
# obtaining a copy of this software and associated documentation
61
61
non_content_line )
62
62
63
63
64
- __version__ = '0.5 .0'
64
+ __version__ = '0.6 .0'
65
65
66
66
__dirpath = os .path .dirname (os .path .realpath (__file__ ))
67
67
Original file line number Diff line number Diff line change 18
18
# those files. Users are asked to read the 3rd Party Licenses
19
19
# referenced with those assets.
20
20
#
21
- # Copyright (c) 2022 Government of Canada
21
+ # Copyright (c) 2025 Government of Canada
22
22
#
23
23
# Permission is hereby granted, free of charge, to any person
24
24
# obtaining a copy of this software and associated documentation
You can’t perform that action at this time.
0 commit comments