From cfca2dd513684f66c8027c4685e085978bf1e1f7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 3 Aug 2024 21:57:47 +0200 Subject: [PATCH] automatic version update by autodist [release 1.8.3-1mamba;Sat Aug 03 2024] --- python-debugpy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-debugpy.spec b/python-debugpy.spec index fa090a9..9cd79a9 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-debugpy -Version: 1.8.2 +Version: 1.8.3 Release: 1mamba Summary: An implementation of the Debug Adapter Protocol for Python Group: System/Libraries @@ -13,6 +13,7 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba @@ -41,8 +42,8 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -#-f %{name}.filelist %defattr(-,root,root) +%{_bindir}/debugpy %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %dir %{python_sitearch}/debugpy @@ -50,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Sat Aug 03 2024 Automatic Build System 1.8.3-1mamba +- automatic version update by autodist + * Wed Jun 26 2024 Automatic Build System 1.8.2-1mamba - automatic version update by autodist