[Python-modules-commits] [dulwich] branch master updated (4ac8039 -> 8cd6ff0)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Dec 25 13:15:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a change to branch master
in repository dulwich.
from 4ac8039 releasing package dulwich version 0.15.0-1
new 096fa9c Start on 0.15.1.
new fb9c1c2 Add md extension for nicer display on e.g. github.
new 76d6717 In porcelain, set default encoding to 'utf-8'.
new a0e5917 Document encoding behaviour.
new 3ea005c Fix examples on Python3.
new eadd352 Fix porcelain.clone() on Python3.
new 8623232 # This is a combination of 8 commits. # This is the 1st commit message: Support linked working directories
new cb613c7 Support linked working directories
new 69a7ee9 Some refactoring, simplifications.
new 9f15916 Update NEWS.
new 85417ce Revert "Fix porcelain.clone() on Python3."
new 464d0e2 Fix Python3 compatibility and warnings during tests.
new fa07121 Add GitClient.from_parsedurl() method.
new 1b69285 Update HTTPGitClient to allow user:passwd style urls.
new 37b44be Move HttpGitCLient-specific password handling to that class.
new 364bd81 Update NEWS.
new 5b174e9 Tests for username:passwd style urls in HttpGitClient
new f62b712 Fix http auth tests to avoid introducing new dependency on mock.
new 8900e9c contribution that returns latest tags
new dc16966 update module docstring
new 7539725 change filename to robotic_releases.py
new f359e5f change name to release_robot
new 39f3605 improve pattern for no leading or trailing text
new 99b1cd6 Merge branch 'mikofski/versioneer'
new d936d63 Improve release_robot formatting.
new 2d6e771 Add main() function to release_robot.
new 17e5215 Add NEWS entry about release_robot.
new ac7505b Use blobs rather than content strings in patch.
new 4c82345 Add Blob.splitlines.
new 4837b3c Avoid regenerating full blob in Blob.splitlines.
new 66ed19b Add a very simple help command.
new c7205cc Support paths argument to 'dulwich log'.
new e584adb Only show committer if it is different from author.
new 9d669cb Include time in log/show output.
new c403185 Fix handling of Commit.tree being set to an actual Tree rather than a Tree id.
new 477a6a8 Pass --reverse argument on in porcelain.
new a4326ca Add --name-status argument to porcelain.log.
new 4936321 Fix tests on python3.
new 3375562 Return refs from LocalGitClient.fetch_pack().
new d75a1de Fix handling of unknown URL schemes in get_transport_and_path. (#465).
new 792bd48 Fix python3 build
new ca8892b Add constant for default ref.
new 9371c86 Clarify argument to ObjectStore.add_objects().
new 813fd9d Correct add_objects docstrings.
new 8d3ba09 Fix porcelain.reset to not ignore committish argument.
new fe54e04 Fix formatting in NEWS.
new 146afde Dulwich 0.16.0.
new f19daa1 New upstream version 0.16.0
new 0122b6d Merge tag 'upstream/0.16.0' into unstable
new 002c0a9 New upstream release.
new 8cd6ff0 releasing package dulwich version 0.16.0-1
The 51 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:
CONTRIBUTING | 52 -------------
NEWS | 35 +++++++++
PKG-INFO | 2 +-
README.swift | 133 --------------------------------
bin/dulwich | 41 ++++++++--
debian/changelog | 6 ++
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 +-
28 files changed, 720 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