rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba [release 1.8.21-2mamba;Tue Jul 07 2026]
This commit is contained in:
+9
-7
@@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2-)
|
||||
Name: python-debugpy
|
||||
Version: 1.8.21
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An implementation of the Debug Adapter Protocol for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@@ -12,17 +12,16 @@ Source: https://pypi.debian.net/debugpy/debugpy-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libpython314-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3 >= 0:3.14.6-2mamba
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
Obsoletes: python-debugpy-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: python-debugpy-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n debugpy-%{version}
|
||||
|
||||
@@ -40,7 +39,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/debugpy*
|
||||
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||
@@ -50,6 +49,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jul 07 2026 Automatic Build System <autodist@openmamba.org> 1.8.21-2mamba
|
||||
- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
|
||||
|
||||
* Tue Jun 02 2026 Automatic Build System <autodist@openmamba.org> 1.8.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user