summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyproj_3.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyproj: upgrade 3.6.1 -> 3.7.0Wang Mingyu2024-10-141-31/+0
| | | | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2024. rpath.patch refreshed for 3.7.0 Changelog: =========== - WHL: Wheels contain PROJ 9.4.1 - DEP: Minimum supported Python version 3.10 - DEP: Minimum PROJ version 9.2 - ENH: Add CRS.is_deprecated() and CRS.get_non_deprecated() - PERF: thread local context - ENH: Add runtime & compiled PROJ versions - BUG: Handle changes to HotineObliqueMercatorBConversion Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: Remove absolute paths from cython generated .c filesKhem Raj2024-08-211-0/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: Fix buildpaths QA ErrorKhem Raj2024-08-191-0/+2
| | | | | | | | | | | This error is due to absolute paths leaking into ELF files due to -rpath option in compiler cmdline, therefore patch them out. Apply patch [1] from Debian [1] https://sources.debian.org/data/main/p/python-pyproj/3.6.1-4/debian/patches/rpath.patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: switch to PEP-517 build backendalperak2024-08-091-3/+1
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-pyproj-3.6.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: update version 3.6.0 -> 3.6.1Derek Straka2023-09-271-0/+23
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>