- Apply 0001-Remove-immudb_wrapper-from-scripts.patch

This commit is contained in:
eabdullin 2025-07-11 13:06:32 +03:00
parent 9fb9cc48ee
commit 8d2a741b37
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From 407ce44edf77dd2864bb2697c26e4933265e4efe Mon Sep 17 00:00:00 2001
From: eabdullin <eabdullin@almalinux.org>
Date: Fri, 11 Jul 2025 13:05:13 +0300
Subject: [PATCH] Remove immudb_wrapper from scripts
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index db25237..b55c639 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,6 @@ setup(
'Operating System :: OS Independent',
],
py_modules=['immudb_wrapper'],
- scripts=['immudb_wrapper.py'],
install_requires=[
'GitPython>=3.1.20',
'immudb-py>=1.4.0',
--
2.39.5 (Apple Git-154)

View File

@ -2,12 +2,13 @@
Name: python-%{modname}
Version: 0.1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: AlmaLinux immudb wrapper for Python
License: Apache-2.0
URL: https://github.com/AlmaLinux/immudb-wrapper
Source0: https://github.com/AlmaLinux/immudb-wrapper/archive/refs/tags/%{version}.tar.gz
Patch1: 0001-Remove-immudb_wrapper-from-scripts.patch
BuildArch: noarch
BuildRequires: python3-devel
@ -47,5 +48,8 @@ Python %{python3_pkgversion} version.
%changelog
* Fri Jul 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 0.1.6-2
- Apply 0001-Remove-immudb_wrapper-from-scripts.patch
* Mon May 12 2025 Eduard Abdullin <eabdullin@almalinux.org> - 0.1.6-1
- Initial release