automatic version update by autodist [release 1.8.3-1mamba;Sat Aug 03 2024]
This commit is contained in:
parent
5c522f6635
commit
cfca2dd513
@ -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 <autodist@openmamba.org> 1.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 1.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user