14
0
forked from pool/python-partd

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
This commit is contained in:
2022-10-05 09:42:40 +00:00
committed by Git OBS Bridge
parent 5f652a874e
commit 5c98848c88
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>