Update package to version 1.3.3
This commit is contained in:
parent
a67a005b0c
commit
195130b168
@ -1,18 +1,18 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-setproctitle
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 1
|
||||
Summary: A Python module to customize the process title
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/dvarrazzo/py-setproctitle
|
||||
Source0: https://files.pythonhosted.org/packages/b5/47/ac709629ddb9779fee29b7d10ae9580f60a4b37e49bce72360ddf9a79cdc/setproctitle-1.3.2.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/ff/e1/b16b16a1aa12174349d15b73fd4b87e641a8ae3fb1163e80938dbbf6ae98/setproctitle-1.3.3.tar.gz
|
||||
|
||||
%description
|
||||
A Python module to customize the process title
|
||||
|
||||
%package -n python3-setproctitle
|
||||
Summary: A Python module to customize the process title
|
||||
Provides: python-setproctitle
|
||||
Provides: python-setproctitle = %{version}-%{release}
|
||||
# Base build requires
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -23,7 +23,6 @@ BuildRequires: python3-cffi
|
||||
BuildRequires: gcc procps
|
||||
# Tests running requires
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
Requires: python3-pytest
|
||||
|
||||
%description -n python3-setproctitle
|
||||
@ -32,7 +31,6 @@ A Python module to customize the process title
|
||||
%package help
|
||||
Summary: A Python module to customize the process title
|
||||
Provides: python3-setproctitle-doc
|
||||
|
||||
%description help
|
||||
A Python module to customize the process title
|
||||
|
||||
@ -82,6 +80,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 18 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.3-1
|
||||
- Update package to version 1.3.3
|
||||
|
||||
* Fri Apr 28 2023 xu_ping <707078654@qq.com> - 1.3.2-1
|
||||
- Upgrade package to 1.3.2 version.
|
||||
|
||||
|
||||
Binary file not shown.
BIN
setproctitle-1.3.3.tar.gz
Normal file
BIN
setproctitle-1.3.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user