Blame SPECS/python-jsonpath-rw-ext.spec

e13c4d
# Created by pyp2rpm-2.0.0
e13c4d
%global pypi_name jsonpath-rw-ext
e13c4d
%global sname jsonpath_rw_ext
e13c4d
e13c4d
Name:           python-%{pypi_name}
e13c4d
Version:        1.2.2
e13c4d
Release:        2%{?dist}
e13c4d
Summary:        Extensions for JSONPath RW
e13c4d
e13c4d
License:        ASL 2.0
e13c4d
URL:            https://github.com/sileht/python-jsonpath-rw-ext
e13c4d
Source0:        https://pypi.python.org/packages/source/j/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
e13c4d
BuildArch:      noarch
e13c4d
e13c4d
%description
e13c4d
Extensions for JSONPath RW
e13c4d
e13c4d
%package -n     python3-%{pypi_name}
e13c4d
Summary:        Extensions for JSONPath RW
e13c4d
%{?python_provide:%python_provide python3-%{pypi_name}}
e13c4d
e13c4d
BuildRequires:  python3-devel
e13c4d
BuildRequires:  python3-setuptools
e13c4d
BuildRequires:  python3-pbr
e13c4d
BuildRequires:  python3-sphinx
e13c4d
e13c4d
Requires:       python3-pbr >= 1.8
e13c4d
Requires:       python3-jsonpath-rw >= 1.2
e13c4d
e13c4d
%description -n python3-%{pypi_name}
e13c4d
Extensions for JSONPath RW
e13c4d
e13c4d
%package -n python-%{pypi_name}-doc
e13c4d
Summary:        jsonpath-rw-ext documentation
e13c4d
%description -n python-%{pypi_name}-doc
e13c4d
Documentation for jsonpath-rw-ext
e13c4d
e13c4d
%prep
e13c4d
%autosetup -n %{pypi_name}-%{version}
e13c4d
# Remove bundled egg-info
e13c4d
rm -rf %{pypi_name}.egg-info
e13c4d
e13c4d
%build
e13c4d
e13c4d
%{__python3} setup.py build
e13c4d
# generate html docs 
e13c4d
sphinx-build doc/source html
e13c4d
# remove the sphinx-build leftovers
e13c4d
rm -rf html/.{doctrees,buildinfo}
e13c4d
e13c4d
%install
e13c4d
%{__python3} setup.py install --skip-build --root %{buildroot}
e13c4d
e13c4d
e13c4d
%files -n python3-%{pypi_name}
e13c4d
%license LICENSE
e13c4d
%doc doc/source/readme.rst README.rst
e13c4d
%{python3_sitelib}/%{sname}
e13c4d
%{python3_sitelib}/*.egg-info
e13c4d
e13c4d
%files -n python-%{pypi_name}-doc
e13c4d
%doc html 
e13c4d
e13c4d
%changelog
e13c4d
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e13c4d
e13c4d
* Thu Sep 10 2020 Yatin Karel <ykarel@redhat.com> - 1.2.2-1
e13c4d
- Update to 1.2.2 (#1426976)
e13c4d
e13c4d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-8
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e13c4d
e13c4d
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-7
e13c4d
- Rebuilt for Python 3.9
e13c4d
e13c4d
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-6
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e13c4d
e13c4d
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-5
e13c4d
- Rebuilt for Python 3.8.0rc1 (#1748018)
e13c4d
e13c4d
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-4
e13c4d
- Rebuilt for Python 3.8
e13c4d
e13c4d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e13c4d
e13c4d
* Thu May 09 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-2
e13c4d
- Subpackage python2-jsonpath-rw-ext has been removed
e13c4d
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
e13c4d
e13c4d
* Tue Feb 26 2019 Alfredo Moralejo <amoralej@redhat.com> - 1.2.0-1
e13c4d
- Bump to 1.2.0
e13c4d
e13c4d
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e13c4d
e13c4d
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e13c4d
e13c4d
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-8
e13c4d
- Rebuilt for Python 3.7
e13c4d
e13c4d
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e13c4d
e13c4d
* Fri Jan 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.0-6
e13c4d
- Update Python 2 dependency declarations to new packaging standards
e13c4d
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
e13c4d
e13c4d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e13c4d
e13c4d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e13c4d
e13c4d
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-3
e13c4d
- Rebuild for Python 3.6
e13c4d
e13c4d
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
e13c4d
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
e13c4d
e13c4d
* Thu May 05 2016 Pradeep Kilambi <pkilambi@redhat.com> - 1.0.0-1
e13c4d
- Rebase to 1.0.0
e13c4d
e13c4d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e13c4d
e13c4d
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.7-2
e13c4d
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
e13c4d
e13c4d
* Tue Sep 01 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 0.1.7-1
e13c4d
- Initial package.