diff --git a/python-hatch_nodejs_version.spec b/python-hatch_nodejs_version.spec index 5638807..cb34502 100644 --- a/python-hatch_nodejs_version.spec +++ b/python-hatch_nodejs_version.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-hatch_nodejs_version -Version: 0.3.1 +Version: 0.3.2 Release: 1mamba Summary: Hatch plugin for versioning from a package.json file Group: System/Libraries @@ -11,8 +11,8 @@ URL: https://github.com/agoose77/hatch-nodejs-version Source: https://pypi.debian.net/hatch-nodejs-version/hatch_nodejs_version-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(hatchling) +BuildRequires: libpython310-devel +BuildRequires: python3.10dist(hatchling) ## AUTOBUILDREQ-END %description @@ -47,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Thu Sep 07 2023 Automatic Build System 0.3.2-1mamba +- automatic version update by autodist + * Fri Aug 04 2023 Silvan Calarco 0.3.1-1mamba - package created using the webbuild interface