[Python-modules-commits] [dulwich] branch master updated (fa506f0 -> 12f8dd7)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sat Jan 14 19:53:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
jelmer pushed a change to branch master
in repository dulwich.
from fa506f0 Update homepage to www.dulwich.io.
new e04de67 Start on 0.16.2.
new f2fcf99 Only run 'git worktree list' when it is available.
new dd038d7 add path filtering to WalkEntry.changes()
new 6f799ba Merge branch 'refine-changes' of https://github.com/dhellmann/dulwich
new 432721c Refactor repo opening in LocalGitClient.
new df5daae Fix dulwich.porcelain.ls_remote.
new 6676b7f Allow unicode or bytestring host paths in GitClient.
new 9785eb5 Exclude annotated tags when importing.
new 549cbc3 Filter out annotated tags during clone.
new 8cf1640 Add remote in dulwich.porcelain.clone.
new e80fd8b Ignore .idea directory (pycharm project settings)
new a073388 Document checkout param in dulwich.porcelain.clone
new a9531cf Fix failing test-cases on windows.
new 692be7d If honor_filemode is false, ignore filemode when
new a13b771 When initializing repo, probe file-system to determine
new 9182c40 Update NEWS file
new 5f8a005 Use os.path.normcase in dulwich.tests.compat.test_repository
new 2753d53 Add _determine_file_mode to SwiftRepo, always returns false.
new f1ab124 Some minor formatting fixes.
new 332e925 Fix NEWS updates for Koen's changes.
new cc263b7 Repo: enable "with" statement support for closing
new 57e015f Add credit for with statement change.
new 3e5ec54 #475: Unquoting credentials before passing them over to urllib2
new 8a3156f Add credits to NEWS.
new 9511201 Cope with submodules in build_index_from_tree.
new 539cd28 handle deleted files when getting unstaged changes
new 2bf196e Update NEWS.
new f7a549e Revert formatting change in index.py that breaks windows compatibility.
new c8ebff8 Check for existance of index file before opening pack.
new b8232bf Avoid useless write and file stats change #479
new aa4d6f6 Add test case for #479 #480
new 5a446a7 Use os.sync where possible.
new fb032c9 Update NEWS
new 6b936e5 Release 0.16.2.
new 5d7d8c1 New upstream version 0.16.2
new 44f1119 Merge tag 'upstream/0.16.2' into unstable
new a4c92e1 New upstream release.
new 7a51811 Drop upstream applied patch 'older-git'.
new 703e273 Drop (now unnecessary) workaround for #799485.
new c8c259c Allow conditional building against pypy.
new be0ceda Add autopkgtest for python3 testsuite.
new 12f8dd7 Disable pypy-dulwich build on architectures where pypy is not available (hurd-any, m68k, sh4, x32).
The 42 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:
NEWS | 58 ++++++++++++++-
PKG-INFO | 2 +-
debian/changelog | 8 +-
debian/control | 4 +-
debian/patches/older-git | 27 -------
debian/patches/series | 1 -
debian/rules | 21 ++++--
debian/tests/control | 6 +-
debian/tests/{testsuite => testsuite2} | 0
debian/tests/testsuite3 | 3 +
dulwich.egg-info/PKG-INFO | 2 +-
dulwich/__init__.py | 2 +-
dulwich/client.py | 43 +++++++----
dulwich/config.py | 4 +
dulwich/contrib/swift.py | 7 ++
dulwich/index.py | 56 ++++++++++----
dulwich/object_store.py | 7 +-
dulwich/porcelain.py | 26 ++++---
dulwich/refs.py | 7 +-
dulwich/repo.py | 55 +++++++++++++-
dulwich/server.py | 4 +-
dulwich/tests/compat/test_client.py | 25 +++----
dulwich/tests/compat/test_repository.py | 11 ++-
dulwich/tests/test_client.py | 34 ++++++++-
dulwich/tests/test_index.py | 116 +++++++++++++++++++++++++++--
dulwich/tests/test_porcelain.py | 40 +++++++---
dulwich/tests/test_refs.py | 5 +-
dulwich/tests/test_repository.py | 21 +++++-
dulwich/tests/test_server.py | 7 +-
dulwich/tests/test_walk.py | 126 ++++++++++++++++++++++++++++++++
dulwich/walk.py | 43 +++++++++--
setup.py | 2 +-
32 files changed, 637 insertions(+), 136 deletions(-)
delete mode 100644 debian/patches/older-git
rename debian/tests/{testsuite => testsuite2} (100%)
create mode 100755 debian/tests/testsuite3
--
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