From f4e49cc488d4fe1a97abc42da1a5394b5383d452 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:19:52 +0100 Subject: [PATCH] automatic version update by autodist [release 1.7.0-1mamba;Fri Nov 10 2023] --- python-poetry.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-poetry.spec b/python-poetry.spec index 2c4b27e..d15c4b0 100644 --- a/python-poetry.spec +++ b/python-poetry.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-poetry -Version: 1.6.1 +Version: 1.7.0 Release: 1mamba Summary: Python dependency management and packaging made easy Group: System/Libraries @@ -18,8 +18,8 @@ BuildRequires: python3.11dist(cachecontrol) BuildRequires: python3.11dist(cleo) BuildRequires: python3.11dist(crashtest) BuildRequires: python3.11dist(dulwich) +BuildRequires: python3.11dist(fastjsonschema) BuildRequires: python3.11dist(installer) -BuildRequires: python3.11dist(jsonschema) BuildRequires: python3.11dist(keyring) BuildRequires: python3.11dist(packaging) BuildRequires: python3.11dist(pexpect) @@ -45,7 +45,7 @@ BuildRequires: python3.11dist(virtualenv) %prep %setup -q -n poetry-%{version} -%patch 0 -p1 -b .python-build-1.0.3 +#%patch 0 -p1 -b .python-build-1.0.3 %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -71,5 +71,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Nov 10 2023 Automatic Build System 1.7.0-1mamba +- automatic version update by autodist + * Sat Sep 30 2023 Silvan Calarco 1.6.1-1mamba - package created using the webbuild interface