[python-geojson] branch master updated (1b7898e -> 221cf7f)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Jun 23 14:00:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch master
in repository python-geojson.

      from  1b7898e   Update changelog for new release
       new  ee97e9d   Imported Upstream version 1.2.0
       new  ce76dce   Merge tag 'upstream/1.2.0'
       new  5dd308b   Add names of copyright holders
       new  221cf7f   Update changelog, release for unstable

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                  |   1 +
 .travis.yml                 |  13 +++---
 CHANGELOG.rst               |  14 ++++++
 README.rst                  |  30 ++++++++++---
 debian/changelog            |   7 +++
 debian/copyright            |   8 +++-
 geojson/__init__.py         |  10 +++++
 geojson/base.py             |  77 +++++++++++++++++++++++--------
 geojson/crs.py              |   9 ++++
 geojson/examples.py         |  34 ++++++++++++--
 geojson/factory.py          |   6 +++
 geojson/feature.py          |  37 +++++++++++----
 geojson/geometry.py         |  23 +++++++---
 geojson/mapping.py          |   9 ++++
 geojson/utils.py            |  31 ++++++++++---
 geojson/validation.py       |  97 +++++++++++++++++++++++++++++++++++++++
 setup.py                    |  13 ++----
 tests/test_base.py          |  15 +++++--
 tests/test_coords.py        |   8 ++--
 tests/test_crs.py           |  12 ++---
 tests/test_features.py      |  71 ++++++++++++++++++++++-------
 tests/test_geo_interface.py |  27 ++++-------
 tests/test_validation.py    | 107 ++++++++++++++++++++++++++++++++++++++++++++
 23 files changed, 550 insertions(+), 109 deletions(-)
 create mode 100644 geojson/validation.py
 create mode 100644 tests/test_validation.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geojson.git



More information about the Pkg-grass-devel mailing list