Package Release Info

python-dbf-0.98.3-bp153.1.16

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-dbf
python3-dbf

Change Logs

Version: 0.98.3-bp152.1.8
* Fri Sep 13 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.98.3:
  * no obvious changelog
* Fri Jul 26 2019 pgajdos@suse.com
- version update to 0.98.2
  * allow dbf files without .dbf ending
  * allow any case for accessing field names
Version: 0.98.0-bp151.1.1
* Tue Mar 19 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.98.0:
  * fix resize_field to work on empty tables
  * fix export to fixed-width by using codecs.open
  * allow non-standard characters in field names (with warnings)
- Run tests
* Thu Dec 06 2018 Tomá? Chvátal <tchvatal@suse.com>
- Version update to 0.97.11:
  * No obvious changelog
- Fix fdupes call
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu May 24 2018 toddrme2178@gmail.com
- Update to 0.97.5
  * Fix bug in VFP doubles
  * Fix field creation flag handling
  * Allow (redundant) "binary" flag on binary type fields
  * Fix fp/FoxBase table header creation
  * Can now open dbf files as read-only when lacking write permissions.
  * Moved to a single 2/3 code base.
  * Opening a database now defaults to dbf.READ_ONLY; can also use dbf.READ_WRITE;
    the corresponding strings are no longer supported.
- Spec file cleanups
- License is now included in source archive
* Wed Jul 26 2017 bruno@ioda-net.ch
-specfile add line to fix build for Leap
* Wed Jun 07 2017 bruno@ioda-net.ch
- specfile move to unified single-spec-python
* Sat Jul 23 2016 arun@gmx.de
- specfile:
  * update copyright year
  * no more README or WHATSNEW in tar-ball
- update to version 0.96.8:
  (no changelog available)
* Sun May 08 2016 arun@gmx.de
- specfile:
  * changed to https for source url
  * updated source url to files.pythonhosted.org
* Thu Nov 19 2015 bruno@ioda-net.ch
- Initial packaging on obs
  * Including from upstream missing LICENSE file
  * Fix eol by sed