diff --git a/csvkit-1.0.4.tar.gz b/csvkit-1.0.4.tar.gz deleted file mode 100644 index 39e13ed..0000000 --- a/csvkit-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1353a383531bee191820edfb88418c13dfe1cdfa9dd3dc46f431c05cd2a260a0 -size 3782239 diff --git a/csvkit-1.0.5.tar.gz b/csvkit-1.0.5.tar.gz new file mode 100644 index 0000000..446c337 --- /dev/null +++ b/csvkit-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd390f4d300e45dc9ed67a32af762a916bae7d9a85087a10fd4f64ce65fd5b9 +size 3783495 diff --git a/python-csvkit.changes b/python-csvkit.changes index bb2387d..ec26ce0 100644 --- a/python-csvkit.changes +++ b/python-csvkit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 26 12:32:47 UTC 2020 - Paolo Stivanin + +- update to v1.0.5 + * dropped py 3.4 support + * fix tests + * minor fixes + +- switch from nose to unittest + ------------------------------------------------------------------- Mon Dec 2 15:50:51 UTC 2019 - Todd R diff --git a/python-csvkit.spec b/python-csvkit.spec index be8b2aa..0e5d823 100644 --- a/python-csvkit.spec +++ b/python-csvkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-csvkit # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-csvkit -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: A library of utilities for working with CSV License: MIT Group: Development/Languages/Python -Url: https://github.com/wireservice/csvkit +URL: https://github.com/wireservice/csvkit Source: https://files.pythonhosted.org/packages/source/c/csvkit/csvkit-%{version}.tar.gz BuildRequires: %{python_module SQLAlchemy >= 0.9.3} BuildRequires: %{python_module Sphinx >= 1.0.7} @@ -45,7 +45,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module coverage >= 3.5.1b1} -BuildRequires: %{python_module nose >= 1.1.2} BuildRequires: python-mock >= 1.3.0 # /SECTION BuildArch: noarch @@ -71,8 +70,7 @@ find csvkit -name "*.py" | xargs sed -i '1 {/^#!/ d}' %check export LANG=en_US.UTF-8 -# gh#wireservice/csvkit#1027 -%python_expand nosetests-%{$python_bin_suffix} -v -e 'test_(before_after_insert|linenumbers|no_header_row|unicode)' +%python_exec -m unittest discover -s tests/ -v %files %python_files %license COPYING