forked from pool/python-DataProperty
Accepting request 794816 from home:mcalabkova:branches:devel:languages:python
- Update to version 0.48.1 * Drop Python 2 support * Add metaclass to AbstractContainer class * Improve dictionary type detection (=bump dependencies) * Small fixes OBS-URL: https://build.opensuse.org/request/show/794816 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DataProperty?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
8e02cf4455
commit
5f5d3b0659
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1b1b6520df75112c58c883a27bef6c2e09d546440ad1b97624ac0bb643b9378
|
||||
size 32737
|
||||
3
DataProperty-0.48.1.tar.gz
Normal file
3
DataProperty-0.48.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96bd47c14b4aaba4780d77fa4d2c876cf35eb6848ab1df1a6338447b6c2c10e4
|
||||
size 33391
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 08:41:37 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to version 0.48.1
|
||||
* Drop Python 2 support
|
||||
* Add metaclass to AbstractContainer class
|
||||
* Improve dictionary type detection (=bump dependencies)
|
||||
* Small fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 16:10:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-DataProperty
|
||||
Version: 0.46.4
|
||||
Version: 0.48.1
|
||||
Release: 0
|
||||
Summary: Python library for extract property from data
|
||||
License: MIT
|
||||
@@ -28,28 +29,17 @@ Source: https://files.pythonhosted.org/packages/source/D/DataProperty/Da
|
||||
BuildRequires: %{python_module setuptools >= 38.3.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-mbstrdecoder >= 0.8.3
|
||||
Requires: python-setuptools >= 38.3.0
|
||||
Requires: python-six >= 1.10.0
|
||||
Requires: python-typepy >= 0.6.4
|
||||
Requires: python-mbstrdecoder >= 1.0.0
|
||||
Requires: python-typepy >= 1.1.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mbstrdecoder >= 0.8.3}
|
||||
BuildRequires: %{python_module mbstrdecoder >= 1.0.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil >= 2.8.0}
|
||||
BuildRequires: %{python_module pytz >= 2018.9}
|
||||
BuildRequires: %{python_module six >= 1.10.0}
|
||||
BuildRequires: %{python_module termcolor}
|
||||
BuildRequires: %{python_module typepy >= 0.6.4}
|
||||
BuildRequires: python-enum34
|
||||
BuildRequires: python-futures
|
||||
BuildRequires: python-ipaddress
|
||||
BuildRequires: %{python_module typepy >= 1.1.0}
|
||||
# /SECTION
|
||||
%ifpython2
|
||||
Requires: python-enum34
|
||||
Requires: python-futures
|
||||
Requires: python-ipaddress
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user