[Python-modules-commits] [dulwich] branch upstream updated (50aa77c -> e82e290)

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


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

jelmer pushed a change to branch upstream
in repository dulwich.

      from  50aa77c   New upstream version 0.17.3
       new  e82e290   New upstream version 0.18.0

The 1 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:
 .travis.yml                              |   5 +-
 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             |   2 +
 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, 3419 insertions(+), 1553 deletions(-)
 create mode 100644 dulwich/ignore.py
 create mode 100644 dulwich/tests/test_ignore.py

-- 
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