- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0019e29ccadfe3d5cb0d159a443cba3ce8dfc37c967317db983ce3f19f0ca050
|
||||
size 3792335
|
||||
3
csvkit-1.1.0.tar.gz
Normal file
3
csvkit-1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad836b4ebf17674284ec94e2adeb9bea97367c9c7310187c2d8e2e3f1ded9c13
|
||||
size 3791940
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 20:54:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 20:54:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 7 07:07:37 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-csvkit
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,8 +19,9 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define binaries csvclean csvcut csvformat csvgrep csvjoin csvjson csvlook csvpy csvsort csvsql csvstack csvstat in2csv sql2csv
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-csvkit
|
||||
Version: 1.0.7
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: A library of utilities for working with CSV
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user