The NetBSD Project

CVS log for pkgsrc/geography/py-geojson/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / geography / py-geojson

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Oct 13 15:04:05 2024 UTC (3 weeks, 5 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -3 lines
py-geojson: convert to wheel.mk

Support Python 3.13.

Bump PKGREVISION.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Dec 9 12:31:14 2023 UTC (11 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Nov 5 11:49:10 2023 UTC (12 months ago) by wiz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
py-geojson: current release does not support Python 3.12, next one will

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Sep 2 13:47:00 2023 UTC (14 months, 1 week ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -4 lines
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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:02 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Dec 11 18:58:58 2019 UTC (4 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 10 16:12:19 2018 UTC (6 years ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 29 16:42:00 2017 UTC (7 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 18 17:10:35 2017 UTC (7 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
py-geojson: update to 2.2.0

2.2.0:
- Allow constructing geojson objects from geojson objects

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Sep 12 16:24:00 2017 UTC (7 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
geography/py-geojson: update to 2.1.0

2.1.0:
- Implement validation for GeometryCollection

2.0.0:
- Rewrite of validation mechanism (breaking change).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 1 18:05:09 2017 UTC (7 years, 3 months ago) by kleink
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update py-geojson to 1.3.5.


1.3.5 (2017-04-24)
------------------

- Changed the validator to allow elevation

  - https://github.com/frewsxcv/python-geojson/pull/92

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 21 08:00:24 2017 UTC (7 years, 8 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Update py-geojson to 1.3.4.


1.3.4 (2017-02-11)
------------------

- Remove runtime dependency on setuptools

  - https://github.com/frewsxcv/python-geojson/pull/90

1.3.3 (2016-07-21)
------------------

- Add validate parameter to GeoJSON constructors

  - https://github.com/frewsxcv/python-geojson/pull/78

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:33 2016 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Switch to MASTER_SITES_PYPI.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 10 13:02:31 2016 UTC (8 years, 9 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Forgot to commit PLIST changes in the 1.3.2 update.

Bump PKGREVISION.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 10 12:54:39 2016 UTC (8 years, 9 months ago) by kleink
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update py-geojson to 1.3.2.


1.3.2 (2016-01-28)
------------------

- Add __version__ and __version_info__ attributes

  - https://github.com/frewsxcv/python-geojson/pull/74

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 26 18:22:43 2015 UTC (9 years ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update py-geojson to 1.3.1.


1.3.1 (2015-10-12)
------------------

- Fix validation bug for MultiPolygons

  - https://github.com/frewsxcv/python-geojson/pull/63

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 14 17:13:00 2015 UTC (9 years, 2 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update py-geojson to 1.3.0.


1.3.0 (2015-08-11)
------------------

- Add utility to generate geometries with random data

  - https://github.com/frewsxcv/python-geojson/pull/60

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Aug 6 10:15:12 2015 UTC (9 years, 3 months ago) by kleink
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update py-geojson to 1.2.2.


1.2.2 (2015-07-13)
------------------

- Fix tests by including test file into build

  - https://github.com/frewsxcv/python-geojson/issues/61

- Build universal wheels

  - https://packaging.python.org/en/latest/distributing.html#universal-wheels

1.2.1 (2015-06-25)
------------------

- Encode long types correctly with Python 2.x

  - https://github.com/frewsxcv/python-geojson/pull/57

1.2.0 (2015-06-19)
------------------

- Utility function to validate GeoJSON objects

  - https://github.com/frewsxcv/python-geojson/pull/56

1.1.0 (2015-06-08)
------------------

- Stop outputting invalid GeoJSON value id=null on Features

  - https://github.com/frewsxcv/python-geojson/pull/53

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 23 14:21:29 2014 UTC (10 years ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update py-geojson to 1.0.9.

1.0.9 (2014-10-05)
------------------

- Fix bug where unicode/non-string properties with a 'type' key
  cause a crash

1.0.8 (2014-09-30)
------------------

- Fix bug where unicode keys don't get decoded properly
- Add coords and map_coords utilities

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 28 20:06:46 2014 UTC (10 years, 5 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Import geojson-1.0.7 as geography/py-geojson.

The geojson library contains:

- Functions for encoding and decoding GeoJSON formatted data
- Classes for all GeoJSON Objects
- An implementation of the Python __geo_interface__ Specification

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>