|
|
@ -1,8 +1,8 @@
|
|
|
|
%global tarname setproctitle
|
|
|
|
%global tarname setproctitle
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-setproctitle
|
|
|
|
Name: python-setproctitle
|
|
|
|
Version: 1.1.10
|
|
|
|
Version: 1.2.3
|
|
|
|
Release: 17%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Python module to customize a process title
|
|
|
|
Summary: Python module to customize a process title
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -10,7 +10,6 @@ URL: http://pypi.python.org/pypi/%{tarname}
|
|
|
|
Source0: https://pypi.io/packages/source/s/%{tarname}/%{tarname}-%{version}.tar.gz
|
|
|
|
Source0: https://pypi.io/packages/source/s/%{tarname}/%{tarname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: /usr/bin/2to3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description\
|
|
|
|
%global _description\
|
|
|
|
Python module allowing a process to change its title as displayed by\
|
|
|
|
Python module allowing a process to change its title as displayed by\
|
|
|
@ -29,7 +28,9 @@ It's based on PostgreSQL implementation which has proven to be portable.\
|
|
|
|
Summary: Python module to customize a process title
|
|
|
|
Summary: Python module to customize a process title
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
# Tests
|
|
|
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
|
|
|
BuildRequires: procps-ng
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{tarname}
|
|
|
|
%description -n python3-%{tarname}
|
|
|
|
Python module allowing a process to change its title as displayed by
|
|
|
|
Python module allowing a process to change its title as displayed by
|
|
|
@ -52,7 +53,8 @@ It's based on PostgreSQL implementation which has proven to be portable.
|
|
|
|
chmod 0755 %{buildroot}%{python3_sitearch}/setproctitle*.so
|
|
|
|
chmod 0755 %{buildroot}%{python3_sitearch}/setproctitle*.so
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
PYTHON=python3 PYCONFIG=python3-config make tests/pyrun3
|
|
|
|
%pytest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{tarname}
|
|
|
|
%files -n python3-%{tarname}
|
|
|
|
%doc README.rst COPYRIGHT
|
|
|
|
%doc README.rst COPYRIGHT
|
|
|
@ -61,11 +63,39 @@ PYTHON=python3 PYCONFIG=python3-config make tests/pyrun3
|
|
|
|
%{python3_sitearch}/%{tarname}*.egg-info
|
|
|
|
%{python3_sitearch}/%{tarname}*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Jul 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.10-17
|
|
|
|
* Mon Oct 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.2.3-1
|
|
|
|
- Rebuilt for MSVSphere 8.10
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 26 2022 Robert Scheck <robert@fedoraproject.org> - 1.2.3-1
|
|
|
|
|
|
|
|
- Upstream 1.2.3 (bugfixes, RHBZ#2088869)
|
|
|
|
|
|
|
|
- Fix %%check by using %%pytest (and provide ps(1) to run tests)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.2.2-5
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.2.2-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2021 Haïkel Guémar <hguemar@fedoraproject.org> - 1.2.2-1
|
|
|
|
|
|
|
|
- Upstream 1.2.2 (new API, bugfixes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-20
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-19
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.10-18
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 15 2019 Steve Traylen <steve.traylen@cern.ch> - 1.1.10-17
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-17
|
|
|
|
- Adapt to EPEL8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.10-16
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.10-16
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|