[Python-modules-commits] [python-overpy] 02/07: record new upstream branch created by importing python-overpy_0.4.orig.tar.gz and merge it

Sandro Tosi morph at moszumanska.debian.org
Mon Dec 12 03:35:30 UTC 2016


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

morph pushed a commit to branch master
in repository python-overpy.

commit 5bf40e25a815a02a83bfb209bcee602172c83071
Merge: beeee38 65919d4
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 11 19:30:06 2016 -0500

    record new upstream branch created by importing python-overpy_0.4.orig.tar.gz and merge it

 CHANGELOG.rst                            |   52 ++
 LICENSE                                  |   22 +
 MANIFEST.in                              |   11 +
 PKG-INFO                                 |    4 +-
 debian/.git-dpm                          |   14 +-
 docs/make.bat                            |  242 ++++++
 docs/source/api.rst                      |   66 ++
 docs/source/changelog.rst                |    1 +
 docs/source/conf.py                      |  335 ++++++++
 docs/source/contributing.rst             |    1 +
 docs/source/example.rst                  |  260 ++++++
 docs/source/index.rst                    |   21 +
 docs/source/introduction.rst             |   74 ++
 examples/get_areas.py                    |   21 +
 examples/get_nodes.py                    |   22 +
 examples/get_ways.py                     |   18 +
 overpy.egg-info/PKG-INFO                 |    4 +-
 overpy.egg-info/SOURCES.txt              |   44 +-
 overpy/__about__.py                      |    4 +-
 overpy/__init__.py                       |  716 ++++++++++++++--
 overpy/exception.py                      |    4 +-
 setup.cfg                                |    9 +
 setup.py                                 |   14 +-
 tests/__init__.py                        |   15 +-
 tests/base_class.py                      |  198 ++++-
 tests/json/area-01.json                  |   92 ++
 tests/json/node-01.json                  |   37 +
 tests/json/relation-01.json              |   54 ++
 tests/json/relation-02.json              |   76 ++
 tests/json/relation-03.json              |  699 +++++++++++++++
 tests/json/relation-04.json              | 1378 ++++++++++++++++++++++++++++++
 tests/json/result-expand-01.json         |   33 +
 tests/json/result-expand-02.json         |   76 ++
 tests/json/result-way-01.json            |   21 +
 tests/json/result-way-02.json            |   27 +
 tests/json/result-way-03.json            |   33 +
 tests/json/way-01.json                   |   46 +
 tests/json/way-02.json                   |   64 ++
 tests/json/way-03.json                   |   80 ++
 tests/json/way-04.json                   |   28 +
 tests/response/bad-request-encoding.html |   16 +
 tests/response/bad-request.html          |   15 +
 tests/test_json.py                       |   29 +-
 tests/test_request.py                    |    9 -
 tests/test_result.py                     |   38 +-
 tests/test_result_way.py                 |    3 -
 tests/test_xml.py                        |   80 +-
 tests/xml/area-01.xml                    |   66 ++
 tests/xml/node-01.xml                    |   11 +
 tests/xml/relation-01.xml                |   18 +
 tests/xml/relation-02.xml                |   25 +
 tests/xml/relation-03.xml                |  153 ++++
 tests/xml/relation-04.xml                |  697 +++++++++++++++
 tests/xml/way-01.xml                     |   25 +
 tests/xml/way-02.xml                     |   22 +
 tests/xml/way-03.xml                     |   21 +
 tests/xml/way-04.xml                     |   17 +
 57 files changed, 6051 insertions(+), 110 deletions(-)

diff --cc debian/.git-dpm
index edeaa6f,0000000..32a513a
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 28a7ee574bda14ebcd244eee1a8a54d61fadd644
- 28a7ee574bda14ebcd244eee1a8a54d61fadd644
- 28a7ee574bda14ebcd244eee1a8a54d61fadd644
- 28a7ee574bda14ebcd244eee1a8a54d61fadd644
- python-overpy_0.3.1.orig.tar.gz
- d5518a8ea831b4174450ff607f26c48a5b5ae039
- 13510
++65919d47375e8d7e3a5f56aa5eb4ea4ccc8ae83e
++65919d47375e8d7e3a5f56aa5eb4ea4ccc8ae83e
++65919d47375e8d7e3a5f56aa5eb4ea4ccc8ae83e
++65919d47375e8d7e3a5f56aa5eb4ea4ccc8ae83e
++python-overpy_0.4.orig.tar.gz
++949da853e9050433d7d6b2ff29aca351b0b0e5fb
++41571
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-overpy.git



More information about the Python-modules-commits mailing list