Package: csvkit / 2.1.0-1~exp1

Metadata

Package Version Patches format
csvkit 2.1.0-1~exp1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use the packaged docs.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use the packaged docs
No privacy breach.patch | (download)

README.rst | 24 0 + 24 - 0 !
1 file changed, 24 deletions(-)

 no privacy breach
Disable locale specific test.patch | (download)

tests/test_utilities/test_csvstat.py | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 csvstat (>= 1.1.0) adds locale-specific numeric grouping
 This patch disables a locale-specific grouping separator test and modifies
 another to succeed when running on LC_ALL=C.UTF-8
 See: https://github.com/wireservice/csvkit/pull/1180