Commit Graph

2 Commits

Author SHA1 Message Date
Wang Mingyu
fe4c5093a3
python3-pyproj: upgrade 3.6.1 -> 3.7.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>
2024-10-14 09:52:29 -07:00
Khem Raj
45e77092f5
python3-pyproj: Fix buildpaths QA Error
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>
2024-08-19 19:18:30 -07:00