Upgrade to 1.3.2
Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
parent
c833e3a06f
commit
7a1dcc4c3d
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-setproctitle
|
Name: python-setproctitle
|
||||||
Version: 1.2.2
|
Version: 1.3.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A Python module to customize the process title
|
Summary: A Python module to customize the process title
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/dvarrazzo/py-setproctitle
|
URL: https://github.com/dvarrazzo/py-setproctitle
|
||||||
Source0: https://files.pythonhosted.org/packages/a1/7f/a1d4f4c7b66f0fc02f35dc5c85f45a8b4e4a7988357a29e61c14e725ef86/setproctitle-1.2.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/b5/47/ac709629ddb9779fee29b7d10ae9580f60a4b37e49bce72360ddf9a79cdc/setproctitle-1.3.2.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Python module to customize the process title
|
A Python module to customize the process title
|
||||||
@ -23,7 +23,6 @@ BuildRequires: python3-cffi
|
|||||||
BuildRequires: gcc procps
|
BuildRequires: gcc procps
|
||||||
# Tests running requires
|
# Tests running requires
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-setproctitle
|
|
||||||
|
|
||||||
Requires: python3-pytest
|
Requires: python3-pytest
|
||||||
|
|
||||||
@ -73,6 +72,7 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
||||||
%{__python3} -m pytest
|
%{__python3} -m pytest
|
||||||
|
|
||||||
%files -n python3-setproctitle -f filelist.lst
|
%files -n python3-setproctitle -f filelist.lst
|
||||||
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2023 xu_ping <707078654@qq.com> - 1.3.2-1
|
||||||
|
- Upgrade package to 1.3.2 version.
|
||||||
|
|
||||||
* Fri May 13 2022 caodongxia <caodongxia@h-partners.com> - 1.2.2-2
|
* Fri May 13 2022 caodongxia <caodongxia@h-partners.com> - 1.2.2-2
|
||||||
- Add buildrequire procps to fix compile failure
|
- Add buildrequire procps to fix compile failure
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
setproctitle-1.3.2.tar.gz
Normal file
BIN
setproctitle-1.3.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user