File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ since version 1.3.0.
88## [ Unreleased]
99
1010### Fixed
11+ - Fix setup encoding comment to deal with corner case under PowerShell.
1112- Enforce dependency ` numpy >= 1.21 ` for Python >= 3.7 due to ` numpy `
1213 vulnerability CVE-2021 -33430.
1314- Fix wrong marker for ` unittest2 ` in development requirements.
Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # -*- coding: utf8 -*-
2+ # -*- coding: utf-8 -*-
33# flake8: noqa: E122
44"""basemap -- Plot data on map projections with matplotlib."""
55
Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # -*- coding: utf8 -*-
2+ # -*- coding: utf-8 -*-
33#
44# Copyright (c) 2021 Víctor Molina García
55
Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # -*- coding: utf8 -*-
2+ # -*- coding: utf-8 -*-
33# flake8: noqa: E122
44"""basemap_data -- Data assets for matplotlib basemap."""
55
Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # -*- coding: utf8 -*-
2+ # -*- coding: utf-8 -*-
33# flake8: noqa: E122
44"""basemap_data_hires -- High-resolution data assets for matplotlib basemap."""
55
You can’t perform that action at this time.
0 commit comments