535d45c
%global debug_package %{nil}
aca5c96
aca5c96
Name:           python-basemap
29c7800
Version:        1.3.3
29c7800
Release:        1%{?dist}
aca5c96
Summary:        Plots data on map projections (with continental and political boundaries) 
14ca814
License:        LGPLv2+
e9fff17
URL:            https://matplotlib.org/basemap/
7b2cb1c
Source0:        https://github.com/matplotlib/basemap/archive/v%{version}/basemap-%{version}.tar.gz
aca5c96
8c573bd
BuildRequires:  gcc
aca5c96
76553ce
%global _description\
76553ce
Basemap is a matplotlib toolkit that allows you to plot data on map\
3d385fa
projections (with continental and political boundaries).
3d385fa
76553ce
%description %_description
76553ce
5c30175
%package -n     python-basemap-examples
535d45c
Summary:        Example programs and data for python3-basemap
5c30175
License:        Copyright only
535d45c
Requires:       python3-basemap
5c30175
5c30175
%description -n python-basemap-examples
5c30175
%{summary}.
aca5c96
b589798
%package -n python3-basemap
b589798
Summary:        Plots data on map projections (with continental and political boundaries)
b589798
License:        LGPLv2+
b589798
BuildRequires:  python3-devel, proj-devel, shapelib-devel, python3-numpy-f2py, geos-devel
c920bfa
BuildRequires:  python3-setuptools
4538ed9
BuildRequires:  chrpath
Marcel Plch af635d8
# Needed to regenerate Cython generated files.
Marcel Plch af635d8
BuildRequires:  python3-Cython
b589798
BuildRequires:  python3-httplib2
d63a06d
BuildRequires:  python3-matplotlib >= 0.98
d63a06d
BuildRequires:  python3-pyproj
f7da0eb
Requires:       python3-matplotlib >= 0.98
6cce2db
Provides: python3-basemap-data = %{version}-%{release}
6cce2db
Obsoletes: python3-basemap-data < %{version}-%{release}
b589798
b589798
%description -n python3-basemap
b589798
Basemap is a matplotlib toolkit that allows you to plot data on map
b589798
projections (with continental and political boundaries).
b589798
aca5c96
%prep
9c104be
%autosetup -n basemap-%{version} -p0
aca5c96
aca5c96
%build
Marcel Plch af635d8
# regenerate Cython generated files
29c7800
%python3 -m cython packages/basemap/src/*.pyx
b589798
export GEOS_LIB="/usr/"
aca5c96
29c7800
pushd packages/basemap
29c7800
%python3 setup.py config
29c7800
%py3_build
4538ed9
chrpath --delete build/lib*/*.so
29c7800
popd
29c7800
29c7800
pushd packages/basemap_data
29c7800
%py3_build
29c7800
popd
4538ed9
aca5c96
%install
29c7800
pushd packages/basemap
1dd05fb
%py3_install
29c7800
popd
29c7800
29c7800
pushd packages/basemap_data
29c7800
%py3_install
29c7800
popd
29c7800
aca5c96
d63a06d
%check
29c7800
PYTHONPATH=%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib} \
29c7800
    %python3 -c 'from mpl_toolkits.basemap import Basemap'
d63a06d
5c30175
%files -n python-basemap-examples
5c30175
%doc examples/*
5c30175
b589798
%files -n python3-basemap
29c7800
%license packages/basemap_data/LICENSE.*
29c7800
%doc packages/basemap_data/README.md
b589798
%{python3_sitearch}/mpl_toolkits/basemap
29c7800
%{python3_sitearch}/basemap-%{version}-py%{python3_version}.egg-info
7b2cb1c
%{python3_sitearch}/basemap-%{version}-py%{python3_version}-nspkg.pth
a154e15
%{python3_sitearch}/_geoslib.cpython-3*.so
29c7800
%{python3_sitelib}/mpl_toolkits/basemap_data
29c7800
# It seems that they forgot to bump the version in basemap_data
29c7800
%{python3_sitelib}/basemap_data-*-py%{python3_version}.egg-info
29c7800
%{python3_sitelib}/basemap_data-*-py%{python3_version}-nspkg.pth
b589798
2307fa9
aca5c96
%changelog
29c7800
* Wed Jul 20 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.3.3-1
29c7800
- Update to latest version (#2044035). Seems to be just bugfixes, see
29c7800
  https://github.com/matplotlib/basemap/blob/develop/CHANGELOG.md#133---2022-05-11
29c7800
  for details.
29c7800
26ff196
* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.3.0-4
26ff196
- Rebuilt for pyparsing-3.0.9
26ff196
4dfb923
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
4dfb923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
4dfb923
9c104be
* Thu Dec 30 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.3.0-2
9c104be
- Loosen matplotlib and numpy pins.
9c104be
7b2cb1c
* Mon Dec 27 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.3.0-1
7b2cb1c
- 1.3.0
7b2cb1c
11bebc8
* Thu Oct 21 2021 Sandro Mani <manisandro@gmail.com> - 1.2.2-7
11bebc8
- Rebuild (geos)
11bebc8
ce604fc
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-6
ce604fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
ce604fc
0471e28
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.2.2-5
0471e28
- Rebuilt for Python 3.10
0471e28
e2cda05
* Wed Jun 02 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.2.2-4
e2cda05
- Fix geos unbundling typo.
e2cda05
7e8692e
* Sat Feb 13 2021 Sandro Mani <manisandro@gmail.com> - 1.2.2-3
7e8692e
- Rebuild (geos)
7e8692e
81fc162
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
81fc162
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
81fc162
1d2c07d
* Fri Aug 07 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.2.2-1
1d2c07d
- 1.2.2
1d2c07d
254ee9b
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6
254ee9b
- Second attempt - Rebuilt for
254ee9b
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
254ee9b
3f3375d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
3f3375d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3f3375d
c920bfa
* Tue Jun 23 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.2.1-4
c920bfa
- BR python3-setuptools
c920bfa
96c3f6d
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-3
96c3f6d
- Rebuilt for Python 3.9
96c3f6d
304c241
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
304c241
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
304c241
2307fa9
* Wed Jan 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.2.1-1
2307fa9
- 1.2.1, move -data to this SRPM.
2307fa9
244470a
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-4
244470a
- Rebuilt for Python 3.8.0rc1 (#1748018)
244470a
1c21acd
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-3
1c21acd
- Rebuilt for Python 3.8
1c21acd
8c07e1e
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
8c07e1e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8c07e1e
e9fff17
* Fri May 03 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
e9fff17
- Update to latest version
e9fff17
535d45c
* Fri Feb 08 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.0.7-29
535d45c
- Drop python2 support.
535d45c
5aa647b
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-28
5aa647b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5aa647b
Marcel Plch af635d8
* Wed Jul 18 2018 Marcel Plch <mplch@redhat.com> - 1.0.7-27
Marcel Plch af635d8
- Make build regenerate Cython files
Marcel Plch af635d8
259ddb4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-26
259ddb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
259ddb4
47db6dd
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.7-25
47db6dd
- Rebuilt for Python 3.7
47db6dd
975b33a
* Sat May 05 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.7-24
975b33a
- Update Python macros to new packaging standards
975b33a
  (See https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build)
975b33a
6986328
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.7-23
6986328
- Update Python 2 dependency declarations to new packaging standards
6986328
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
6986328
d10f9ad
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-22
d10f9ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d10f9ad
f7da0eb
* Mon Aug 28 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.7-21
f7da0eb
- Fix python2 package name
f7da0eb
76553ce
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.7-20
76553ce
- Python 2 binary package renamed to python2-basemap
76553ce
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
76553ce
57e68ca
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-19
57e68ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
57e68ca
17e340f
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-18
17e340f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
17e340f
e7f6311
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-17
e7f6311
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e7f6311
6694700
* Wed Dec 28 2016 Jon Ciesla <limburgher@gmail.com> - 1.0.7-16
6694700
- geos rebuild.
6694700
e8489c8
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.7-15
e8489c8
- Rebuild for Python 3.6
e8489c8
ea777e8
* Fri Dec 09 2016 Jon Ciesla <limburgher@gmail.com> - 1.0.7-14
ea777e8
- Patch for numpy change, BZ 1403159.
ea777e8
Dominik 'Rathann' Mierzejewski 9640751
* Mon Sep 26 2016 Dominik Mierzejewski <rpm@greysector.net> - 1.0.7-13
Dominik 'Rathann' Mierzejewski 9640751
- rebuilt for matplotlib-2.0.0
Dominik 'Rathann' Mierzejewski 9640751
a2177aa
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-12
a2177aa
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
a2177aa
6996802
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-11
6996802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6996802
a154e15
* Thu Nov 19 2015 Jon Ciesla <limburgher@gmail.com> - 1.0.7-10
a154e15
- Fix Python 3 build.
a154e15
6320c77
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-9
6320c77
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
6320c77
852afbb
* Wed Oct 14 2015 Jon Ciesla <limburgher@gmail.com> - 1.0.7-8
852afbb
- geos rebuild.
852afbb
e4618a7
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-7
e4618a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e4618a7
6819dfc
* Thu Jan 15 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.0.7-6
6819dfc
- Add a patch fixing the location of basemap_datadir
c23ee27
- Replace the sed command that did not work by a patch that does work, fixes
c23ee27
  RHBZ#1177052
c23ee27
ee53442
* Wed Jan 14 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.0.7-5
ee53442
- Fix the location of the datadir. Fixes RHBZ#1177052
ee53442
4a74e08
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-4
4a74e08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4a74e08
bbfe464
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3
bbfe464
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bbfe464
debdfa8
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.0.7-2
debdfa8
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
debdfa8
b589798
* Thu Mar 13 2014 Jon Ciesla <limburgher@gmail.com> - 1.0.7-1
b589798
- Latest upstream, Python3 support, BZ 1076037.
b589798
- Dropped datadir patch, no longer needed.
b589798
a63cbaf
* Fri Oct 04 2013 Jon Ciesla <limburgher@gmail.com> - 1.0.6-5
a63cbaf
- geos rebuild.
a63cbaf
7158a9a
* Thu Sep 12 2013 Jon Ciesla <limburgher@gmail.com> - 1.0.6-4
7158a9a
- geos rebuild.
7158a9a
8470286
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
8470286
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8470286
b92262a
* Wed Mar 06 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.0.6-2
b92262a
- Rebuild with new geos.
b92262a
4ef963f
* Mon Feb 04 2013 Jon Ciesla <limburgher@gmail.com> - 1.0.6-1
4ef963f
- Latest upstream, 870640.
4ef963f
254f1b5
* Sun Jan 27 2013 Jon Ciesla <limburgher@gmail.com> - 0.99.4-17
254f1b5
- Rebuild for geos soname bump.
254f1b5
7431f95
* Mon Nov 19 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 0.99.4-16
7431f95
- Rebuild with newer geos.
7431f95
850026c
* Wed Nov 14 2012 Jon Ciesla <limburgher@gmail.com> - 0.99.4-15
850026c
- Rebuild for geos soname bump.
850026c
0c91a82
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.4-14
0c91a82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0c91a82
7d74ce8
* Mon Jan 09 2012 Jon Ciesla <limburgher@gmail.com> - 0.99.4-13
7d74ce8
- Rebuild for geos soname bump.
7d74ce8
Jon Ciesla 2b18b07
* Wed Oct 05 2011 Jon Ciesla <limb@jcomserv.net> - 0.99.4-12
Jon Ciesla 2b18b07
- Rebuild for geos soname bump.
Jon Ciesla 2b18b07
Jon Ciesla 5a95fe3
* Fri Jun 03 2011 Jon Ciesla <limb@jcomserv.net> - 0.99.4-11
Jon Ciesla 5a95fe3
- Rebuild for geos soname bump.
Jon Ciesla 5a95fe3
25c1be6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.4-10
25c1be6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
25c1be6
37ce138
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.99.4-9
37ce138
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
37ce138
78a1f23
* Thu Jun 03 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.99.4-8
78a1f23
- update the homepage url 
78a1f23
5c30175
* Fri May 28 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.99.4-7
5c30175
- Examples is now a subpackage of python-basemap instead of python-basemap-data 
5c30175
0cf29ec
* Mon Apr 12 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.99.4-6
0cf29ec
- Fix the data directory patch. 
0cf29ec
0cf29ec
* Mon Apr 12 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.99.4-5
dec85ca
- Rebuild to for geos soname bump and numpy 1.3 reversion. 
dec85ca
dec85ca
* Thu Apr 01 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.99.4-4
dec85ca
- Added back the data directory patch. It is needed to correctly set the 
dec85ca
  default location of system data files provided by the python-basemap-data 
dec85ca
  package.  Setting the environment variable at build time is not sufficient 
dec85ca
  to set the correct system-wide location for distribution packaging.  
dec85ca
e4eb956
* Thu Apr 01 2010 Jef Spaleta <jspaleta@fedoraproject.org> - 0.99.4-3
e4eb956
- Rebuild to fix numpy ABI change.
e4eb956
41d2483
* Fri Jan 08 2010 Jon Ciesla <limb@jcomserv.net> - 0.99.4-2
41d2483
- Rebuild for broken dep.
41d2483
d50124c
* Fri Dec 11 2009 Jon Ciesla <limb@jcomserv.net> - 0.99.4-1
d50124c
- Update to latest upstream.
d50124c
- Dropped datadir patch, now handled with environment variable.
d50124c
e53acfe
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.2-5
e53acfe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e53acfe
Caolan McNamara d91ef5b
* Mon Jul 20 2009 Caolán McNamara <caolanm@redhat.com> - 0.99.2-4
Caolan McNamara d91ef5b
- Resolves: rhbz#511576 FTBFS showimg numpy -> numpy-f2py
Caolan McNamara d91ef5b
c2d14f4
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.2-3
c2d14f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c2d14f4
96983a3
* Thu Dec 11 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.2-2
96983a3
- Update data directory patch
96983a3
dbbc180
* Thu Dec 11 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.2-1
dbbc180
- Update to latest release
dbbc180
931ede1
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.99-6
931ede1
- Rebuild for Python 2.6
931ede1
471cc6c
* Thu Oct 23 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.99-5
471cc6c
- Also patch runtime GEOS version check (as discussed on the fedora-devel-list)
471cc6c
d048fda
* Sun Oct 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.99-4
d048fda
- Update -setup.py patch for geos 3.0.1
d048fda
7e9886b
* Sun Oct 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.99-3
7e9886b
- Rebuild for new geos, fixes broken deps
7e9886b
bbcedc5
* Fri Jul 11 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 0.99-2
bbcedc5
- File conflict fix for Bug 455005
bbcedc5
c1c9d18
* Wed Jul 02 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 0.99-1
c1c9d18
- Update to match latest matplotlib 
c1c9d18
34ff9e3
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.5-5
34ff9e3
- Autorebuild for GCC 4.3
34ff9e3
b4a934a
* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 0.9.5-4
b4a934a
- Fix for egg-info file creation
b4a934a
14ca814
* Thu Aug 23 2007 Orion Poplawski <orion@cora.nwra.com> 0.9.5-3
14ca814
- Explicitly remove included libraries in prep
14ca814
- Update license tag to LGPLv2+
14ca814
- Rebuild for BuildID
14ca814
508842c
* Wed Jun 06 2007 Orion Poplawski <orion@cora.nwra.com> 0.9.5-2
508842c
- Rebuild
508842c
3d385fa
* Fri Mar 23 2007 Orion Poplawski <orion@cora.nwra.com> 0.9.5-1
3d385fa
- Update to 0.9.5
3d385fa
- Ship the examples in a separate rpm
3d385fa
605e220
* Mon Dec 11 2006 Orion Poplawski <orion@cora.nwra.com> 0.9.4-2
605e220
- Remove unnecessary (and damaging) line ending change
605e220
6702d67
* Mon Nov 20 2006 Orion Poplawski <orion@cora.nwra.com> 0.9.4-1
6702d67
- Update to upstream 0.9.4
6702d67
2259128
* Wed Oct 18 2006 Orion Poplawski <orion@cora.nwra.com> 0.9.3-1
2259128
- Update to upstream 0.9.3
2259128
95218d1
* Thu Sep  7 2006 Orion Poplawski <orion@cora.nwra.com> 0.9.2-1
95218d1
- Update to upstream 0.9.2
95218d1
9663ee8
* Fri Jul 28 2006 Orion Poplawski <orion@cora.nwra.com> 0.9.1-1
9663ee8
- Update to upstream 0.9.1
9663ee8
e0e89f7
* Mon Jul  3 2006 Orion Poplawski <orion@cora.nwra.com> 0.9-1
e0e89f7
- Update to upstream 0.9
e0e89f7
f99d680
* Mon Mar  6 2006 Orion Poplawski <orion@cora.nwra.com> 0.8.2-3
f99d680
- Rebuild for updated shapelib
f99d680
b194eea
* Tue Feb 28 2006 Orion Poplawski <orion@cora.nwra.com> 0.8.2-2
b194eea
- python-matplotlib now owns toolkits directoery
b194eea
85f39a8
* Mon Feb 27 2006 Orion Poplawski <orion@cora.nwra.com> 0.8.2-1
85f39a8
- Update to upstream 0.8.2
85f39a8
43dd1bd
* Fri Feb 24 2006 Orion Poplawski <orion@cora.nwra.com> 0.8.1-1
43dd1bd
- Update to upstream 0.8.1
43dd1bd
aca5c96
* Sun Nov 20 2005 Orion Poplawski <orion@cora.nwra.com> 0.7.2.1-1
aca5c96
- Update to upstream 0.7.2.1
aca5c96
- Split into python-basemap and python-basemap-data
aca5c96
- No longer requires python-numarray
aca5c96
- Use system shapelib for pyshapelib components
aca5c96
aca5c96
* Tue Sep 13 2005 Orion Poplawski <orion@cora.nwra.com> 0.6.2-1
aca5c96
- Update to upstream 0.6.2
aca5c96
aca5c96
* Tue Aug 02 2005 Orion Poplawski <orion@cora.nwra.com> 0.5.2-1
aca5c96
- Initial package for Fedora Extras