Commit Graph

15 Commits

Author SHA256 Message Date
15810258c4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=28 2023-01-16 20:56:36 +00:00
68f870dd0e - 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).

- 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=27
2023-01-16 20:56:22 +00:00
fe44020b15 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=25
2022-10-07 07:09:51 +00:00
ba87f3b532 Accepting request 875827 from home:bnavigator:branches:devel:languages:python:numeric
- 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.)

OBS-URL: https://build.opensuse.org/request/show/875827
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=23
2021-02-28 23:12:49 +00:00
Tomáš Chvátal
46346a474f Accepting request 809588 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=21
2020-05-27 14:46:32 +00:00
Tomáš Chvátal
da718bda3f - Drop py2 deps as it works only on py3 atm
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=19
2020-04-23 11:14:15 +00:00
Tomáš Chvátal
6cce83b34d Accepting request 788535 from home:polslinux:branches:devel:languages:python:numeric
- update to v1.0.5
  * dropped py 3.4 support
  * fix tests
  * minor fixes
- switch from nose to unittest

OBS-URL: https://build.opensuse.org/request/show/788535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=17
2020-03-26 13:08:57 +00:00
Todd R
cfc0e20b7b Accepting request 752972 from home:TheBlackCat:branches:devel:languages:python:numeric
Drop python2 support due to dependencies dropping python2 support

OBS-URL: https://build.opensuse.org/request/show/752972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=15
2019-12-02 15:57:55 +00:00
Tomáš Chvátal
fe17ad8e42 Accepting request 697569 from home:mcepl:branches:devel:languages:python:numeric
boo#1133137: Fix FTBFS python-csvkit (failing tests gh#wireservice/csvkit#1027)

OBS-URL: https://build.opensuse.org/request/show/697569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=13
2019-04-25 07:37:49 +00:00
Tomáš Chvátal
dcd70db15b - Update to 1.0.4:
* Dropped Python 3.3 support (end-of-life was September 29, 2017).
  * :doc:`/scripts/csvsql` adds a --chunk-size option to set the chunk size when batch inserting into a table.
  * csvkit is now tested against Python 3.7.
  * Dates and datetimes without punctuation can be parsed with --date-format and datetime-format.
  * Error messages about column indices use 1-based numbering unless --zero is set.
- Remove merged patch remove-unittest2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=11
2019-03-25 09:09:38 +00:00
Tomáš Chvátal
617e918c0b - Remove devel dependency and do not use symlinks on fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=9
2019-02-27 08:42:26 +00:00
7c3dcaf125 - We already use six, so it is better to use monkey-patching already
prepared there. remove-unittest2.patch updated.
  Upstream pull request https://github.com/wireservice/csvkit/pull/979

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=7
2018-08-12 21:21:59 +00:00
Tomáš Chvátal
7cb2f227d3 Accepting request 628656 from home:mcepl:work
- Remove unnecessary unittest2 dependency
  (Patch remove-unittest2.patch makes necessary changes)

OBS-URL: https://build.opensuse.org/request/show/628656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=5
2018-08-10 16:25:35 +00:00
23417733b4 Accepting request 626377 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/626377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-csvkit?expand=0&rev=2
2018-07-31 14:00:54 +00:00
c5d4ea5fb7 Accepting request 614041 from devel:languages:python
library of utilities for working with CSV

OBS-URL: https://build.opensuse.org/request/show/614041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-csvkit?expand=0&rev=1
2018-06-05 10:53:09 +00:00