[Python-modules-commits] [dulwich] 03/07: Updated version 0.18.0 from 'upstream/0.18.0'

Jelmer Vernooij jelmer at moszumanska.debian.org
Mon Jul 31 01:38:55 UTC 2017


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

jelmer pushed a commit to branch master
in repository dulwich.

commit 4cc1f1d81eba4862084cb454f836886ca4c86873
Merge: 81d51d0 e82e290
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Mon Jul 31 01:22:14 2017 +0000

    Updated version 0.18.0 from 'upstream/0.18.0'
    
    with Debian dir a0a3b10ff15d18ddc357feada132d5e6df14950f

 .travis.yml                              |  45 ++-
 AUTHORS                                  | 137 ++++++++-
 Makefile                                 |   4 +
 NEWS                                     | 239 +++++++++-------
 PKG-INFO                                 |   9 +-
 README.md                                |  38 +++
 appveyor.yml                             |  91 +++++-
 bin/dulwich                              |  13 +
 docs/conf.py                             |  91 +++---
 docs/tutorial/file-format.txt            |   4 +-
 docs/tutorial/porcelain.txt              |   6 +
 docs/tutorial/remote.txt                 |   2 +-
 dulwich.egg-info/PKG-INFO                |   9 +-
 dulwich.egg-info/SOURCES.txt             |  22 +-
 dulwich/__init__.py                      |   2 +-
 dulwich/_diff_tree.c                     |  12 +-
 dulwich/_objects.c                       |  14 +-
 dulwich/_pack.c                          |  21 +-
 dulwich/archive.py                       |  12 +-
 dulwich/client.py                        | 191 ++++++++-----
 dulwich/config.py                        |  29 +-
 dulwich/contrib/paramiko_vendor.py       |   3 +-
 dulwich/contrib/swift.py                 |  15 +-
 dulwich/contrib/test_swift.py            |  28 +-
 dulwich/contrib/test_swift_smoke.py      |  18 +-
 dulwich/diff_tree.py                     |  26 +-
 dulwich/errors.py                        |  13 +-
 dulwich/fastexport.py                    |  51 ++--
 dulwich/file.py                          |  20 +-
 dulwich/ignore.py                        | 358 ++++++++++++++++++++++++
 dulwich/index.py                         |  57 +++-
 dulwich/log_utils.py                     |   3 +-
 dulwich/object_store.py                  |  76 ++---
 dulwich/objects.py                       | 105 ++++---
 dulwich/objectspec.py                    |  19 +-
 dulwich/pack.py                          | 110 ++++----
 dulwich/patch.py                         |  30 +-
 dulwich/porcelain.py                     | 270 +++++++++++++-----
 dulwich/protocol.py                      |  32 ++-
 dulwich/reflog.py                        |   8 +-
 dulwich/refs.py                          |  44 +--
 dulwich/repo.py                          |  61 +++--
 dulwich/server.py                        | 119 ++++----
 dulwich/tests/__init__.py                |  28 +-
 dulwich/tests/compat/__init__.py         |   1 +
 dulwich/tests/compat/server_utils.py     |  54 ++--
 dulwich/tests/compat/test_client.py      |  80 +++---
 dulwich/tests/compat/test_pack.py        |   1 +
 dulwich/tests/compat/test_repository.py  |  16 +-
 dulwich/tests/compat/test_server.py      |   8 +-
 dulwich/tests/compat/test_web.py         |  14 +-
 dulwich/tests/compat/utils.py            |   4 +-
 dulwich/tests/test_archive.py            |   1 -
 dulwich/tests/test_client.py             | 112 +++++---
 dulwich/tests/test_config.py             |  39 ++-
 dulwich/tests/test_diff_tree.py          | 132 +++++----
 dulwich/tests/test_fastexport.py         |  76 +++--
 dulwich/tests/test_greenthreads.py       |  23 +-
 dulwich/tests/test_ignore.py             | 260 ++++++++++++++++++
 dulwich/tests/test_index.py              | 114 ++++----
 dulwich/tests/test_lru_cache.py          |  57 ++--
 dulwich/tests/test_missing_obj_finder.py |  64 +++--
 dulwich/tests/test_object_store.py       |  51 ++--
 dulwich/tests/test_objects.py            | 123 +++++----
 dulwich/tests/test_objectspec.py         |  38 ++-
 dulwich/tests/test_pack.py               |  94 ++++---
 dulwich/tests/test_patch.py              | 134 +++++----
 dulwich/tests/test_porcelain.py          | 457 ++++++++++++++++++++++---------
 dulwich/tests/test_protocol.py           |  21 +-
 dulwich/tests/test_reflog.py             |  12 +-
 dulwich/tests/test_refs.py               |  40 ++-
 dulwich/tests/test_repository.py         | 243 +++++++++-------
 dulwich/tests/test_server.py             |  73 +++--
 dulwich/tests/test_walk.py               |  32 ++-
 dulwich/tests/test_web.py                |  34 ++-
 dulwich/tests/utils.py                   |  25 +-
 dulwich/walk.py                          |  36 +--
 dulwich/web.py                           |  28 +-
 setup.py                                 |  50 ++--
 79 files changed, 3452 insertions(+), 1580 deletions(-)

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



More information about the Python-modules-commits mailing list