[Python-modules-commits] [dulwich] branch master updated (6305dd2 -> 2dd55c3)

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Jul 3 19:47:05 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  6305dd2   releasing package dulwich version 0.13.0-1
       new  4f92803   Start on 0.14.0.
       new  44d6f44   Fix python3 compatibility in dulwich.greenthreads, enable travis testing. Fixes: #422
       new  cea092d   Also fix dulwich.test.test_greenthreads on python3.4.
       new  fa415c3   Add dependencies for running test_greenthreads and test_swift on python3.
       new  faa71b3   Disable gevent/greenlet for pypy.
       new  2341f7e   Remove unused ShaFile._make_sha.
       new  495b1f2   Remove deprecated _needs_parsing logic; never used.
       new  63d4383   updated the copy method of ShaFile to make sure that the id is always correct when it's copied
       new  9451655   Improve fix for ShaFile.id behaviour after as_raw_chunks.
       new  5f4fa70   Add support for $XDG_CONFIG_HOME/git/config and GIT_CONFIG_NOSYSTEM.
       new  331de72   Fix syntax for dulwich.config.StackedConfig.default_backends docstring.
       new  8c89e81   porcelain add and commit correctly
       new  5721a21   Update protocol.txt
       new  da1faf2   Fix markdown syntax for installation with pure mode.
       new  ea06b49   Fix tests when running in ASCII environment. (#433).
       new  15c8c50   file_like.encoding can be None.
       new  d558cb7   Presence in the index doesn't imply presence on disk.
       new  0e53006   Check refname/sha1 types.
       new  e557e76   Add parse_submodules function.
       new  9281acb   Fix python3 compatibility.
       new  c2b4f90   Fix a presumed typo, which breaks deleting refs.
       new  9cfc382   Properly set default tag times to now when unprovided.
       new  987cb6d   Fix ref parsing for refs with no left side.
       new  9d3d847   A test for default tag timing.
       new  c71bcc9   Add RefsContainer.follow() method. Addresses issue #438.
       new  42884f5   Use conditional set/remove to cope with race conditions.
       new  8ab05eb   Add test for pushing of ref deletes.
       new  9f1d79c   Allow ZERO_SHA to be used to mean 'ref should not exist'.
       new  239ac80   Add backwards compatibility wrapper for RefsContainer._follow.
       new  2f96306   Add some documentation.
       new  a8b36c9   Support removing refs from porcelain.push(). Fixes #437.
       new  5678e84   Stop magic protocol ref `capabilities^{}` from leaking out to users.
       new  ca6edf7   Fix some pyflakes warnings.
       new  c0ed501   Allow ZERO_SHA to mean 'does not exist' when setting/removing refs.
       new  4f34f1d   Release 0.14.0.
       new  8bb0011   Imported Upstream version 0.14.0
       new  53a382f   Merge tag 'upstream/0.14.0' into unstable
       new  99f6a1c   New upstream release.
       new  862351b   Drop patch 01_refs_unicode: applied upstream.
       new  011a5af   Fix my surname.
       new  89f8f15   Bump standards version to 3.9.8 (no changes).
       new  2dd55c3   releasing package dulwich version 0.14.0-1

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:
 .travis.yml                        |   6 +-
 MANIFEST.in                        |   2 +
 NEWS                               |  19 ++++++
 PKG-INFO                           |   2 +-
 README.md                          |   2 +-
 README.swift                       | 133 +++++++++++++++++++++++++++++++++++++
 debian/changelog                   |   8 +++
 debian/control                     |   4 +-
 debian/patches/01_refs_unicode     |  13 ----
 debian/patches/series              |   1 -
 docs/protocol.txt                  |   2 +-
 docs/tutorial/porcelain.txt        |   4 +-
 dulwich.egg-info/PKG-INFO          |   2 +-
 dulwich.egg-info/SOURCES.txt       |   2 +
 dulwich/__init__.py                |   2 +-
 dulwich/client.py                  |  41 +++++++++---
 dulwich/config.py                  |  36 +++++++---
 dulwich/contrib/paramiko_vendor.py |   1 -
 dulwich/index.py                   |   8 ++-
 dulwich/objects.py                 |  43 +-----------
 dulwich/objectspec.py              |   2 +-
 dulwich/porcelain.py               |  16 +++--
 dulwich/protocol.py                |   4 ++
 dulwich/refs.py                    |  53 ++++++++++-----
 dulwich/repo.py                    |   6 +-
 dulwich/server.py                  |  24 +++----
 dulwich/tests/compat/test_pack.py  |   1 -
 dulwich/tests/test_client.py       |  22 ++++--
 dulwich/tests/test_config.py       |  15 ++++-
 dulwich/tests/test_greenthreads.py |  14 ++--
 dulwich/tests/test_hooks.py        |   1 -
 dulwich/tests/test_objects.py      |  16 ++++-
 dulwich/tests/test_objectspec.py   |  10 +++
 dulwich/tests/test_porcelain.py    |  51 +++++++++++++-
 dulwich/tests/test_refs.py         |  18 +++--
 dulwich/tests/utils.py             |   1 -
 relicensing-apachev2.txt           |  23 +++++++
 setup.py                           |  15 ++---
 38 files changed, 460 insertions(+), 163 deletions(-)
 create mode 100644 README.swift
 delete mode 100644 debian/patches/01_refs_unicode
 create mode 100644 relicensing-apachev2.txt

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