14
0
forked from pool/python-typepy

Accepting request 789529 from home:mnhauke

- Update to version 1.0.0
  * Drop Python 2 support
  * Add support for Python 3.9
  * Add extract_typepy_from_dtype function
  * Remove deprecated functions
  * Modify NullString not to strip white spaces in default

OBS-URL: https://build.opensuse.org/request/show/789529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-29 19:08:03 +00:00
committed by Git OBS Bridge
parent 3d142d2fb9
commit 3b71cc0167
4 changed files with 15 additions and 10 deletions

View File

@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-typepy
Version: 0.6.6
Version: 1.0.0
Release: 0
Summary: Python library for run time variable type checker
License: MIT
@@ -34,8 +35,6 @@ 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-enum34
BuildRequires: python-ipaddress
# /SECTION
BuildRequires: fdupes
Requires: python-mbstrdecoder >= 0.8.3
@@ -45,10 +44,6 @@ Suggests: python-python-dateutil >= 2.8.0
Suggests: python-pytz >= 2018.9
Suggests: python-path.py
Suggests: python-termcolor
%ifpython2
Requires: python-enum34
Requires: python-ipaddress
%endif
BuildArch: noarch
%python_subpackages