2023-12-09 13:31:14 by Klaus Klein | Files touched by this commit (2) |
Log message:
py-geojson: Update to 3.1.0.
3.1.0
----------
- Add support for Python 3.12
- https://github.com/jazzband/geojson/pull/222
- https://github.com/jazzband/geojson/pull/211
- CI improvements
- https://github.com/jazzband/geojson/pull/217
- https://github.com/jazzband/geojson/pull/212
- https://github.com/jazzband/geojson/pull/207
- Unit test improvements
- https://github.com/jazzband/geojson/pull/215
- https://github.com/jazzband/geojson/pull/210
- https://github.com/jazzband/geojson/pull/209
|
2023-11-05 12:49:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-geojson: current release does not support Python 3.12, next one will
|
2023-09-02 15:47:00 by Klaus Klein | Files touched by this commit (2) |
Log message:
py-geojson: Update to 3.0.1.
3.0.1 (2023-02-15)
------------------
- Add Support for Python 3.11.x minor revisions
- https://github.com/jazzband/geojson/pull/198
3.0.0 (2023-01-26)
------------------
- Support for Python versions 3.7-3.11 (Python 2 no longer supported)
- Primary development branch renamed from `master` to `main`
- Handle all real numbers as coordinates
- https://github.com/jazzband/geojson/pull/188
- Default precision improvements
- https://github.com/jazzband/geojson/pull/177
- CI improvements
- https://github.com/jazzband/geojson/pull/172
- https://github.com/jazzband/geojson/pull/155
- utf-8 support added to `geojson.dumps()`
- https://github.com/jazzband/geojson/pull/165
- Polygons now constrained to bounding box
- https://github.com/jazzband/geojson/pull/147
- Better GeometryCollection handling in `util.coords()`
- https://github.com/jazzband/geojson/pull/146
- Improved point validation
- https://github.com/jazzband/geojson/pull/144
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:45:18 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:09:33 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Remove SHA1 hashes for distfiles
|
2019-12-11 19:58:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-geojson: updated to 2.5.0
2.5.0:
- Add "precision" parameter to GeoJSON Object classes with default \
precision of 6 (0.1m)
- Fix bug where `map_geometries()` util was not preserving Feature IDs
- Remove `crs` module and features to conform to official WGS84-only GeoJSON spec
- Set up semi-automatic PyPi releases via Travis/Jazzband
|
2018-11-10 17:12:19 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-geojson to 2.4.1
2.4.1 (2018-10-17)
------------------
- Allow ``FeatureCollections`` to be passed to ``coords``
- https://github.com/frewsxcv/python-geojson/pull/117
2.4.0 (2018-05-21)
------------------
- Additional functional maps for GeoJSON entities
- https://github.com/frewsxcv/python-geojson/pull/112
|
2017-09-29 18:42:00 by Klaus Klein | Files touched by this commit (2) | |
Log message:
geography/py-geojson: update to 2.3.0
2.3.0 (2017-09-18)
------------------
- Add ``__getitem__`` methods to sequence-like objects
- https://github.com/frewsxcv/python-geojson/pull/103
|
2017-09-18 19:10:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-geojson: update to 2.2.0
2.2.0:
- Allow constructing geojson objects from geojson objects
|