diff --git a/python-setproctitle.spec b/python-setproctitle.spec index 1fbf9ac..22d400c 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -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 - 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. diff --git a/setproctitle-1.3.2.tar.gz b/setproctitle-1.3.2.tar.gz deleted file mode 100644 index b9ce330..0000000 Binary files a/setproctitle-1.3.2.tar.gz and /dev/null differ diff --git a/setproctitle-1.3.3.tar.gz b/setproctitle-1.3.3.tar.gz new file mode 100644 index 0000000..bf2671a Binary files /dev/null and b/setproctitle-1.3.3.tar.gz differ