From c03c1cd17108b4a5f7f9ac4ec6644f0fecddcafc Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 5 May 2024 10:32:40 +0200 Subject: [PATCH] automatic version update by autodist [release 1.0.5-1mamba;Sat May 04 2024] --- pychess.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pychess.spec b/pychess.spec index 01f390a..d664d90 100644 --- a/pychess.spec +++ b/pychess.spec @@ -1,6 +1,6 @@ Name: pychess -Version: 1.0.4 -Release: 3mamba +Version: 1.0.5 +Release: 1mamba Summary: A chess client, that is fully featured, easy to use and nice looking in the gnome way Group: Graphical Desktop/Applications/Games Vendor: openmamba @@ -11,6 +11,12 @@ Source: https://github.com/pychess/pychess/releases/download/%{version}/p License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel +BuildRequires: python3.11dist(pexpect) +BuildRequires: python3.11dist(psutil) +BuildRequires: python3.11dist(pycairo) +BuildRequires: python3.11dist(pygobject) +BuildRequires: python3.11dist(sqlalchemy) +BuildRequires: python3.11dist(websockets) ## AUTOBUILDREQ-END Requires: python-SQLAlchemy-py3 Requires: python-pexpect-py3 @@ -78,6 +84,9 @@ fi %{python3_sitearch}/pychess-%{version}-py*.egg-info %changelog +* Sat May 04 2024 Automatic Build System 1.0.5-1mamba +- automatic version update by autodist + * Tue Apr 16 2024 Silvan Calarco 1.0.4-3mamba - rebuilt with python3 ~= 3.11