From f1e00a7248c90086412f0296bc4d23cf017a23451e8b08d9dba668cbebdcfaea Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 18 Aug 2025 20:11:46 +0000 Subject: [PATCH] Accepting request 1299977 from home:LPechacek:branches:Application:Geo Update to 3.7.2 OBS-URL: https://build.opensuse.org/request/show/1299977 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=76 --- pyproj-3.7.1.tar.gz | 3 --- pyproj-3.7.2.tar.gz | 3 +++ python-pyproj.changes | 31 +++++++++++++++++++++++++++++++ python-pyproj.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 pyproj-3.7.1.tar.gz create mode 100644 pyproj-3.7.2.tar.gz diff --git a/pyproj-3.7.1.tar.gz b/pyproj-3.7.1.tar.gz deleted file mode 100644 index 289c428..0000000 --- a/pyproj-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60d72facd7b6b79853f19744779abcd3f804c4e0d4fa8815469db20c9f640a47 -size 226339 diff --git a/pyproj-3.7.2.tar.gz b/pyproj-3.7.2.tar.gz new file mode 100644 index 0000000..f821ed5 --- /dev/null +++ b/pyproj-3.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a0cf1ecc7e282d1d30f36594ebd55c9fae1fda8a2622cee5d100430628f88c +size 226279 diff --git a/python-pyproj.changes b/python-pyproj.changes index b8a2152..3d56601 100644 --- a/python-pyproj.changes +++ b/python-pyproj.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Aug 15 17:06:58 UTC 2025 - Libor Pechacek + +- Update to 3.7.2 + * Bump pypa/cibuildwheel from 2.22 to 2.23 by @dependabot[bot] + in #1479 + * TST: Only import time.perf_counter by @snowman2 in #1480 + * DEP: Minimum PROJ version 9.4 by @snowman2 in #1481 + * DEP: Python 3.11+ by @snowman2 in #1483 + * Bump scientific-python/upload-nightly-action from 0.6.1 to + 0.6.2 by @dependabot[bot] in #1488 + * DOC: update doc geometry_area_perimeter by @myl-dvl in #1489 + * DOC: Remove 'noqa: E501' from docstrings by @adamjstewart + in #1492 + * pyproj.crs: add imports to all by @adamjstewart in #1494 + * MNT: replace black and isort with ruff format and lint by + @mwtoews in #1496 + * BUILD/CI: Add win_arm64 wheel build by @khmyznikov in #1503 + * Bump pypa/cibuildwheel from 2.23 to 3.0 by @dependabot[bot] + in #1502 + * Bump pypa/cibuildwheel from 3.0.0 to 3.0.1 by + @dependabot[bot] in #1505 + * BLD: Enable free-threading compatibility by @djhoese in #1512 + * CI: Add 3.13 free-threading wheels by @djhoese in #1514 + * Bump actions/download-artifact from 4 to 5 by + @dependabot[bot] in #1520 + * TST: Remove irrelevant test with modern PROJ versions by + @djhoese in #1519 + * Bump actions/checkout from 4 to 5 by @dependabot[bot] + in #1521 + ------------------------------------------------------------------- Sun Feb 16 11:21:59 UTC 2025 - Libor Pechacek diff --git a/python-pyproj.spec b/python-pyproj.spec index 8bd3d86..5eaf1a0 100644 --- a/python-pyproj.spec +++ b/python-pyproj.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyproj # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyproj -Version: 3.7.1 +Version: 3.7.2 Release: 0 Summary: Python interface to PROJ library License: SUSE-Public-Domain AND X11