forked from pool/python-pyproj
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 76d86bd04e | |||
| 8faa5926e2 | |||
| 081eda64b8 | |||
| cc834b26b1 | |||
| 4f57cc9a4c | |||
|
|
6e88ffbc4f | ||
| aaef8aadfe | |||
|
|
88416d2915 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60d72facd7b6b79853f19744779abcd3f804c4e0d4fa8815469db20c9f640a47
|
||||
size 226339
|
||||
3
pyproj-3.7.2.tar.gz
Normal file
3
pyproj-3.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39a0cf1ecc7e282d1d30f36594ebd55c9fae1fda8a2622cee5d100430628f88c
|
||||
size 226279
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 17:06:58 UTC 2025 - Libor Pechacek <lpechacek@gmx.com>
|
||||
|
||||
- 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 <lpechacek@gmx.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user