diff --git a/apiron-6.0.0.post1.tar.gz b/apiron-6.0.0.post1.tar.gz deleted file mode 100644 index 0954d3b..0000000 --- a/apiron-6.0.0.post1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64141e2fef1558d3e425237c7ed42765c93e4f92c3546f73791e6f0a6a7013eb -size 15716 diff --git a/apiron-6.1.0.tar.gz b/apiron-6.1.0.tar.gz new file mode 100644 index 0000000..9b80826 --- /dev/null +++ b/apiron-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f240c06701bcae672661384ee84bbc6d8dce89b3063c3f342f66d0a2f23a975 +size 15761 diff --git a/python-apiron.changes b/python-apiron.changes index 1d0e8fa..a921afe 100644 --- a/python-apiron.changes +++ b/python-apiron.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 2 10:35:31 UTC 2022 - Axel Braun + +- version 6.1.0 + * Add py.typed file so mypy can check against package types in downstream applications + * Use interpolation for logging messages to avoid wasted computation + ------------------------------------------------------------------- Sun Aug 29 08:36:10 UTC 2021 - Axel Braun diff --git a/python-apiron.spec b/python-apiron.spec index 8524b44..402805e 100644 --- a/python-apiron.spec +++ b/python-apiron.spec @@ -1,8 +1,8 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2019 Dr. Axel Braun +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2019-2022 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,12 +22,13 @@ %define skip_python36 1 %define modname apiron Name: python-%{modname} -Version: 6.0.0.post1 +Version: 6.1.0 Release: 0 Summary: Apiron helps you cook a tasty client for RESTful APIs License: MIT URL: https://github.com/ithaka/apiron Source: https://files.pythonhosted.org/packages/source/a/apiron/%{modname}-%{version}.tar.gz +BuildRequires: python-rpm-macros BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.11.1}