Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-agate-excel-0.4.1-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-agate-excel Distribution: openSUSE Tumbleweed
Version: 0.4.1 Vendor: openSUSE
Release: 1.3 Build date: Sat Dec 2 20:39:42 2023
Group: Unspecified Build host: reproducible
Size: 25897 Source RPM: python-agate-excel-0.4.1-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/wireservice/agate-excel
Summary: Read support for Excel files (xls and xlsx) for agate
Agate-excel adds read support for Excel files (xls and xlsx)
to agate.

Provides

Requires

License

MIT

Changelog

* Sat Dec 02 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.4.1:
    * fix: :meth:`.Table.from_xlsx` no longer errors on unsized
      sheets.
    * The ``reset_dimensions`` argument to :meth:`.Table.from_xlsx`
      defaults to ``None`` instead of ``False``. If
      ``reset_dimensions`` is ``None``, and if the worksheet's
      dimensions are ``A1:A1``, recalculate the worksheet's
      dimensions. To disable this behavior, set
      ``reset_dimensions`` to ``False``.
    * If the ``reset_dimensions`` argument to
      :meth:`.Table.from_xlsx` is set, recalculate the worksheet's
      dimensions, instead of assuming that the table's width
      matches the first row's.
    * The ``reset_dimensions`` argument to :meth:`.Table.from_xlsx`
      is ignored if the ``read_only`` argument is false.
    * Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support.
    * Drop support for 3.5 (2020-09-13), 3.6 (2021-12-23), 3.7
  - drop python-agate-excel-no-python2.patch (upstream)
* Thu Mar 09 2023 pgajdos@suse.com
  - do not require python-six
  - added patches
    fix https://github.com/wireservice/agate-excel/commit/833dc6d39dda3e4b025e3e4dc61533622d65cc5f
    + python-agate-excel-no-python2.patch
* Fri Aug 13 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.2.5:
    * Add ``six`` to ``install_requires``.
    * Add ``row_limit`` keyword argument to ``from_xls`` and ``from_xlsx``. (#40)
    * Preserve column types from XLS files. (#36)
    * Add support for Compound File Binary File (CFBF) XLS files. (#44)
    * Close XLSX file before raising error for non-existent sheet. (#34)
    * Use less memory and close XLS files. (#39)
    * Drop support for Python 3.4 (end-of-life was March 18, 2019).
  - Update {Build,}Requires.
* Thu Apr 16 2020 Matej Cepl <mcepl@suse.com>
  - Switch from using nosetest runner to pytest
* Mon Dec 02 2019 Todd R <toddrme2178@gmail.com>
  - Disable python2 support due to dependencies dropping python2
    support.
  - Don't use setup.py test
* Wed Apr 17 2019 pgajdos@suse.com
  - version update to 0.2.3
    * Fix bug in accepting ``column_names`` as keyword argument.
    * Add a ``reset_dimensions`` argument to :meth:`.Table.from_xlsx`
      to recalculate the data's dimensions, instead of trusting those
      in the file's properties.
    * Include tests and examples in distribution.
    * agate-excel is now tested against Python 3.6 and 3.7.
    * Drop support for Python 3.3 (end-of-life was September 29, 2017).
    * Add support for openpyxl 2.6.0.
  - deleted patches
    - no-column.patch (upstreamed)
    - row-offset.patch (upstreamed)
* Wed Feb 27 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Switch to github tarball and enable tests
  - Add patches from upstream git to pass the tests:
    * no-column.patch
    * row-offset.patch
* Wed May 09 2018 toddrme2178@gmail.com
  - Update to version 0.2.2
    * Add an encoding_override argument to `.Table.from_xls` to
      override the encoding of the input XLS file.
    * Add a header argument to `.Table.from_xls` and
      `.Table.from_xlsx` to indicate the presence of a header row.
    * Add a read_only argument to `.Table.from_xlsx` to allo
      disabling read-only mode for some spreadsheets.
  - Use license tag
* Fri Oct 20 2017 toddrme2178@gmail.com
  - initial version

Files

/usr/lib/python3.10/site-packages/agate_excel-0.4.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/agate_excel-0.4.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/agate_excel-0.4.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/agate_excel-0.4.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/agate_excel-0.4.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/agate_excel-0.4.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/agateexcel
/usr/lib/python3.10/site-packages/agateexcel/__init__.py
/usr/lib/python3.10/site-packages/agateexcel/__pycache__
/usr/lib/python3.10/site-packages/agateexcel/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agateexcel/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/agateexcel/__pycache__/table_xls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agateexcel/__pycache__/table_xls.cpython-310.pyc
/usr/lib/python3.10/site-packages/agateexcel/__pycache__/table_xlsx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agateexcel/__pycache__/table_xlsx.cpython-310.pyc
/usr/lib/python3.10/site-packages/agateexcel/table_xls.py
/usr/lib/python3.10/site-packages/agateexcel/table_xlsx.py
/usr/share/doc/packages/python310-agate-excel
/usr/share/doc/packages/python310-agate-excel/AUTHORS.rst
/usr/share/doc/packages/python310-agate-excel/README.rst
/usr/share/licenses/python310-agate-excel
/usr/share/licenses/python310-agate-excel/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024