Blame SPECS/python-jsonschema.spec

a8df6c
%global pypi_name jsonschema
a8df6c
a8df6c
%global common_description %{expand:
a8df6c
jsonschema is an implementation of JSON Schema for Python (supporting
a8df6c
2.7+, including Python 3).
a8df6c
a8df6c
 - Full support for Draft 7, Draft 6, Draft 4 and Draft 3
a8df6c
 - Lazy validation that can iteratively report all validation errors.
a8df6c
 - Small and extensible
a8df6c
 - Programmatic querying of which properties or items failed validation.}
a8df6c
a8df6c
%{?python_enable_dependency_generator}
a8df6c
a8df6c
Name:           python-%{pypi_name}
a8df6c
Summary:        Implementation of JSON Schema validation for Python
a8df6c
Version:        3.2.0
a8df6c
Release:        13%{?dist}
a8df6c
License:        MIT
a8df6c
a8df6c
URL:            https://github.com/Julian/jsonschema
a8df6c
Source0:        %{pypi_source}
a8df6c
a8df6c
BuildArch:      noarch
a8df6c
a8df6c
BuildRequires:  python3-devel
a8df6c
a8df6c
BuildRequires:  python3dist(setuptools)
a8df6c
BuildRequires:  python3dist(setuptools-scm)
a8df6c
a8df6c
a8df6c
%description %{common_description}
a8df6c
a8df6c
a8df6c
%package -n     python3-%{pypi_name}
a8df6c
Summary:        %{summary}
a8df6c
# This subpackage was removed for missing deps:
a8df6c
Obsoletes:      python3-%{pypi_name}+format < 3.2.0-12
a8df6c
a8df6c
%{?python_provide:%python_provide python3-%{pypi_name}}
a8df6c
a8df6c
%description -n python3-%{pypi_name} %{common_description}
a8df6c
a8df6c
a8df6c
%prep
a8df6c
%autosetup -n %{pypi_name}-%{version}
a8df6c
a8df6c
# Remove bundled egg-info
a8df6c
rm -rf %{pypi_name}.egg-info
a8df6c
a8df6c
a8df6c
%build
a8df6c
%py3_build
a8df6c
a8df6c
a8df6c
%install
a8df6c
%py3_install
a8df6c
a8df6c
a8df6c
a8df6c
a8df6c
%files -n python3-%{pypi_name}
a8df6c
%license COPYING json/LICENSE
a8df6c
%doc README.rst
a8df6c
a8df6c
%{_bindir}/jsonschema
a8df6c
a8df6c
%{python3_sitelib}/%{pypi_name}/
a8df6c
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
a8df6c
a8df6c
a8df6c
%changelog
a8df6c
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-13
a8df6c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
a8df6c
  Related: rhbz#1991688
a8df6c
a8df6c
* Wed May 19 2021 Miroslav Rezanina <mrezanin@redhat.com> - 3.2.0-12
a8df6c
- Remove +format metapackage 
a8df6c
- Resolves: rhbz#1952356
a8df6c
a8df6c
* Wed Apr 21 2021 Miroslav Rezanina <mrezanin@redhat.com> - 3.2.0-11
a8df6c
- Remove unwanted packages
a8df6c
- Resolves: bz#1935823
a8df6c
- Resolves: bz#1942562
a8df6c
a8df6c
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-10
a8df6c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
a8df6c
a8df6c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-9
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a8df6c
a8df6c
* Tue Nov 10 2020 Nils Philippsen <nils@redhat.com> - 3.2.0-8
a8df6c
- Provide python3dist(jsonschema[format]) again (#1878976)
a8df6c
a8df6c
* Tue Sep 29 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-7
a8df6c
- Remove metapackage for python3dist(jsonschema[format]) (missing deps, #1880820)
a8df6c
a8df6c
* Sat Sep 19 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-6
a8df6c
- Add metapackage for python3dist(jsonschema[format]) needed by python3-bravado-core (#1878976)
a8df6c
a8df6c
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-5
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a8df6c
a8df6c
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-4
a8df6c
- Rebuilt for Python 3.9
a8df6c
a8df6c
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-3
a8df6c
- Bootstrap for Python 3.9
a8df6c
a8df6c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a8df6c
a8df6c
* Sat Dec 07 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
a8df6c
- Update to version 3.2.0.
a8df6c
a8df6c
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-4
a8df6c
- Rebuilt for Python 3.8.0rc1 (#1748018)
a8df6c
a8df6c
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-3
a8df6c
- Rebuilt for Python 3.8
a8df6c
a8df6c
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-2
a8df6c
- Bootstrap for Python 3.8
a8df6c
a8df6c
* Fri Aug 02 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.2-1
a8df6c
- Update to version 3.0.2.
a8df6c
a8df6c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a8df6c
a8df6c
* Fri Mar 01 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.1-1
a8df6c
- Update to version 3.0.1.
a8df6c
a8df6c
* Sun Feb 24 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-1
a8df6c
- Update to version 3.0.0.
a8df6c
a8df6c
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0~b3-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a8df6c
a8df6c
* Mon Jan 28 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0~b3-1
a8df6c
- Update to version 3.0.0b3.
a8df6c
a8df6c
* Tue Jan 22 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0~b1-1
a8df6c
- Update to version 3.0.0b1.
a8df6c
a8df6c
* Sat Jan 19 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0~a5-1
a8df6c
- Update to version 3.0.0a5.
a8df6c
- Moved python2 sub-package to separate source package.
a8df6c
a8df6c
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-6
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a8df6c
a8df6c
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 2.6.0-5
a8df6c
- Rebuilt for Python 3.7
a8df6c
a8df6c
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.6.0-4
a8df6c
- Update Python 2 dependency declarations to new packaging standards
a8df6c
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
a8df6c
a8df6c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-3
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a8df6c
a8df6c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a8df6c
a8df6c
* Fri Jul 21 2017 Jan Beran <jberan@redhat.com> 2.6.0-1
a8df6c
- Update to 2.6.0
a8df6c
- Fix of missing Python 3 version executables
a8df6c
a8df6c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-5
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a8df6c
a8df6c
* Wed Dec 14 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.5.1-4
a8df6c
- Rebuild for Python 3.6
a8df6c
a8df6c
* Mon Nov 21 2016 Orion Poplawski <orion@cora.nwra.com> - 2.5.1-3
a8df6c
- Enable python3 builds for EPEL (bug #1395653)
a8df6c
- Ship python2-jsonschema
a8df6c
- Modernize spec
a8df6c
- Use %%license
a8df6c
a8df6c
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-2
a8df6c
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
a8df6c
a8df6c
* Fri Feb 26 2016 Lon Hohberger <lhh@redhat.com> 2.5.1-1
a8df6c
- Update to 2.5.1
a8df6c
a8df6c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a8df6c
a8df6c
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 2.4.0-3
a8df6c
- Rebuilt for Python3.5 rebuild
a8df6c
a8df6c
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a8df6c
a8df6c
* Sat Sep 06 2014 Alan Pevec <apevec@redhat.com> - 2.4.0-1
a8df6c
- Latest upstream
a8df6c
a8df6c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-3
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a8df6c
a8df6c
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 2.3.0-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
a8df6c
a8df6c
* Mon Mar 10 2014 Pádraig Brady <pbrady@redhat.com> - 2.3.0-1
a8df6c
- Latest upstream
a8df6c
a8df6c
* Tue Feb 04 2014 Matthias Runge <mrunge@redhat.com> - 2.0.0-3
a8df6c
- fix %%{? issues in spec
a8df6c
a8df6c
* Thu Oct 17 2013 Thomas Spura <tomspur@fedoraproject.org> - 2.0.0-2
a8df6c
- add python3 subpackage (#1016207)
a8df6c
- add %%check
a8df6c
a8df6c
* Fri Aug 16 2013 Alan Pevec <apevec@redhat.com> 2.0.0-1
a8df6c
- Update to 2.0.0 release
a8df6c
a8df6c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a8df6c
a8df6c
* Mon May 13 2013 Pádraig Brady <P@draigBrady.com> - 1.3.0-1
a8df6c
- Update to 1.3.0 release
a8df6c
a8df6c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a8df6c
a8df6c
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
a8df6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a8df6c
a8df6c
* Wed May 23 2012 Pádraig Brady <P@draigBrady.com> - 0.2-1
a8df6c
- Initial package.
a8df6c