|
|
346158 |
Name: python-spec
|
|
|
346158 |
Version: 1.4.1
|
|
|
346158 |
Release: 6%{?dist}
|
|
|
346158 |
Summary: Specification-style output for python-nose
|
|
|
346158 |
License: MIT
|
|
|
346158 |
URL: https://github.com/bitprophet/spec
|
|
|
346158 |
Source0: %{pypi_source spec}
|
|
|
346158 |
Source1: %{pypi_source spec}.asc
|
|
|
346158 |
# The following keyring is made from the public key shown on: http://bitprophet.org/bio/
|
|
|
346158 |
# It has fingerprint 0C8AFED2B8FDD7AF40F809BA9C29BC560041E930
|
|
|
346158 |
# Keyring created by importing that key and using the output of:
|
|
|
346158 |
# gpg2 --export --export-options export-minimal 0C8AFED2B8FDD7AF40F809BA9C29BC560041E930
|
|
|
346158 |
Source2: gpgkey-0C8AFED2B8FDD7AF40F809BA9C29BC560041E930.gpg
|
|
|
346158 |
Source3: https://raw.githubusercontent.com/bitprophet/spec/master/LICENSE
|
|
|
346158 |
BuildArch: noarch
|
|
|
346158 |
BuildRequires: coreutils
|
|
|
346158 |
BuildRequires: gnupg2
|
|
|
346158 |
BuildRequires: python3-devel
|
|
|
346158 |
BuildRequires: python3-setuptools
|
|
|
346158 |
|
|
|
346158 |
%description
|
|
|
346158 |
A Python testing tool that provides:
|
|
|
346158 |
|
|
|
346158 |
* Colorized, specification style output
|
|
|
346158 |
* Colorized tracebacks and summary
|
|
|
346158 |
* Test-running CLI tool that enables useful non-default options and implements
|
|
|
346158 |
relaxed test discovery for less test_annoying.py:TestBoilerplate.test_code
|
|
|
346158 |
and more readable.py:Classes.and_methods.
|
|
|
346158 |
|
|
|
346158 |
%package -n python3-spec
|
|
|
346158 |
Summary: Specification-style output for python3-nose
|
|
|
346158 |
BuildRequires: python3-nose >= 1.3
|
|
|
346158 |
BuildRequires: python3-six
|
|
|
346158 |
%{?python_provide:%python_provide python3-spec}
|
|
|
346158 |
|
|
|
346158 |
%description -n python3-spec
|
|
|
346158 |
A Python testing tool that provides:
|
|
|
346158 |
|
|
|
346158 |
* Colorized, specification style output
|
|
|
346158 |
* Colorized tracebacks and summary
|
|
|
346158 |
* Test-running CLI tool that enables useful non-default options and implements
|
|
|
346158 |
relaxed test discovery for less test_annoying.py:TestBoilerplate.test_code
|
|
|
346158 |
and more readable.py:Classes.and_methods.
|
|
|
346158 |
|
|
|
346158 |
%prep
|
|
|
346158 |
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
346158 |
|
|
|
346158 |
%setup -q -n spec-%{version}
|
|
|
346158 |
|
|
|
346158 |
# LICENSE file
|
|
|
346158 |
cp -p %{SOURCE3} .
|
|
|
346158 |
|
|
|
346158 |
# Remove bundled egg-info
|
|
|
346158 |
rm -rf spec.egg-info
|
|
|
346158 |
|
|
|
346158 |
%build
|
|
|
346158 |
%py3_build
|
|
|
346158 |
|
|
|
346158 |
%install
|
|
|
346158 |
%py3_install
|
|
|
346158 |
|
|
|
346158 |
%files -n python3-spec
|
|
|
346158 |
%license LICENSE
|
|
|
346158 |
%{_bindir}/spec
|
|
|
346158 |
%{python3_sitelib}/spec/
|
|
|
346158 |
%{python3_sitelib}/spec-*.egg-info/
|
|
|
346158 |
|
|
|
346158 |
%changelog
|
|
|
346158 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-6
|
|
|
346158 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
346158 |
|
|
|
346158 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
|
|
|
346158 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
346158 |
|
|
|
346158 |
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-4
|
|
|
346158 |
- Rebuilt for Python 3.9
|
|
|
346158 |
|
|
|
346158 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
|
|
346158 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
346158 |
|
|
|
346158 |
* Fri Dec 20 2019 Paul Howarth <paul@city-fan.org> - 1.4.1-2
|
|
|
346158 |
- Incorporate feedback from package review (#1785391)
|
|
|
346158 |
- Use %%pypi_source macro
|
|
|
346158 |
- Use %%python_provide macro
|
|
|
346158 |
- Runtime python dependencies detected automatically since F-30, EL-8
|
|
|
346158 |
- Fix egg-info globbing in %%files list
|
|
|
346158 |
- Add GPG source verification in %%prep section
|
|
|
346158 |
- Update LICENSE file (updated copyright date)
|
|
|
346158 |
|
|
|
346158 |
* Wed Dec 11 2019 Paul Howarth <paul@city-fan.org> - 1.4.1-1
|
|
|
346158 |
- Update to 1.4.1
|
|
|
346158 |
- Strip out Python 2 support
|
|
|
346158 |
|
|
|
346158 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
|
|
346158 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
346158 |
|
|
|
346158 |
* Sun Dec 6 2015 Toshio Kuratomi <toshio@fedoraproject.org> - - 1.0.0-5
|
|
|
346158 |
- Add provides for python2-spec
|
|
|
346158 |
|
|
|
346158 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
|
|
|
346158 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
346158 |
|
|
|
346158 |
* Thu Nov 5 2015 Toshio Kuratomi <toshio@fedoraproject.org> - 1.0.0-3
|
|
|
346158 |
- Fix the python2 and python3 scripts to coexist according to the
|
|
|
346158 |
Packaging:Python guidelines
|
|
|
346158 |
- Fix dist tag
|
|
|
346158 |
|
|
|
346158 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
|
|
|
346158 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
346158 |
|
|
|
346158 |
* Sat Mar 28 2015 Eduardo Mayorga Téllez <mayorga@fedoraproject.org> - 1.0.0-1
|
|
|
346158 |
- Update to 1.0.0
|
|
|
346158 |
|
|
|
346158 |
* Sun Aug 03 2014 Eduardo Mayorga Téllez <mayorga@fedoraproject.org> - 0.11.1-2
|
|
|
346158 |
- Changing Requires from python2- to python-
|
|
|
346158 |
|
|
|
346158 |
* Tue Jul 29 2014 Eduardo Mayorga Téllez <mayorga@fedoraproject.org> - 0.11.1-1
|
|
|
346158 |
- Initial packaging
|