Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tablib for openSUSE:Factory checked in at 2022-10-11 18:03:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tablib (Old) and /work/SRC/openSUSE:Factory/.python-tablib.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tablib" Tue Oct 11 18:03:22 2022 rev:10 rq:1009732 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tablib/python-tablib.changes 2021-04-26 16:40:45.090186636 +0200 +++ /work/SRC/openSUSE:Factory/.python-tablib.new.2275/python-tablib.changes 2022-10-11 18:05:49.194111004 +0200 @@ -1,0 +2,17 @@ +Tue Oct 11 07:35:41 UTC 2022 - John Vandenberg <[email protected]> + +- Update to v3.2.1 + * Support solo CR in text input imports +- from v3.2.0 + * Dropped Python 3.6 support + * Corrected order of arguments to a regex call in safe_xlsx_sheet_title +- from v3.1.0 + * Add support for Python 3.10 + * The csv, xls, and xlsx formats gained support for the skip_lines + keyword argument for their import_set() method to be able to skip + the nth first lines of a read file + * Avoided mutable parameter defaults + * Specify build backend for editable installs + * Doubled sample size passed to csv.Sniffer() in _csv.detect() + +------------------------------------------------------------------- Old: ---- tablib-3.0.0.tar.gz New: ---- tablib-3.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tablib.spec ++++++ --- /var/tmp/diff_new_pack.cDgT3c/_old 2022-10-11 18:05:49.602111663 +0200 +++ /var/tmp/diff_new_pack.cDgT3c/_new 2022-10-11 18:05:49.606111670 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tablib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-tablib -Version: 3.0.0 +Version: 3.2.1 Release: 0 Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV) License: MIT @@ -73,6 +73,9 @@ find src -name "*.py" | xargs sed -i '1 { /^#!/ d }' sed -i '/addopts/ d' pytest.ini +# Remove python_requires>=3.7 as it works fine on Python 3.6 +sed -i '/python_requires/d' setup.py + %build %python_build @@ -81,11 +84,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# v3.2.1: test_cli_export_github fails on Leap 15.3 & .4 due to minor differences in output +%pytest -k 'not test_cli_export_github' %files %{python_files} %license LICENSE %doc AUTHORS README.md HISTORY.md -%{python_sitelib}/* +%{python_sitelib}/tablib*/ %changelog ++++++ tablib-3.0.0.tar.gz -> tablib-3.2.1.tar.gz ++++++ ++++ 2576 lines of diff (skipped)
