diff --git a/python-typepy.changes b/python-typepy.changes index ec5355d..f6a8a8e 100644 --- a/python-typepy.changes +++ b/python-typepy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Mar 29 15:18:34 UTC 2020 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Tue Mar 17 08:22:09 UTC 2020 - pgajdos@suse.com diff --git a/python-typepy.spec b/python-typepy.spec index dc0c48d..1fa6c18 100644 --- a/python-typepy.spec +++ b/python-typepy.spec @@ -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 diff --git a/typepy-0.6.6.tar.gz b/typepy-0.6.6.tar.gz deleted file mode 100644 index 730aa39..0000000 --- a/typepy-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:116d4cd26a973d4cf453e94990ab14a2d148757ced47a7b1547fcf8301c58f78 -size 23951 diff --git a/typepy-1.0.0.tar.gz b/typepy-1.0.0.tar.gz new file mode 100644 index 0000000..3292fa5 --- /dev/null +++ b/typepy-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e422165afc5632ef8006ae6b35a3984a132f60287809752099f8d0a16d3561dd +size 23706