14
0
forked from pool/python-partd
Files
python-partd/python-partd.changes
Daniel Garcia 5c98848c88 Accepting request 1008031 from home:yarunachalam:branches:devel:languages:python
- Update to Version 1.3.0
  * Remove deprecated use of `Index._get_attributes_dict` (#60)
  * Avoid `pandas` testing deprecation warning (#59)
  * Add support for Python 3.9, drop support for Python 3.5 and 3.6 (#54)
  * Use `is_alive` in favour of `isAlive` for Python 3.9 compatibility (#53)

OBS-URL: https://build.opensuse.org/request/show/1008031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-partd?expand=0&rev=15
2022-10-05 09:42:40 +00:00

75 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Tue Oct 4 22:42:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to Version 1.3.0
* Remove deprecated use of `Index._get_attributes_dict` (#60)
* Avoid `pandas` testing deprecation warning (#59)
* Add support for Python 3.9, drop support for Python 3.5 and 3.6 (#54)
* Use `is_alive` in favour of `isAlive` for Python 3.9 compatibility (#53)
-------------------------------------------------------------------
Fri Aug 13 13:48:49 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 1.2.0
* no release notes
* fixes compatibility with pandas 1.3 -- gh#dask/partd#49
-------------------------------------------------------------------
Wed Mar 11 15:32:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.1.0
* add versioneer
* Bump to py3
* Handle unknown ExtensionArrays with pickle
-------------------------------------------------------------------
Tue Jul 23 13:20:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.0:
* no upstream changelog
-------------------------------------------------------------------
Mon Jun 3 10:24:48 UTC 2019 - pgajdos@suse.com
- version update to 0.3.10
* no upstream changelog
- use %pytest macro
-------------------------------------------------------------------
Tue Dec 4 12:51:13 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Mar 11 08:50:12 UTC 2018 - sebix+novell.com@sebix.at
- Use %license macro for license.
-------------------------------------------------------------------
Thu Nov 2 03:08:11 UTC 2017 - arun@gmx.de
- specfile:
* add LICENSE.txt to %doc
- update to version 0.3.8:
* BUG: Fixed serialization for Datetime with tz (#25)
* Path management (#24)
* Add LICENSE.txt to manifest. (#23)
* `msgpack.packb` may not have packed utf-8 compatible bytes, so
don't … (#22)
* Fix pandas/numpy serialization (#21)
* Handle categorical indices
-------------------------------------------------------------------
Wed Apr 19 18:44:33 UTC 2017 - toddrme2178@gmail.com
- Update to version 0.3.7
- Only make hard requirements BuildRequires and Requires.
- Implement single-spec version.
-------------------------------------------------------------------
Tue Jul 14 13:44:59 UTC 2015 - toddrme2178@gmail.com
- Initial version