[python-pyproj] branch master updated (47e942e -> 3c59a2e)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Jan 6 22:51:53 UTC 2016


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

sebastic pushed a change to branch master
in repository python-pyproj.

      from  47e942e   Move from experimental to unstable.
       new  d6fe67b   Imported Upstream version 1.9.5
       new  6f13a32   Merge tag 'upstream/1.9.5'
       new  ceba1ee   New upstream release.
       new  9ba5e67   Update copyright file.
       new  0448a9f   Drop 02-use_setup-proj.patch, no longer required.
       new  fef31b2   Update Vcs-Browser URL to use HTTPS.
       new  b356ea8   Update watch file, handle alternative tar extensions.
       new  87a2e0c   Add patch to have setup.py not modify lib/pyproj/datadir.py*.
       new  e38c12b   Enable unit tests with pybuild override.
       new  3c59a2e   Set distribution to unstable.

The 10 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                             |    4 +
 .travis.yml                            |   26 +
 Changelog                              |    5 +
 MANIFEST.in                            |    3 +-
 README.md                              |    8 +-
 _proj.c                                | 5535 ++++++++++++++++++--------------
 _proj.pyx                              |   44 +-
 debian/changelog                       |   18 +
 debian/control                         |    2 +-
 debian/copyright                       |   37 +-
 debian/patches/02-pyproj_datadir.patch |   26 +
 debian/patches/02-use_setup-proj.patch |   76 -
 debian/patches/series                  |    2 +-
 debian/rules                           |    4 +
 debian/watch                           |    7 +-
 lib/pyproj/__init__.py                 |   42 +-
 lib/pyproj/data/epsg                   | 1079 ++++---
 lib/pyproj/data/test27                 |    5 +-
 lib/pyproj/data/test83                 |    5 +-
 lib/pyproj/data/testIGNF               |    3 +-
 lib/pyproj/data/testdatumfile          |    3 +-
 lib/pyproj/data/testntv2               |    3 +-
 lib/pyproj/data/testvarious            |  137 +-
 lib/pyproj/data/tv_out.dist            |   77 +-
 setup-proj.py                          |   60 -
 setup.py                               |  120 +-
 src/PJ_aea.c                           |    4 -
 src/PJ_aeqd.c                          |   75 +-
 src/PJ_airy.c                          |    4 -
 src/PJ_aitoff.c                        |   96 +-
 src/PJ_august.c                        |    1 +
 src/PJ_boggs.c                         |    1 +
 src/PJ_cc.c                            |    1 +
 src/PJ_cea.c                           |   11 +-
 src/PJ_collg.c                         |    1 +
 src/PJ_crast.c                         |    2 +
 src/PJ_denoy.c                         |    1 +
 src/PJ_eck1.c                          |    2 +
 src/PJ_eck2.c                          |    1 +
 src/PJ_eck4.c                          |    1 +
 src/PJ_eck5.c                          |    2 +
 src/PJ_fahey.c                         |    2 +
 src/PJ_gall.c                          |    2 +
 src/PJ_geos.c                          |    2 -
 src/PJ_gins8.c                         |    1 +
 src/PJ_hammer.c                        |   18 +-
 src/PJ_hammer.c.diff                   |   41 -
 src/PJ_hatano.c                        |    1 +
 src/PJ_healpix.c                       |    3 +-
 src/PJ_isea.c                          |   29 +-
 src/PJ_krovak.c                        |   16 +-
 src/PJ_larr.c                          |    1 +
 src/PJ_lask.c                          |    1 +
 src/PJ_lcca.c                          |    4 +-
 src/PJ_mbt_fps.c                       |    1 +
 src/PJ_mbtfpp.c                        |    1 +
 src/PJ_mbtfpq.c                        |    1 +
 src/PJ_mill.c                          |    2 +
 src/PJ_moll.c                          |    8 +-
 src/PJ_natearth.c                      |    2 +
 src/PJ_nell.c                          |    1 +
 src/PJ_nell_h.c                        |    2 +
 src/PJ_nocol.c                         |    2 +
 src/PJ_nzmg.c                          |    4 -
 src/PJ_omerc.c                         |    2 +-
 src/PJ_putp2.c                         |    1 +
 src/PJ_qsc.c                           |   74 +-
 src/PJ_robin.c                         |    1 +
 src/PJ_sch.c                           |  231 ++
 src/PJ_stere.c                         |    2 -
 src/PJ_sterea.c                        |    2 -
 src/PJ_tmerc.c                         |   22 -
 src/PJ_vandg4.c                        |    1 +
 src/PJ_wag7.c                          |    1 +
 src/dmstor.c                           |    4 +-
 src/gen_cheb.c                         |   12 +-
 src/geocent.c                          |    3 -
 src/geod_interface.c                   |   23 +-
 src/geod_set.c                         |   10 +-
 src/geodesic.c                         |  723 +++--
 src/geodesic.h                         |  186 +-
 src/mk_cheby.c                         |    2 +-
 src/nad_init.c                         |    6 +-
 src/pj_apply_gridshift.c               |    3 +-
 src/pj_apply_vgridshift.c              |    4 +-
 src/pj_ctx.c                           |    4 -
 src/pj_datum_set.c                     |    5 +-
 src/pj_datums.c                        |   69 +-
 src/pj_ell_set.c                       |    7 +-
 src/pj_ellps.c                         |   88 +-
 src/pj_fileapi.c                       |    6 +-
 src/pj_fwd.c                           |   19 +-
 src/pj_fwd3d.c                         |   47 +
 src/pj_gauss.c                         |    3 +-
 src/pj_gc_reader.c                     |   21 +-
 src/pj_geocent.c                       |    6 +-
 src/pj_gridcatalog.c                   |    6 +-
 src/pj_gridinfo.c                      |   19 +-
 src/pj_gridlist.c                      |    4 +-
 src/pj_init.c                          |   53 +-
 src/pj_initcache.c                     |    4 -
 src/pj_inv.c                           |   17 +-
 src/pj_inv3d.c                         |   45 +
 src/pj_latlong.c                       |    2 -
 src/pj_list.h                          |    2 +
 src/pj_log.c                           |    6 +-
 src/pj_mutex.c                         |   16 +-
 src/pj_open_lib.c                      |    4 -
 src/pj_param.c                         |   18 +-
 src/pj_pr_list.c                       |    3 +-
 src/pj_release.c                       |    2 +-
 src/pj_strerrno.c                      |    2 +-
 src/pj_strtod.c                        |  184 ++
 src/pj_transform.c                     |  189 +-
 src/pj_units.c                         |   44 +-
 src/pj_utils.c                         |   13 +-
 src/pj_zpoly1.c                        |    2 +-
 src/proj_api.h                         |   22 +-
 src/proj_config.h                      |    0
 src/proj_etmerc.c                      |   33 +-
 src/proj_mdist.c                       |    2 -
 src/proj_rouss.c                       |    2 -
 src/projects.h                         |   34 +-
 src/rtodms.c                           |    8 +-
 unittest/test.py                       |   26 +-
 125 files changed, 5822 insertions(+), 4207 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 debian/patches/02-pyproj_datadir.patch
 delete mode 100644 debian/patches/02-use_setup-proj.patch
 delete mode 100644 setup-proj.py
 delete mode 100644 src/PJ_hammer.c.diff
 create mode 100644 src/PJ_sch.c
 create mode 100644 src/pj_fwd3d.c
 create mode 100644 src/pj_inv3d.c
 create mode 100644 src/pj_strtod.c
 create mode 100644 src/proj_config.h

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



More information about the Pkg-grass-devel mailing list