diff --git a/python-hatch_nodejs_version.spec b/python-hatch_nodejs_version.spec index cb34502..7565bee 100644 --- a/python-hatch_nodejs_version.spec +++ b/python-hatch_nodejs_version.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-hatch_nodejs_version Version: 0.3.2 -Release: 1mamba +Release: 2mamba Summary: Hatch plugin for versioning from a package.json file Group: System/Libraries Vendor: openmamba @@ -11,9 +11,10 @@ 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: libpython310-devel -BuildRequires: python3.10dist(hatchling) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(hatchling) ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Fri Sep 29 2023 Automatic Build System 0.3.2-2mamba +- rebuilt with python3 = 3.11.5 + * Thu Sep 07 2023 Automatic Build System 0.3.2-1mamba - automatic version update by autodist