diff --git a/changelog b/changelog new file mode 100644 index 0000000..c4837b1 --- /dev/null +++ b/changelog @@ -0,0 +1,98 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.19.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.19.0-2 +- Rebuilt for Python 3.10 + +* Thu Apr 22 2021 Elliott Sales de Andrade - 0.19.0-1 +- Update to latest version (#1952194) + +* Tue Mar 23 2021 Sandro Mani - 0.19.0~rc1-3 +- Rebuild (geos) + +* Tue Mar 23 2021 Sandro Mani - 0.19.0~rc1-2 +- Bundle proj 7, as cartopy does not build against proj8 + +* Sat Mar 13 2021 Elliott Sales de Andrade - 0.19.0~rc1-1 +- Update to latest version (#1938248) + +* Sun Mar 07 2021 Sandro Mani - 0.18.0-7 +- Rebuild (proj) + +* Sat Feb 13 2021 Sandro Mani - 0.18.0-6 +- Rebuild (geos) + +* Sat Jan 30 2021 Jos de Kloe 0.18.0-5 +- Add a patch to fix build failures caused by np.float deprecation +- Modify patch to add more tolerance to image comparisons +- skip test_grid_labels, since it seems to suffer from a bug that is + not yet solved upstream + +* Wed Jan 27 2021 Fedora Release Engineering - 0.18.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 11 13:06:18 CET 2020 Sandro Mani - 0.18.0-4 +- Rebuild (proj, gdal) + +* Wed Jul 29 2020 Fedora Release Engineering - 0.18.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.18.0-2 +- Rebuilt for Python 3.9 + +* Mon May 18 2020 Elliott Sales de Andrade - 0.18.0-1 +- Update to latest version + +* Fri May 01 2020 Elliott Sales de Andrade - 0.18.0~rc1-1 +- Update to latest release candidate + +* Mon Apr 13 2020 Elliott Sales de Andrade - 0.18.0~b2-1 +- Update to latest beta + +* Mon Feb 10 2020 Elliott Sales de Andrade - 0.18.0~b1-1 +- Update to latest beta + +* Thu Jan 30 2020 Fedora Release Engineering - 0.17.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Aug 19 2019 Miro Hrončok - 0.17.0-7 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.17.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Elliott Sales de Andrade - 0.17.0-5 +- Fix build against FreeType 2.10.0 + +* Tue Feb 12 2019 Elliott Sales de Andrade - 0.17.0-4 +- Rebuilt for updated Proj + +* Sat Feb 02 2019 Fedora Release Engineering - 0.17.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Dec 06 2018 Elliott Sales de Andrade - 0.17.0-2 +- Remove pytest bytecode + +* Sat Nov 17 2018 Elliott Sales de Andrade - 0.17.0-1 +- Update to latest version +- Remove workaround for unpackaged Natural Earth data +- Drop Python 2 subpackage + +* Fri Jul 13 2018 Fedora Release Engineering - 0.16.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Jul 11 2018 Elliott Sales de Andrade - 0.16.0-5 +- Add explicit gcc-c++ BR + +* Tue Jun 19 2018 Miro Hrončok - 0.16.0-4 +- Rebuilt for Python 3.7 + +* Wed Feb 28 2018 Elliott Sales de Andrade - 0.16.0-3 +- Drop patch for old versions of Matplotlib. +- Use python2- prefix for dependencies. + +* Sun Feb 25 2018 Elliott Sales de Andrade - 0.16.0-2 +- Enable testing with now-packaged Natural Earth data. + +* Fri Feb 23 2018 Elliott Sales de Andrade - 0.16.0-1 +- Initial package. diff --git a/python-cartopy.spec b/python-cartopy.spec index 333a536..e8e34a0 100644 --- a/python-cartopy.spec +++ b/python-cartopy.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 0.19.0 %global Version 0.19.0 -Release: 3%{?dist} +Release: %autorelease Summary: Cartographic Python library with Matplotlib visualisations License: LGPLv3 @@ -168,101 +168,4 @@ MPLBACKEND=Agg \ %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.19.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.19.0-2 -- Rebuilt for Python 3.10 - -* Thu Apr 22 2021 Elliott Sales de Andrade - 0.19.0-1 -- Update to latest version (#1952194) - -* Tue Mar 23 2021 Sandro Mani - 0.19.0~rc1-3 -- Rebuild (geos) - -* Tue Mar 23 2021 Sandro Mani - 0.19.0~rc1-2 -- Bundle proj 7, as cartopy does not build against proj8 - -* Sat Mar 13 2021 Elliott Sales de Andrade - 0.19.0~rc1-1 -- Update to latest version (#1938248) - -* Sun Mar 07 2021 Sandro Mani - 0.18.0-7 -- Rebuild (proj) - -* Sat Feb 13 2021 Sandro Mani - 0.18.0-6 -- Rebuild (geos) - -* Sat Jan 30 2021 Jos de Kloe 0.18.0-5 -- Add a patch to fix build failures caused by np.float deprecation -- Modify patch to add more tolerance to image comparisons -- skip test_grid_labels, since it seems to suffer from a bug that is - not yet solved upstream - -* Wed Jan 27 2021 Fedora Release Engineering - 0.18.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Nov 11 13:06:18 CET 2020 Sandro Mani - 0.18.0-4 -- Rebuild (proj, gdal) - -* Wed Jul 29 2020 Fedora Release Engineering - 0.18.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.18.0-2 -- Rebuilt for Python 3.9 - -* Mon May 18 2020 Elliott Sales de Andrade - 0.18.0-1 -- Update to latest version - -* Fri May 01 2020 Elliott Sales de Andrade - 0.18.0~rc1-1 -- Update to latest release candidate - -* Mon Apr 13 2020 Elliott Sales de Andrade - 0.18.0~b2-1 -- Update to latest beta - -* Mon Feb 10 2020 Elliott Sales de Andrade - 0.18.0~b1-1 -- Update to latest beta - -* Thu Jan 30 2020 Fedora Release Engineering - 0.17.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Aug 19 2019 Miro Hrončok - 0.17.0-7 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.17.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri May 31 2019 Elliott Sales de Andrade - 0.17.0-5 -- Fix build against FreeType 2.10.0 - -* Tue Feb 12 2019 Elliott Sales de Andrade - 0.17.0-4 -- Rebuilt for updated Proj - -* Sat Feb 02 2019 Fedora Release Engineering - 0.17.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Dec 06 2018 Elliott Sales de Andrade - 0.17.0-2 -- Remove pytest bytecode - -* Sat Nov 17 2018 Elliott Sales de Andrade - 0.17.0-1 -- Update to latest version -- Remove workaround for unpackaged Natural Earth data -- Drop Python 2 subpackage - -* Fri Jul 13 2018 Fedora Release Engineering - 0.16.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Jul 11 2018 Elliott Sales de Andrade - 0.16.0-5 -- Add explicit gcc-c++ BR - -* Tue Jun 19 2018 Miro Hrončok - 0.16.0-4 -- Rebuilt for Python 3.7 - -* Wed Feb 28 2018 Elliott Sales de Andrade - 0.16.0-3 -- Drop patch for old versions of Matplotlib. -- Use python2- prefix for dependencies. - -* Sun Feb 25 2018 Elliott Sales de Andrade - 0.16.0-2 -- Enable testing with now-packaged Natural Earth data. - -* Fri Feb 23 2018 Elliott Sales de Andrade - 0.16.0-1 -- Initial package. +%autochangelog