!7 update to version 1.1.1

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-04-04 11:28:55 +00:00 committed by Gitee
commit 5c0aa96b03
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-posix_ipc
Version: 1.0.5
Version: 1.1.1
Release: 1
Summary: POSIX IPC primitives (semaphores and shared memory) for Python
License: BSD-3-Clause
URL: http://semanchuk.com/philip/posix_ipc/
Source0: http://semanchuk.com/philip/posix_ipc/posix_ipc-%{version}.tar.gz
Source0: https://github.com/osvenskan/posix_ipc/archive/refs/tags/rel1.1.1.tar.gz
BuildRequires: gcc
%global _description\
posix_ipc is a Python module (written in C) that permits creation and\
@ -18,7 +18,7 @@ BuildRequires: python3-devel python3-setuptools
%description -n python3-posix_ipc %_description
%prep
%setup -q -n posix_ipc-%{version}
%setup -q -n posix_ipc-rel%{version}
chmod 644 demo/make_all.sh
chmod 644 demo2/cleanup.py
chmod 644 demo/cleanup.py
@ -31,10 +31,13 @@ find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
%py3_install
%files -n python3-posix_ipc
%doc README LICENSE demo demo2
%doc README.md LICENSE demo demo2
%{python3_sitearch}/*
%changelog
* Tue Apr 04 2023 Ge Wang <wangge20@h-partners.com> - 1.1.1-1
- update to version 1.1.1
* Mon Aug 01 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.0.5-1
- update to 1.0.5

BIN
rel1.1.1.tar.gz Normal file

Binary file not shown.