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

python311-dbfread-2.0.7-4.21 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-dbfread Distribution: openSUSE Tumbleweed
Version: 2.0.7 Vendor: openSUSE
Release: 4.21 Build date: Fri Nov 1 13:49:17 2019
Group: Development/Languages/Python Build host: reproducible
Size: 124045 Source RPM: python-dbfread-2.0.7-4.21.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/olemb/dbfread
Summary: DBF file reader for Python
DBF is a file format used by databases such dBase, Visual FoxPro, and
FoxBase+. This library reads DBF files and returns the data as native
Python data types for further processing. It is primarily intended for
batch jobs and one-off scripts.

Provides

Requires

License

MIT

Changelog

* Fri Nov 01 2019 Matej Cepl <mcepl@suse.com>
  - Add pytest4.patch from gh#olemb/dbfread#33 which makes the test
    suite to pass with PyTest 4.
* Thu Aug 22 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Restrict to pytest3 as newer need major test tweaks
* Wed Dec 05 2018 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Fri May 18 2018 toddrme2178@gmail.com
  - Use license tag
  - Fix tests
* Tue Nov 07 2017 toddrme2178@gmail.com
  - initial version

Files

/usr/lib/python3.11/site-packages/dbfread
/usr/lib/python3.11/site-packages/dbfread-2.0.7-py3.11.egg-info
/usr/lib/python3.11/site-packages/dbfread-2.0.7-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/dbfread-2.0.7-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/dbfread-2.0.7-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/dbfread-2.0.7-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/dbfread-2.0.7-py3.11.egg-info/zip-safe
/usr/lib/python3.11/site-packages/dbfread/__init__.py
/usr/lib/python3.11/site-packages/dbfread/__pycache__
/usr/lib/python3.11/site-packages/dbfread/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/codepages.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/codepages.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/dbf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/dbf.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/dbversions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/dbversions.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/deprecated_dbf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/deprecated_dbf.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/field_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/field_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/ifiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/ifiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/memo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/memo.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/struct_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/struct_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_field_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_field_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_ifiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_ifiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_invalid_value.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_invalid_value.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_memo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_memo.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_read_and_length.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/test_read_and_length.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/dbfread/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/dbfread/codepages.py
/usr/lib/python3.11/site-packages/dbfread/dbf.py
/usr/lib/python3.11/site-packages/dbfread/dbversions.py
/usr/lib/python3.11/site-packages/dbfread/deprecated_dbf.py
/usr/lib/python3.11/site-packages/dbfread/exceptions.py
/usr/lib/python3.11/site-packages/dbfread/field_parser.py
/usr/lib/python3.11/site-packages/dbfread/ifiles.py
/usr/lib/python3.11/site-packages/dbfread/memo.py
/usr/lib/python3.11/site-packages/dbfread/struct_parser.py
/usr/lib/python3.11/site-packages/dbfread/test_field_parser.py
/usr/lib/python3.11/site-packages/dbfread/test_ifiles.py
/usr/lib/python3.11/site-packages/dbfread/test_invalid_value.py
/usr/lib/python3.11/site-packages/dbfread/test_memo.py
/usr/lib/python3.11/site-packages/dbfread/test_read_and_length.py
/usr/lib/python3.11/site-packages/dbfread/version.py
/usr/share/doc/packages/python311-dbfread
/usr/share/doc/packages/python311-dbfread/README.rst
/usr/share/licenses/python311-dbfread
/usr/share/licenses/python311-dbfread/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024