Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > c0b2fe3b02e19f9c2ecb4163c837e011 > files > 1

python-setproctitle-1.2.1-1.mga8.src.rpm

%define module	setproctitle

Name:		python-%{module}
Version:	1.2.1
Release:	%mkrel 1
Summary:	A library allowing a process to change its title
License:	BSD
Group:		System/Libraries
Url:		https://github.com/dvarrazzo/py-setproctitle/
Source0:	https://pypi.io/packages/source/s/%{module}/%{module}-%{version}.tar.gz

%description
The library allows a process to change its title (as displayed by system tools
such as ps and top).

Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows to identify
the task each process is busy with.

%package -n	python3-%{module}
Summary:	A library allowing a process to change its title
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
%{?python_provide:%python_provide python3-%{module}}

%description -n	python3-%{module}
The library allows a process to change its title (as displayed by system tools
such as ps and top).

Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows to identify
the task each process is busy with.


%prep
%setup -q -n %{module}-%{version}

# drop bundled egg-info
rm -rf setproctitle.egg-info/

%build
%py3_build

%install
%py3_install

%files -n python3-%{module}
%doc HISTORY.rst README.rst
%{python3_sitearch}/%{module}*.so
%{python3_sitearch}/%{module}-%{version}-py%{python3_version}.egg-info


%changelog
* Tue Dec 15 2020 daviddavid <daviddavid> 1.2.1-1.mga8
+ Revision: 1657625
- new version: 1.2.1

* Wed Dec 02 2020 daviddavid <daviddavid> 1.2-1.mga8
+ Revision: 1651517
- new version: 1.2

* Sun Feb 16 2020 umeabot <umeabot> 1.1.10-9.mga8
+ Revision: 1532038
- Mageia 8 Mass Rebuild

* Sun Sep 15 2019 wally <wally> 1.1.10-8.mga8
+ Revision: 1441445
- drop python2 support

* Sat Sep 14 2019 joequant <joequant> 1.1.10-7.mga8
+ Revision: 1440873
- fix setproctitle install
- update to python 3.8

* Wed Jan 09 2019 tv <tv> 1.1.10-6.mga7
+ Revision: 1352972
- rebuild with python 3.7

* Sun Sep 23 2018 umeabot <umeabot> 1.1.10-5.mga7
+ Revision: 1300594
- Mageia 7 Mass Rebuild

* Tue Aug 08 2017 daviddavid <daviddavid> 1.1.10-4.mga7
+ Revision: 1138887
- provides python-setproctitle

* Sun Aug 06 2017 joequant <joequant> 1.1.10-3.mga7
+ Revision: 1137549
- fix python package names

* Fri Aug 04 2017 joequant <joequant> 1.1.10-2.mga7
+ Revision: 1134651
- rebuild for Python 3.6

* Sat May 14 2016 daviddavid <daviddavid> 1.1.10-1.mga7
+ Revision: 1015497
- new version: 1.1.10

* Fri Feb 12 2016 umeabot <umeabot> 1.1.9-2.mga6
+ Revision: 958689
- Mageia 6 Mass Rebuild

* Sat Oct 10 2015 daviddavid <daviddavid> 1.1.9-1.mga6
+ Revision: 889340
- new version: 1.1.9
- add python 3 package
- use new python macros
- update URL
- update file list

* Wed Oct 15 2014 umeabot <umeabot> 1.1.6-8.mga5
+ Revision: 750110
- Second Mageia 5 Mass Rebuild

* Sat Sep 27 2014 tv <tv> 1.1.6-7.mga5
+ Revision: 729757
- rebuild for missing pythoneggs deps

* Tue Sep 16 2014 umeabot <umeabot> 1.1.6-6.mga5
+ Revision: 688326
- Mageia 5 Mass Rebuild
+ pterjan <pterjan>
- Rebuild for new Python

* Tue Oct 22 2013 umeabot <umeabot> 1.1.6-4.mga4
+ Revision: 544238
- Mageia 4 Mass Rebuild

* Tue Oct 15 2013 pterjan <pterjan> 1.1.6-3.mga4
+ Revision: 499357
- Rebuild to add different pythonegg provides for python 2 and 3

* Sun Jan 13 2013 umeabot <umeabot> 1.1.6-2.mga3
+ Revision: 379494
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Dec 13 2012 obgr_seneca <obgr_seneca> 1.1.6-1.mga3
+ Revision: 330110
- New version

* Mon Mar 12 2012 obgr_seneca <obgr_seneca> 1.1.3-1.mga2
+ Revision: 223009
- added missing BR on python-devel
- imported package python-setproctitle