diff --git a/gast-0.5.3.tar.gz b/gast-0.5.3.tar.gz deleted file mode 100644 index e1a5c04..0000000 --- a/gast-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:352db13ff595ffbbfda258ef5bdadbae126bfa7cad1ef27fe25c6243144626b4 -size 23605 diff --git a/gast-0.5.4.tar.gz b/gast-0.5.4.tar.gz new file mode 100644 index 0000000..6b37145 --- /dev/null +++ b/gast-0.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae411c3ffa92404c87d7c0ba6db0ea0e2fa0d98d95e65ed58b8ccc1c2b349b3 +size 24784 diff --git a/python-gast.changes b/python-gast.changes index 8e3c455..e9b892c 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 10 13:44:16 UTC 2023 - Matej Cepl + +- Once more on the breach! Update to 0.5.4 (see changes below). + ------------------------------------------------------------------- Wed May 17 14:37:48 UTC 2023 - Dirk Müller diff --git a/python-gast.spec b/python-gast.spec index 1b5e1e2..21f93a9 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -20,13 +20,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-gast -Version: 0.5.3 +Version: 0.5.4 Release: 0 Summary: Python AST that abstracts the underlying Python version License: BSD-3-Clause URL: https://github.com/serge-sans-paille/gast/ Source: https://github.com/serge-sans-paille/gast/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module astunparse} @@ -42,13 +43,13 @@ GAST provides a compatibility layer between the AST of various Python versions, as produced by ``ast.parse`` from the standard ``ast`` module. %prep -%setup -q -n gast-%{version} +%autosetup -p1 -n gast-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check