[Python-modules-commits] [dulwich] branch upstream updated (e886e13 -> f19daa1)

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Dec 25 13:15:28 UTC 2016


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

jelmer pushed a change to branch upstream
in repository dulwich.

      from  e886e13   New upstream version 0.15.0
      adds  096fa9c   Start on 0.15.1.
      adds  fb9c1c2   Add md extension for nicer display on e.g. github.
      adds  76d6717   In porcelain, set default encoding to 'utf-8'.
      adds  a0e5917   Document encoding behaviour.
      adds  3ea005c   Fix examples on Python3.
      adds  eadd352   Fix porcelain.clone() on Python3.
      adds  8623232   # This is a combination of 8 commits. # This is the 1st commit message: Support linked working directories
      adds  cb613c7   Support linked working directories
      adds  69a7ee9   Some refactoring, simplifications.
      adds  9f15916   Update NEWS.
      adds  85417ce   Revert "Fix porcelain.clone() on Python3."
      adds  464d0e2   Fix Python3 compatibility and warnings during tests.
      adds  fa07121   Add GitClient.from_parsedurl() method.
      adds  1b69285   Update HTTPGitClient to allow user:passwd style urls.
      adds  37b44be   Move HttpGitCLient-specific password handling to that class.
      adds  364bd81   Update NEWS.
      adds  5b174e9   Tests for username:passwd style urls in HttpGitClient
      adds  f62b712   Fix http auth tests to avoid introducing new dependency on mock.
      adds  8900e9c   contribution that returns latest tags
      adds  dc16966   update module docstring
      adds  7539725   change filename to robotic_releases.py
      adds  f359e5f   change name to release_robot
      adds  39f3605   improve pattern for no leading or trailing text
      adds  99b1cd6   Merge branch 'mikofski/versioneer'
      adds  d936d63   Improve release_robot formatting.
      adds  2d6e771   Add main() function to release_robot.
      adds  17e5215   Add NEWS entry about release_robot.
      adds  ac7505b   Use blobs rather than content strings in patch.
      adds  4c82345   Add Blob.splitlines.
      adds  4837b3c   Avoid regenerating full blob in Blob.splitlines.
      adds  66ed19b   Add a very simple help command.
      adds  c7205cc   Support paths argument to 'dulwich log'.
      adds  e584adb   Only show committer if it is different from author.
      adds  9d669cb   Include time in log/show output.
      adds  c403185   Fix handling of Commit.tree being set to an actual Tree rather than a Tree id.
      adds  477a6a8   Pass --reverse argument on in porcelain.
      adds  a4326ca   Add --name-status argument to porcelain.log.
      adds  4936321   Fix tests on python3.
      adds  3375562   Return refs from LocalGitClient.fetch_pack().
      adds  d75a1de   Fix handling of unknown URL schemes in get_transport_and_path. (#465).
      adds  792bd48   Fix python3 build
      adds  ca8892b   Add constant for default ref.
      adds  9371c86   Clarify argument to ObjectStore.add_objects().
      adds  813fd9d   Correct add_objects docstrings.
      adds  8d3ba09   Fix porcelain.reset to not ignore committish argument.
      adds  fe54e04   Fix formatting in NEWS.
      adds  146afde   Dulwich 0.16.0.
      adds  f19daa1   New upstream version 0.16.0

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING                            |  52 -------------
 NEWS                                    |  35 +++++++++
 PKG-INFO                                |   2 +-
 README.swift                            | 133 --------------------------------
 bin/dulwich                             |  41 ++++++++--
 docs/tutorial/encoding.txt              |  26 +++++++
 docs/tutorial/index.txt                 |   1 +
 dulwich.egg-info/PKG-INFO               |   2 +-
 dulwich.egg-info/SOURCES.txt            |   4 +-
 dulwich/__init__.py                     |   2 +-
 dulwich/client.py                       |  70 ++++++++++++++---
 dulwich/contrib/release_robot.py        | 110 ++++++++++++++++++++++++++
 dulwich/object_store.py                 |   7 +-
 dulwich/objects.py                      |  29 ++++++-
 dulwich/patch.py                        |  14 ++--
 dulwich/porcelain.py                    |  78 ++++++++++++++++---
 dulwich/refs.py                         |  10 ++-
 dulwich/repo.py                         |  89 ++++++++++++++++++---
 dulwich/tests/compat/test_client.py     |   2 +-
 dulwich/tests/compat/test_repository.py |  90 ++++++++++++++++++++-
 dulwich/tests/test_client.py            |  81 ++++++++++++++++++-
 dulwich/tests/test_objects.py           |  26 +++++++
 dulwich/tests/test_porcelain.py         |  26 ++++++-
 dulwich/tests/test_repository.py        |  26 +++++++
 examples/diff.py                        |   5 +-
 examples/latest_change.py               |   4 +-
 setup.py                                |   2 +-
 27 files changed, 714 insertions(+), 253 deletions(-)
 delete mode 100644 CONTRIBUTING
 delete mode 100644 README.swift
 create mode 100644 docs/tutorial/encoding.txt
 create mode 100644 dulwich/contrib/release_robot.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