Blame SPECS/python-faker.spec

bfaf8d
%global srcname faker
bfaf8d
%global _description\
bfaf8d
Faker is a Python package that generates fake data for you. Whether you need\
bfaf8d
to bootstrap your database, create good-looking XML documents, fill-in your\
bfaf8d
persistence to stress test it, or anonymize data taken from a production\
bfaf8d
service, Faker is for you.
bfaf8d
bfaf8d
Name:           python-%{srcname}
bfaf8d
Version:        6.1.1
bfaf8d
Release:        1%{?dist}
bfaf8d
Summary:        Faker is a Python package that generates fake data for you
bfaf8d
bfaf8d
License:        MIT
bfaf8d
URL:            https://faker.readthedocs.io
bfaf8d
Source:         https://github.com/joke2k/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
bfaf8d
bfaf8d
BuildArch:      noarch
bfaf8d
BuildRequires:  python3-devel
bfaf8d
BuildRequires:  python3-setuptools
bfaf8d
BuildRequires:  python3-pytest-runner
bfaf8d
bfaf8d
%description %_description
bfaf8d
bfaf8d
%package -n python3-%{srcname}
bfaf8d
Summary:        %{summary}
bfaf8d
%{?python_provide:%python_provide python3-%{srcname}}
bfaf8d
Suggests:       %{name}-doc = %{version}-%{release}
bfaf8d
bfaf8d
%description -n python3-%{srcname} %_description
bfaf8d
bfaf8d
%package doc
bfaf8d
Summary:        Documentation for %{name}
bfaf8d
bfaf8d
%description doc %_description
bfaf8d
bfaf8d
%prep
bfaf8d
%autosetup -p1 -n %{srcname}-%{version}
bfaf8d
bfaf8d
%build
bfaf8d
%py3_build
bfaf8d
bfaf8d
%install
bfaf8d
%py3_install
bfaf8d
bfaf8d
%files -n python3-%{srcname}
bfaf8d
%license LICENSE.txt
bfaf8d
%{_bindir}/faker
bfaf8d
%{python3_sitelib}/%{srcname}
bfaf8d
%{python3_sitelib}/Faker-%{version}-py*.egg-info
bfaf8d
bfaf8d
%files doc
bfaf8d
%license LICENSE.txt
bfaf8d
%doc README.rst CHANGELOG.md CONTRIBUTING.rst RELEASE_PROCESS.rst docs/*.rst
bfaf8d
bfaf8d
%changelog
bfaf8d
* Wed Feb 10 2021 Juan Orti Alcaine <jortialc@redhat.com> - 6.1.1-1
bfaf8d
- Version 6.1.1 (#1918209)
bfaf8d
bfaf8d
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.1-2
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
bfaf8d
bfaf8d
* Sat Jan 16 2021 Juan Orti Alcaine <jortialc@redhat.com> - 5.6.1-1
bfaf8d
- Version 5.6.1 (#1898673)
bfaf8d
bfaf8d
* Tue Nov 17 2020 Juan Orti Alcaine <jortialc@redhat.com> - 4.15.0-1
bfaf8d
- Version 4.15.0 (#1886757)
bfaf8d
bfaf8d
* Thu Oct 08 2020 Juan Orti Alcaine <jortialc@redhat.com> - 4.8.0-1
bfaf8d
- Version 4.8.0 (RHBZ#1884072)
bfaf8d
- BR: python3-setuptools
bfaf8d
bfaf8d
* Sat Sep 19 2020 Juan Orti Alcaine <jortialc@redhat.com> - 4.1.3-1
bfaf8d
- Version 4.1.3 (RHBZ#1869448)
bfaf8d
bfaf8d
* Tue Aug 18 2020 Juan Orti Alcaine <jortialc@redhat.com> - 4.1.2-1
bfaf8d
- Version 4.1.2 (RHBZ#1869448)
bfaf8d
bfaf8d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-2
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bfaf8d
bfaf8d
* Sun Jul 12 2020 Juan Orti Alcaine <jortialc@redhat.com> - 4.1.1-1
bfaf8d
- Version 4.1.1
bfaf8d
bfaf8d
* Tue May 26 2020 Miro Hron훾ok <mhroncok@redhat.com> - 4.1.0-2
bfaf8d
- Rebuilt for Python 3.9
bfaf8d
bfaf8d
* Sun May 17 2020 Juan Orti Alcaine <jortialc@redhat.com> - 4.1.0-1
bfaf8d
- Version 4.1.0
bfaf8d
bfaf8d
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bfaf8d
bfaf8d
* Wed Jan 15 2020 Juan Orti Alcaine <jortialc@redhat.com> - 4.0.0-1
bfaf8d
- Version 4.0.0
bfaf8d
bfaf8d
* Sun Jan 05 2020 Juan Orti Alcaine <jortialc@redhat.com> - 3.0.0-1
bfaf8d
- Version 3.0.0
bfaf8d
bfaf8d
* Wed Sep 18 2019 Juan Orti Alcaine <jortialc@redhat.com> - 2.0.2-1
bfaf8d
- Version 2.0.2
bfaf8d
bfaf8d
* Sat Aug 24 2019 Juan Orti Alcaine <jortialc@redhat.com> - 2.0.1-2
bfaf8d
- Add patch to revert the switch to text-unidecode
bfaf8d
bfaf8d
* Sat Aug 24 2019 Juan Orti Alcaine <jortialc@redhat.com> - 2.0.1-1
bfaf8d
- Version 2.0.1
bfaf8d
bfaf8d
* Mon Aug 19 2019 Miro Hron훾ok <mhroncok@redhat.com> - 1.0.2-3
bfaf8d
- Rebuilt for Python 3.8
bfaf8d
bfaf8d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bfaf8d
bfaf8d
* Sat Feb 16 2019 Juan Orti Alcaine <jorti@fedoraproject.org> - 1.0.2-1
bfaf8d
- Version 1.0.2
bfaf8d
- Drop python2 subpackage
bfaf8d
bfaf8d
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
bfaf8d
bfaf8d
* Sun Sep 09 2018 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.9.0-1
bfaf8d
- Version 0.9.0
bfaf8d
bfaf8d
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.15-3
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bfaf8d
bfaf8d
* Tue Jun 19 2018 Miro Hron훾ok <mhroncok@redhat.com> - 0.8.15-2
bfaf8d
- Rebuilt for Python 3.7
bfaf8d
bfaf8d
* Wed May 16 2018 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.15-1
bfaf8d
- Version 0.8.15
bfaf8d
bfaf8d
* Tue Mar 13 2018 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.12-1
bfaf8d
- Version 0.8.12
bfaf8d
bfaf8d
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-3
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bfaf8d
bfaf8d
* Tue Nov 21 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.7-2
bfaf8d
- Disable doc building because missing dependencies
bfaf8d
bfaf8d
* Tue Nov 21 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.7-1
bfaf8d
- Version 0.8.7
bfaf8d
bfaf8d
* Wed Sep 06 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.3-1
bfaf8d
- Version 0.8.3
bfaf8d
bfaf8d
* Mon Sep 04 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.1-1
bfaf8d
- Version 0.8.1
bfaf8d
bfaf8d
* Tue Aug 29 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.0-2
bfaf8d
- Use python2-ipaddress for F28+
bfaf8d
bfaf8d
* Tue Aug 29 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.8.0-1
bfaf8d
- Version 0.8.0
bfaf8d
- Update dependencies
bfaf8d
bfaf8d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.18-2
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bfaf8d
bfaf8d
* Fri Jul 21 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.7.18-1
bfaf8d
- Version 0.7.18
bfaf8d
- Add versioned python dependencies
bfaf8d
bfaf8d
* Fri Jun 30 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.7.17-1
bfaf8d
- Version 0.7.17
bfaf8d
bfaf8d
* Wed Apr 05 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.7.10-1
bfaf8d
- Version 0.7.10
bfaf8d
- Remove huge man page
bfaf8d
bfaf8d
* Sun Feb 26 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.7.9-1
bfaf8d
- Version 0.7.9
bfaf8d
bfaf8d
* Sun Feb 05 2017 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.7.7-1
bfaf8d
- Version 0.7.7
bfaf8d
- Add dateutil dependency (RHBZ#1419285)
bfaf8d
bfaf8d
* Mon Dec 19 2016 Miro Hron훾ok <mhroncok@redhat.com> - 0.7.3-2
bfaf8d
- Rebuild for Python 3.6
bfaf8d
bfaf8d
* Fri Dec 09 2016 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.7.3-1
bfaf8d
- Version 0.7.3
bfaf8d
bfaf8d
* Wed Jul 20 2016 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.9-3
bfaf8d
- Disable man page generation
bfaf8d
bfaf8d
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.9-2
bfaf8d
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
bfaf8d
bfaf8d
* Tue Jul 12 2016 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.9-1
bfaf8d
- Version 0.5.9
bfaf8d
bfaf8d
* Mon Jul 04 2016 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.8-1
bfaf8d
- Version 0.5.8
bfaf8d
bfaf8d
* Sun Mar 13 2016 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.7-1
bfaf8d
- Version 0.5.7
bfaf8d
bfaf8d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-8
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bfaf8d
bfaf8d
* Mon Nov 30 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.3-7
bfaf8d
- Leave only python3 version of faker script
bfaf8d
bfaf8d
* Wed Nov 25 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.3-6
bfaf8d
- link binary for different python versions
bfaf8d
bfaf8d
* Thu Nov 12 2015 Kalev Lember <klember@redhat.com> - 0.5.3-5
bfaf8d
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
bfaf8d
bfaf8d
* Tue Nov 03 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.3-4
bfaf8d
- Move all doc files to the doc subpackage
bfaf8d
- Include the man page in the main packages
bfaf8d
bfaf8d
* Fri Oct 30 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.3-3
bfaf8d
- Add documentation
bfaf8d
bfaf8d
* Thu Oct 29 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.3-2
bfaf8d
- Add python provides and follow naming guidelines
bfaf8d
- Rename faker binary
bfaf8d
bfaf8d
* Fri Oct 23 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.5.3-1
bfaf8d
- Initial package