diff --git a/python-tap.py.changes b/python-tap.py.changes index 9d7cec5..0d17b58 100644 --- a/python-tap.py.changes +++ b/python-tap.py.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 19 10:59:08 UTC 2022 - pgajdos@suse.com + +- version update to 3.1 + * Add support for Python 3.10. + * Add support for Python 3.9. + * Add support for Python 3.8. + * Drop support for Python 3.5 (it is end-of-life). + * Fix parsing of multi-line strings in YAML blocks (#111) + * Remove unmaintained i18n support. + ------------------------------------------------------------------- Tue May 19 08:03:11 UTC 2020 - Petr Gajdos diff --git a/python-tap.py.spec b/python-tap.py.spec index 8a5fae9..79c952d 100644 --- a/python-tap.py.spec +++ b/python-tap.py.spec @@ -1,7 +1,7 @@ # # spec file for package python-tap.py # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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-tap.py -Version: 3.0 +Version: 3.1 Release: 0 Summary: Test Anything Protocol (TAP) tools License: BSD-2-Clause @@ -32,13 +32,12 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-PyYAML Recommends: python-more-itertools BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module mock} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pytest} # /SECTION diff --git a/tap.py-3.0.tar.gz b/tap.py-3.0.tar.gz deleted file mode 100644 index d808b8a..0000000 --- a/tap.py-3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5eeeeebfd64e53d32661752bb4c288589a3babbb96db3f391a4ec29f1359c70 -size 141764 diff --git a/tap.py-3.1.tar.gz b/tap.py-3.1.tar.gz new file mode 100644 index 0000000..46faf53 --- /dev/null +++ b/tap.py-3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0cd45212ad5a25b35445964e2517efa000a118a1bfc3437dae828892eaf1e1 +size 133208