diff --git a/.gitignore b/.gitignore index fc0c0e9..768597f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setproctitle-1.1.10.tar.gz +SOURCES/setproctitle-1.2.3.tar.gz diff --git a/.python-setproctitle.metadata b/.python-setproctitle.metadata index 0a6f2ac..190e936 100644 --- a/.python-setproctitle.metadata +++ b/.python-setproctitle.metadata @@ -1 +1 @@ -9331e4cdd416c5d2bd2c1abccd2d9292965e613d SOURCES/setproctitle-1.1.10.tar.gz +0f5c4d8c45058219048b2f33840b3b2bfab9b508 SOURCES/setproctitle-1.2.3.tar.gz diff --git a/SPECS/python-setproctitle.spec b/SPECS/python-setproctitle.spec index 4af40f6..d1f4618 100644 --- a/SPECS/python-setproctitle.spec +++ b/SPECS/python-setproctitle.spec @@ -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 - 1.1.10-17 -- Rebuilt for MSVSphere 8.10 +* Mon Oct 28 2024 Arkady L. Shane - 1.2.3-1 +- Rebuilt for MSVSphere 9.4 + +* Sun Jun 26 2022 Robert Scheck - 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 - 1.2.2-5 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.2.2-2 +- Rebuilt for Python 3.10 + +* Wed Feb 10 2021 Haïkel Guémar - 1.2.2-1 +- Upstream 1.2.2 (new API, bugfixes) + +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.10-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.10-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.1.10-18 +- Rebuilt for Python 3.9 -* Fri Nov 15 2019 Steve Traylen - 1.1.10-17 -- Adapt to EPEL8 +* Thu Jan 30 2020 Fedora Release Engineering - 1.1.10-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Aug 19 2019 Miro Hrončok - 1.1.10-16 - Rebuilt for Python 3.8