SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-csvkit-2.0.1-55.4.noarch.rpm :

* Tue Jul 23 2024 Steve Kowalik - Update to 2.0.1:
* feat: csvsql adds --min-col-len and --col-len-multiplier options.
* feat: sql2csv adds a --engine-option option.
* feat: Add man pages to the sdist and wheel distributions.
* fix: csvstat no longer errors when a column is a time delta and --json is set.
* csvclean now writes its output to standard output and its errors to standard error, instead of to basename_out.csv and basename_err.csv files.
* csvclean no longer reports or fixes errors by default; it errors if no checks or fixes are enabled.
* csvclean no longer omits rows with errors from the output.
* csvclean joins short rows using a newline by default, instead of a space.
* Add a lot of options to csvclean.
* feat: The --quoting option accepts csv.QUOTE_STRINGS and csv.QUOTE_NOTNULL on Python 3.12.
* feat: csvformat: The --out-quoting option accepts csv.QUOTE_STRINGS and csv.QUOTE_NOTNULL on Python 3.12.
* fix: csvformat: The --out-quoting option works with csv.QUOTE_NONUMERIC.
* fix: csvclean: The --join-short-rows option no longer reports length mismatch errors that were fixed.
* feat: Add support for Zstandard files with the .zst extension, if the zstandard package is installed.
* feat: csvformat adds a --out-asv (--A) option to use the ASCII unit separator and record separator.
* feat: csvsort adds a --ignore-case (--i) option to perform case-independent sorting.
* Sun Mar 24 2024 Dirk Müller - update to 1.4.0:
* feat: :doc:`/scripts/csvpy` adds the options: --no-number- ellipsis, to disable the ellipsis (…) if max precision is exceeded, for example, when using table.print_table() - -sniff-limit` --no-inference`
* feat: :doc:`/scripts/csvpy` adds the options:
* --no-number-ellipsis, to disable the ellipsis (…) if max precision is exceeded, for example, when using table.print_table()
* feat: :doc:`/scripts/csvpy` removes the --linenumbers and - -zero output options, which had no effect.
* feat: :doc:`/scripts/csvpy` removes the --linenumbers and - -zero output options, which had no effect.
* feat: :doc:`/scripts/in2csv` adds a --reset-dimensions option to recalculate the dimensions of an XLSX file, instead of trusting the file\'s metadata. csvkit\'s dependency agate-excel 0.4.0 automatically recalculates the dimensions if the file\'s metadata expresses dimensions of \"A1:A1\" (a single cell).
* feat: :doc:`/scripts/in2csv` adds a --reset-dimensions option to recalculate the dimensions of an XLSX file, instead of trusting the file\'s metadata. csvkit\'s dependency agate-excel 0.4.0 automatically recalculates the dimensions if the file\'s metadata expresses dimensions of \"A1:A1\" (a single cell).
* fix: :doc:`/scripts/csvlook` only reads up to --max-rows rows instead of the entire file.
* fix: :doc:`/scripts/csvlook` only reads up to --max-rows rows instead of the entire file.
* fix: :doc:`/scripts/csvpy` supports the existing input options: --locale --blanks --null-value --date-format - -datetime-format --skip-lines
* Update minimum agate version to 1.6.3.
* Thu Dec 14 2023 Steve Kowalik - Update to 1.3.0:
* /scripts/csvformat adds a --skip-header (-E) option to not output a header row.
* /scripts/csvlook adds a --max-precision option to set the maximum number of decimal places to display.
* /scripts/csvlook adds a --no-number-ellipsis option to disable the ellipsis (…) if --max-precision is exceeded.
* /scripts/csvstat supports the --no-inference (-I), --locale (-L), - -blanks, --date-format and datetime-format options.
* /scripts/csvstat reports a \"Non-null values\" statistic.
* /scripts/csvstat adds a --non-nulls option to only output counts of non-null values.
* /scripts/csvstat reports a \"Most decimal places\" statistic.
* /scripts/csvstat adds a --max-precision option to only output the most decimal places.
* /scripts/csvstat adds a --json option to output results as JSON text.
* /scripts/csvstat adds an --indent option to indent the JSON text when - -json is set.
* /scripts/in2csv adds a --use-sheet-names option to use the sheet names as file names when --write-sheets is set.
* Add a --null-value option to commands with the --blanks option, to convert additional values to NULL.
* Reconfigure the encoding of standard input according to the --encoding option, which defaults to utf-8-sig.
* Prompt the user if additional input is expected (i.e. if no input file or piped data is provided) in /scripts/csvjoin, /scripts/csvsql and /scripts/csvstack.
* No longer errors if a NUL byte occurs in an input file.
* Add Python 3.12 support.
* /scripts/csvjoin uses the correct columns when performing a --right join.
* Add SQLAlchemy 2 support.
* Drop Python 3.7 support (end-of-life was June 5, 2023).- Switch to pyproject macros.
* Fri Sep 29 2023 Ondřej Súkup - cleanup package requires and buildrequires
* Tue May 30 2023 Dirk Müller - require sqlalchemy < 2 due to agate-sql
* Mon Apr 17 2023 pgajdosAATTsuse.com- python-six is not required- Add missing Requires.
* Tue Mar 28 2023 Dirk Müller - update to 1.1.1:
* feat: :doc:`/scripts/csvstack` handles files with columns in different orders or with different names.
* Mon Jan 16 2023 Dirk Müller - update to 1.1.0:
* feat: :doc:`/scripts/csvsql` accepts multiple :code:`--query` command- line arguments.
* feat: :doc:`/scripts/csvstat` adds :code:`--no-grouping-separator` and :code:`--decimal-format` options.
* Add Python 3.11 support.
* Drop Python 3.6 support (end-of-life was December 23, 2021).
* Drop Python 2.7 support (end-of-life was January 1, 2020).
* Fri Oct 07 2022 Daniel Garcia - Fix u-a scriptlets- Update to v1.0.7
* fix: :doc:`/scripts/csvcut` extracts the correct columns when - -line-numbers is set.
* fix: Restore Python 2.7 support in edge cases.
* feat: Use 1024 byte sniff-limit by default across csvkit. Improve csvstat performance up to 10x.
* feat: Add support for .xz (LZMA) compressed input files.
* Add Python 3.10 support.
* Drop Python 3.5 support (end-of-life was September 30, 2020).- v1.0.6
* :doc:`/scripts/csvstat` no longer prints \"Row count: \" when --count is set.
* :doc:`/scripts/csvclean`, :doc:`/scripts/csvcut`, :doc:`/scripts/csvgrep` no longer error if standard input is null.
* :doc:`/scripts/csvformat` creates default headers when --no-header-row is set, as documented.
* :doc:`/scripts/csvstack` no longer errors when --no-header-row is combined with --groups or --filenames.
* Sun Feb 28 2021 Ben Greiner - Add testdbf_converted.csv to fix a test failure since agate-dbf 0.2.2 -- gh#wireservice/csvkit#1073- Make rpmlint happy by expanding the u-a install scripts early. (Keep all the cli commands as their own u-a master links.)
 
ICM