diff --git a/python-setproctitle.spec b/python-setproctitle.spec index e6e79f7..1fbf9ac 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-setproctitle -Version: 1.2.2 -Release: 2 +Version: 1.3.2 +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/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 A Python module to customize the process title @@ -23,7 +23,6 @@ BuildRequires: python3-cffi BuildRequires: gcc procps # Tests running requires BuildRequires: python3-pytest -BuildRequires: python3-setproctitle Requires: python3-pytest @@ -73,6 +72,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check +export PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest %files -n python3-setproctitle -f filelist.lst @@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %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 - 1.2.2-2 - Add buildrequire procps to fix compile failure diff --git a/setproctitle-1.2.2.tar.gz b/setproctitle-1.2.2.tar.gz deleted file mode 100644 index 568def2..0000000 Binary files a/setproctitle-1.2.2.tar.gz and /dev/null differ diff --git a/setproctitle-1.3.2.tar.gz b/setproctitle-1.3.2.tar.gz new file mode 100644 index 0000000..b9ce330 Binary files /dev/null and b/setproctitle-1.3.2.tar.gz differ