Revisions of python-pyproj

buildservice-autocommit accepted request 1172789 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 69)
baserev update by copy to link target
Libor Pechacek's avatar Libor Pechacek (LPechacek) accepted request 1172767 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 68)
- Fix test/crs/test_crs_cf.py::test_azimuthal_equidistant failure
  (upstream #1384)
- Add upstream patch:
  * v3.6.1-BUG-Support-azimuthal_equidistant-coordinate-operati.patch
buildservice-autocommit accepted request 1157876 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 67)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1157792 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 66)
- Unrestrict Cython BuildRequires, Cython 3 is supported upstream.
- Switch to autosetup macro.
buildservice-autocommit accepted request 1154335 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 65)
baserev update by copy to link target
Libor Pechacek's avatar Libor Pechacek (LPechacek) accepted request 1154277 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 64)
- Skip testing xarray with python39: python39-xarray got removed
  early
buildservice-autocommit accepted request 1113531 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 63)
baserev update by copy to link target
Libor Pechacek's avatar Libor Pechacek (LPechacek) accepted request 1113312 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 62)
- Update to 3.6.1
  * WHL: Update to PROJ 9.3 by @snowman2 in #1334
  * DEP: Add Python 3.12 support by @snowman2 in #1341
  * BUG: Cython 3 compatibility fixes by @snowman2 in #1322
  * BUG: Remove pkg_resources from setup.py by @snowman2 in #1314
  * DOC: Fixed typos by @djm93dev in #1305 & #1306
  * DOC: Fix logo view on Pypi by @cyschneck in #1308
  * DOC: Spelling permimeter -> perimeter by @zanejgr in #1310
buildservice-autocommit accepted request 1108057 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 61)
baserev update by copy to link target
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 1107928 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 60)
- Limit to Cython <3 gh#pyproj4/pyproj#1321
- Use PEP517 macros instead of deprecated setup.py
- 15.X: give it a chance with the SLE15 python module pythons
  (would need more dependencies for it to build)
buildservice-autocommit accepted request 1092774 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 59)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1092724 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 58)
- Update to 3.6.0
  * WHL: Wheels contain PROJ 9.2.1 by @snowman2 in #1291
  * DEP: Minimum supported Python version 3.9 by @snowman2
    in #1245
  * ENH: Add CRS.to_2d() by @rhugonnet in #1267
  * ENH: Added allow_superseded kwargs to TransformerGroup by
    @dmahr1 in #1269
  * ENH: Added parameter output_axis_rule to CRS.to_wkt by
    @jjimenezshaw in #1287
  * BUG: fix Geod.npts NaN handling by @snowman2 in #1288
  * MNT: Use pyproject.toml for project metadata by @snowman2
    in #1275
buildservice-autocommit accepted request 1075114 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 57)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1075074 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 56)
- Update to 3.5.0
  * WHL: PROJ 9.2 in wheels in #1243
  * DEP: Minimum PROJ version 9.0 by @snowman2 in #1244
  * ENH: Add inplace kwarg to Geod.fwd and Geod.inv by @greglucas
    in #1201
  * ENH: Add return_back_azimuth kwarg to fwd, inv,
    fwd_intermediate, inv_intermediate by @idanmiara in #1165
  * ENH: Added only_best kwarg to Transformer.from_crs by
    @snowman2 in #1236
  * PERF: Optimize point transformations by @greglucas &
    @snowman2 in #1204, #1209, #1205
  * PERF: Optimize for single point in Geod fwd/inv functions by
    @greglucas in #1206
  * REF: Raise error when CRS.to_wkt, CRS.to_json, or
    CRS.to_proj4 returns None by @snowman2 in #1218
  * CLN: Remove AzumuthalEquidistantConversion &
    LambertAzumuthalEqualAreaConversion by @snowman2 in #1220
  * BUG: Fix Derived Projected CRS support by @snowman2 in #1222
  * BUG: Add horizontal_datum_name for geographic CRS in
    CRS.to_cf by @snowman2 in #1255
- Drop upstream patch:
  * 0001-TST-Update-test_transform_bounds__ignore_inf-for-PRO.patch
  * 0002-TST-Update-transformer-test_repr__conditional-1241.patch
buildservice-autocommit accepted request 1073572 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 55)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1073565 from Libor Pechacek's avatar Libor Pechacek (LPechacek) (revision 54)
We don't need to disable failing tests if we amend them with upstream fixes. @jayvdb, can you please have a look and possibly ack the change?

- Fix failing tests after Proj update to 9.2.0 (upstream #1224, #1241)
- Add upstream patch:
  * 0001-TST-Update-test_transform_bounds__ignore_inf-for-PRO.patch
  * 0002-TST-Update-transformer-test_repr__conditional-1241.patch
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1073462 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 53)
- Skip two tests to support latest PROJ 9.2
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) committed (revision 51)
Exclude python38 due to new version of xarray 
buildservice-autocommit accepted request 1043775 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 50)
baserev update by copy to link target
Displaying revisions 1 - 20 of 69
openSUSE Build Service is sponsored by