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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa67897b84d522dcbc86a98b942afab8c6aa2f7f677d904a616b74ef5ddbc3eb
size 36720

3
partd-1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce91abcdc6178d668bcaa431791a5a917d902341cb193f543fe445d494660485
size 36153

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-partd
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-partd
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Appendable key-value storage
License: BSD-3-Clause