diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-03 17:02:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-04 13:39:46 -0700 |
commit | 2a8a340385ad15ffa8163d2d70636a1e53b9cf0d (patch) | |
tree | 4f3d75dc404b1b6eeb58e72345e54785b252b314 | |
parent | fadf73e5f655b7fb719ed701d3e3f299ed66a67f (diff) | |
download | meta-openembedded-2a8a340385ad15ffa8163d2d70636a1e53b9cf0d.tar.gz |
python3-pyproj: upgrade 3.4.1 -> 3.5.0
License-Update: Copyright year updated to 2023.
Changelog:
============
DEP: Minimum PROJ version 9.0 (issue #1223)
WHL: PROJ 9.2 in wheels (pull #1243)
ENH: Add return_back_azimuth: bool to allow compatibility between the azimuth output of the following functions (issue #1163):
fwd and fwd_intermediate, inv and inv_intermediate
ENH: Added only_best kwarg to Transformer.from_crs() (issue #1228)
PERF: Optimize point transformations (pull #1204)
REF: Raise error when CRS.to_wkt(), CRS.to_json(), or CRS.to_proj4() returns None (issue #1036)
CLN: Remove AzumuthalEquidistantConversion & LambertAzumuthalEqualAreaConversion.
AzimuthalEquidistantConversion & LambertAzimuthalEqualAreaConversion should be used instead (pull #1219)
BUG: Fix Derived Projected CRS support (issue #1182)
BUG: Add horizontal_datum_name for geographic CRS in CRS.to_cf() (issue #1251)
BUG: Add datum ensemble support to GeographicCRS (pull #1255)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyproj_3.4.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb index 49e5555fd..f67090da7 100644 --- a/meta-python/recipes-devtools/python/python3-pyproj_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python interface to PROJ (cartographic projections and coordinate transformations library)" | 1 | SUMMARY = "Python interface to PROJ (cartographic projections and coordinate transformations library)" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc4bb2668871655e24030dfe8d2a7ce7" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=873757af01d2d221eedb422c4c1dd163" |
4 | DEPENDS = "python3-cython proj" | 4 | DEPENDS = "python3-cython proj" |
5 | DEPENDS:append:class-target = " python3-cython-native proj-native" | 5 | DEPENDS:append:class-target = " python3-cython-native proj-native" |
6 | 6 | ||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "pyproj" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "261eb29b1d55b1eb7f336127344d9b31284d950a9446d1e0d1c2411f7dd8e3ac" | 11 | SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" |
12 | 12 | ||
13 | RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj" | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj" |
14 | 14 | ||