Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 2ec9ba0128c2c1e4d29bda7612d2f0f8 > files > 2

python-nose-timer-1.0.1-2.mga9.src.rpm

# Created by pyp2rpm-3.3.2
%global pypi_name nose-timer

Name:           python-%{pypi_name}
Version:        1.0.1
Release:        %mkrel 2
Summary:        A timer plugin for nosetests
Group:          Development/Python
License:        MIT
URL:            https://github.com/mahmoudimus/nose-timer
Source0:        https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  python3-devel
BuildRequires:  python3dist(setuptools)

%description
A timer plugin for nosetests that answers the question:
*how much time does every test take?*

%package -n     python3-%{pypi_name}
Summary:        %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires:       python3dist(nose)

%description -n python3-%{pypi_name}
A timer plugin for nosetests that answers the question:
*how much time does every test take?*

%prep
%autosetup -n %{pypi_name}-%{version}

# Remove bundled egg-info
rm -rf *.egg-info

%build
%py3_build

%install
%py3_install

%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitelib}/nosetimer
%{python3_sitelib}/nose_timer-%{version}-py%{python3_version}.egg-info


%changelog
* Wed Mar 23 2022 umeabot <umeabot> 1.0.1-2.mga9
+ Revision: 1823553
- Mageia 9 Mass Rebuild

* Wed Feb 23 2022 mrambo3501 <mrambo3501> 1.0.1-1.mga9
+ Revision: 1783614
- version 1.0.1
- rebuild for python-3.10

* Sat Jun 26 2021 wally <wally> 1.0.0-2.mga9
+ Revision: 1732967
- Rebuild for python 3.9

* Tue Apr 07 2020 wally <wally> 1.0.0-1.mga8
+ Revision: 1565451
- new version 1.0.0

* Sat Feb 29 2020 wally <wally> 0.7.5-1.mga8
+ Revision: 1552132
- new version 0.7.5

* Sun Feb 16 2020 umeabot <umeabot> 0.7.4-3.mga8
+ Revision: 1535845
- Mageia 8 Mass Rebuild

* Sun Oct 13 2019 tv <tv> 0.7.4-2.mga8
+ Revision: 1452715
- rebuild with python 3.8

* Sat Jan 12 2019 wally <wally> 0.7.4-1.mga7
+ Revision: 1355536
- imported package python-nose-timer (without python2 support)