diff --git a/python-typer.changes b/python-typer.changes index 1cf1590..6055097 100644 --- a/python-typer.changes +++ b/python-typer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 14 14:37:26 UTC 2022 - Matthias Bach - 0.4.1 + +- Update to upstream version 0.4.1 + * Fix import of get_terminal_size for Click 8.1.0 support. +- Switch from traditional setup.py installation to pyproject macros + as upstream no longer ships its setup.py compability wrapper. + ------------------------------------------------------------------- Mon Aug 30 19:31:17 UTC 2021 - Matthias Bach - 0.4.0 diff --git a/python-typer.spec b/python-typer.spec index 5667b5f..043663c 100644 --- a/python-typer.spec +++ b/python-typer.spec @@ -1,7 +1,7 @@ # # spec file for package python-typer # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2021 Matthias Bach # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define skip_python2 1 Name: python-typer -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT @@ -30,6 +30,7 @@ Source1: %{name}-rpmlintrc BuildRequires: %{python_module click} BuildRequires: %{python_module coverage} BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module shellingham} BuildRequires: fdupes @@ -52,10 +53,10 @@ This package provides the Typer Python package required to build and run Typer-b %setup -q -n typer-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check diff --git a/typer-0.4.0.tar.gz b/typer-0.4.0.tar.gz deleted file mode 100644 index d56b483..0000000 --- a/typer-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63c3aeab0549750ffe40da79a1b524f60e08a2cbc3126c520ebf2eeaf507f5dd -size 218979 diff --git a/typer-0.4.1.tar.gz b/typer-0.4.1.tar.gz new file mode 100644 index 0000000..3ffed2a --- /dev/null +++ b/typer-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5646aef0d936b2c761a10393f0384ee6b5c7fe0bb3e5cd710b17134ca1d99cff +size 221203