From d0b72ec9835b2cb23f9e585afe4a22c53b31b1bf3a9e4457eaa3c0ebae6d6be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Apr 2020 09:38:03 +0000 Subject: [PATCH] Accepting request 794843 from home:mnhauke - Update to version 1.1.0 * Improve type annotations * Improve dictionary type detection * Rename a type from Binary to Bytes OBS-URL: https://build.opensuse.org/request/show/794843 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=7 --- python-typepy.changes | 8 ++++++++ python-typepy.spec | 6 +++--- typepy-1.0.0.tar.gz | 3 --- typepy-1.1.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 typepy-1.0.0.tar.gz create mode 100644 typepy-1.1.0.tar.gz diff --git a/python-typepy.changes b/python-typepy.changes index f6a8a8e..d289a9a 100644 --- a/python-typepy.changes +++ b/python-typepy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 17 09:22:56 UTC 2020 - Martin Hauke + +- Update to version 1.1.0 + * Improve type annotations + * Improve dictionary type detection + * Rename a type from Binary to Bytes + ------------------------------------------------------------------- Sun Mar 29 15:18:34 UTC 2020 - Martin Hauke diff --git a/python-typepy.spec b/python-typepy.spec index 1fa6c18..39f0b87 100644 --- a/python-typepy.spec +++ b/python-typepy.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-typepy -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Python library for run time variable type checker License: MIT @@ -29,7 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/t/typepy/typepy-% BuildRequires: %{python_module setuptools >= 38.3.0} BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module mbstrdecoder >= 0.8.3} +BuildRequires: %{python_module mbstrdecoder >= 1.0.0} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module python-dateutil >= 2.8.0} BuildRequires: %{python_module pytz >= 2018.9} @@ -37,7 +37,7 @@ BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module termcolor} # /SECTION BuildRequires: fdupes -Requires: python-mbstrdecoder >= 0.8.3 +Requires: python-mbstrdecoder >= 1.0.0 Requires: python-setuptools >= 38.3.0 Requires: python-six >= 1.10.0 Suggests: python-python-dateutil >= 2.8.0 diff --git a/typepy-1.0.0.tar.gz b/typepy-1.0.0.tar.gz deleted file mode 100644 index 3292fa5..0000000 --- a/typepy-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e422165afc5632ef8006ae6b35a3984a132f60287809752099f8d0a16d3561dd -size 23706 diff --git a/typepy-1.1.0.tar.gz b/typepy-1.1.0.tar.gz new file mode 100644 index 0000000..cfd2317 --- /dev/null +++ b/typepy-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4c16810dd4e820af0e311b4c44d59f28f8ec89e2ee8c07cfbc680a770058c9 +size 23910