Skip to content

Commit c4c4551

Browse files
committedJul 6, 2022
Debian changes
Debian changes for new release of woudc-extcsv with new extended CSV parser.
1 parent 4826ab3 commit c4c4551

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
 

‎debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
woudc-extcsv (0.5.0) unstable; urgency=low
2+
3+
* swap in woudc-data-registry extended csv parser
4+
* make corresponding changes to Reader and Writer classes
5+
6+
-- WOUDC <ec.woudc.ec@canada.ca> Wed, 06 Jul 2022 14:56:00 +0000
7+
18
woudc-extcsv (0.4.dev0) unstable; urgency=low
29

310
* Updated example tests for Python3

‎debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Priority: optional
44
Maintainer: WOUDC <ec.woudc.ec@canada.ca>
55
Build-Depends: debhelper (>= 9), python, python-setuptools
66
Standards-Version: 3.9.5
7-
X-Python-Version: >= 2.7
7+
X-Python-Version: >= 3.4
88
Vcs-Git: https://github.com/woudc/woudc-extcsv.git
99

1010
Package: woudc-extcsv
1111
Architecture: all
12-
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-unicodecsv, python-pywoudc
12+
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-unicodecsv
1313
Homepage: https://woudc.org
1414
Description: WMO WOUDC format reader/writer
15-
woudc-extcsv is a Python package providing read/write support of the
15+
woudc-extcsv is a Python package providing parsing and read/write support of the
1616
WOUDC Extended CSV format.

‎debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
#export DH_VERBOSE=1
1111

1212
%:
13-
dh $@ --with python2 --build=pybuild
13+
dh $@ --with python3 --buildsystem=pybuild

0 commit comments

Comments
 (0)