forked from pool/python-dbf
- Update to version 0.99.2 no upstream changelog OBS-URL: https://build.opensuse.org/request/show/1009972 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbf?expand=0&rev=17
113 lines
3.8 KiB
Plaintext
113 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 12 03:00:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 0.99.2
|
|
no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 2 12:49:17 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.99.1:
|
|
* fix: encoding error, warnings
|
|
* add TimeStamp type to DB3 tables
|
|
* Import ABC from collections.abc for Python 3.9 compatibility.
|
|
* support date/time/datetime as argument to Period
|
|
* make Vapor objects Falsey
|
|
* add more null tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 7 03:23:16 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.99.0:
|
|
* Backwards incompatible change:
|
|
+ new records will have unspecified fields that are nullable set to Null
|
|
* change default input encoding from 'ascii' to 'utf-8'
|
|
* improve unicode support
|
|
* default field case is now upper
|
|
* FieldnameList is used to support both upper- and lower-case field checks
|
|
* fix memo block size changing to default when copying
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 09:45:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.98.3:
|
|
* no obvious changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 26 07:45:21 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.98.2
|
|
* allow dbf files without .dbf ending
|
|
* allow any case for accessing field names
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 19 15:01:20 UTC 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 6 12:46:33 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Version update to 0.97.11:
|
|
* No obvious changelog
|
|
- Fix fdupes call
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:47:09 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 17:31:07 UTC 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 08:53:07 UTC 2017 - bruno@ioda-net.ch
|
|
|
|
-specfile add line to fix build for Leap
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 7 12:07:29 UTC 2017 - bruno@ioda-net.ch
|
|
|
|
- specfile move to unified single-spec-python
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 23 18:07:35 UTC 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 8 07:14:51 UTC 2016 - arun@gmx.de
|
|
|
|
- specfile:
|
|
* changed to https for source url
|
|
* updated source url to files.pythonhosted.org
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 19 16:36:34 UTC 2015 - bruno@ioda-net.ch
|
|
|
|
- Initial packaging on obs
|
|
* Including from upstream missing LICENSE file
|
|
* Fix eol by sed
|
|
|