import python-setproctitle-1.2.3-1.el9

i9ce changed/i9ce/python-setproctitle-1.2.3-1.el9
Arkady L. Shane 3 months ago
parent 111d4b95d6
commit a590d83f5c
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

2
.gitignore vendored

@ -1 +1 @@
SOURCES/setproctitle-1.1.10.tar.gz
SOURCES/setproctitle-1.2.3.tar.gz

@ -1 +1 @@
9331e4cdd416c5d2bd2c1abccd2d9292965e613d SOURCES/setproctitle-1.1.10.tar.gz
0f5c4d8c45058219048b2f33840b3b2bfab9b508 SOURCES/setproctitle-1.2.3.tar.gz

@ -1,8 +1,8 @@
%global tarname setproctitle
Name: python-setproctitle
Version: 1.1.10
Release: 17%{?dist}
Version: 1.2.3
Release: 1%{?dist}
Summary: Python module to customize a process title
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
BuildRequires: gcc
BuildRequires: /usr/bin/2to3
%global _description\
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
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-nose
# Tests
BuildRequires: python3-pytest
BuildRequires: procps-ng
%description -n python3-%{tarname}
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
%check
PYTHON=python3 PYCONFIG=python3-config make tests/pyrun3
%pytest
%files -n python3-%{tarname}
%doc README.rst COPYRIGHT
@ -61,11 +63,39 @@ PYTHON=python3 PYCONFIG=python3-config make tests/pyrun3
%{python3_sitearch}/%{tarname}*.egg-info
%changelog
* Fri Jul 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.10-17
- Rebuilt for MSVSphere 8.10
* Mon Oct 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.2.3-1
- 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
- Adapt to EPEL8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.10-16
- Rebuilt for Python 3.8

Loading…
Cancel
Save