17
0

Accepting request 890105 from home:mnhauke

- Update to 0.50.1
  * Change max_workers initial value to one to avoid problems
    caused by multiprocess.
  * Modify type annotations.

OBS-URL: https://build.opensuse.org/request/show/890105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DataProperty?expand=0&rev=14
This commit is contained in:
2021-05-04 08:12:46 +00:00
committed by Git OBS Bridge
parent 89d3caef6f
commit 5b329ec21d
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 3 15:17:04 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to 0.50.1
* Change max_workers initial value to one to avoid problems
caused by multiprocess.
* Modify type annotations.
-------------------------------------------------------------------
Wed Jul 8 14:45:11 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-DataProperty
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-DataProperty
Version: 0.49.1
Version: 0.50.1
Release: 0
Summary: Python library for extract property from data
License: MIT