pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-dulwich Updated py-dulwich to 0.13.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a5cc0bd9adf
branches:  trunk
changeset: 348060:6a5cc0bd9adf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 06 12:01:00 2016 +0000

description:
Updated py-dulwich to 0.13.0.

0.13.0  2016-04-24

 IMPROVEMENTS

  * Support `ssh://` URLs in get_transport_and_path_from_url().
    (Jelmer Vernooij, #402)

  * Support missing empty line after headers in Git commits and tags.
    (Nicolas Dandrimont, #413)

  * Fix `dulwich.porcelain.status` when used in empty trees.
    (Jelmer Vernooij, #415)

  * Return copies of objects in MemoryObjectStore rather than
    references, making the behaviour more consistent with that of
    DiskObjectStore. (F?lix Mattrat, Jelmer Vernooij)

  * Fix ``dulwich.web`` on Python3. (#295, Jonas Haag)

 CHANGES

  * Drop support for Python 2.6.

  * Fix python3 client web support. (Jelmer Vernooij)

 BUG FIXES

  * Fix hang on Gzip decompression. (Jonas Haag)

  * Don't rely on working tell() and seek() methods
    on wsgi.input. (Jonas Haag)

  * Support fastexport/fastimport functionality on python3 with newer
    versions of fastimport (>= 0.9.5). (Jelmer Vernooij, F?lix Mattrat)

0.12.0  2015-12-13

 IMPROVEMENTS

  * Add a `dulwich.archive` module that can create tarballs.
    Based on code from Jonas Haag in klaus.

  * Add a `dulwich.reflog` module for reading and writing reflogs.
    (Jelmer Vernooij)

  * Fix handling of ambiguous refs in `parse_ref` to make
    it match the behaviour described in https://git-scm.com/docs/gitrevisions.
    (Chris Bunney)

  * Support Python3 in C modules. (Lele Gaifax)

 BUG FIXES

  * Simplify handling of SSH command invocation.
    Fixes quoting of paths. Thanks, Thomas Liebetraut. (#384)

  * Fix inconsistent handling of trailing slashes for DictRefsContainer. (#383)

  * Add hack to support thin packs duing fetch(), albeit while requiring the
    entire pack file to be loaded into memory. (jsbain)

 CHANGES

  * This will be the last release to support Python 2.6.

diffstat:

 devel/py-dulwich/Makefile |   4 ++--
 devel/py-dulwich/PLIST    |  19 ++++++++++++++-----
 devel/py-dulwich/distinfo |  10 +++++-----
 3 files changed, 21 insertions(+), 12 deletions(-)

diffs (98 lines):

diff -r 034228496282 -r 6a5cc0bd9adf devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Mon Jun 06 11:58:18 2016 +0000
+++ b/devel/py-dulwich/Makefile Mon Jun 06 12:01:00 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/11/11 11:53:11 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/06 12:01:00 wiz Exp $
 
-DISTNAME=      dulwich-0.11.2
+DISTNAME=      dulwich-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}
diff -r 034228496282 -r 6a5cc0bd9adf devel/py-dulwich/PLIST
--- a/devel/py-dulwich/PLIST    Mon Jun 06 11:58:18 2016 +0000
+++ b/devel/py-dulwich/PLIST    Mon Jun 06 12:01:00 2016 +0000
@@ -1,32 +1,32 @@
-@comment $NetBSD: PLIST,v 1.7 2015/11/11 11:53:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/06/06 12:01:00 wiz Exp $
 bin/dul-receive-pack
 bin/dul-upload-pack
 bin/dulwich
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/docs/tutorial/conclusion.txt
 ${PYSITELIB}/docs/tutorial/file-format.txt
 ${PYSITELIB}/docs/tutorial/index.txt
 ${PYSITELIB}/docs/tutorial/introduction.txt
 ${PYSITELIB}/docs/tutorial/object-store.txt
+${PYSITELIB}/docs/tutorial/porcelain.txt
 ${PYSITELIB}/docs/tutorial/remote.txt
 ${PYSITELIB}/docs/tutorial/repo.txt
 ${PYSITELIB}/docs/tutorial/tag.txt
 ${PYSITELIB}/dulwich/__init__.py
 ${PYSITELIB}/dulwich/__init__.pyc
 ${PYSITELIB}/dulwich/__init__.pyo
-${PYSITELIB}/dulwich/_compat.py
-${PYSITELIB}/dulwich/_compat.pyc
-${PYSITELIB}/dulwich/_compat.pyo
 ${PYSITELIB}/dulwich/_diff_tree.c
 ${PYSITELIB}/dulwich/_diff_tree.so
 ${PYSITELIB}/dulwich/_objects.c
 ${PYSITELIB}/dulwich/_objects.so
 ${PYSITELIB}/dulwich/_pack.c
 ${PYSITELIB}/dulwich/_pack.so
+${PYSITELIB}/dulwich/archive.py
+${PYSITELIB}/dulwich/archive.pyc
+${PYSITELIB}/dulwich/archive.pyo
 ${PYSITELIB}/dulwich/client.py
 ${PYSITELIB}/dulwich/client.pyc
 ${PYSITELIB}/dulwich/client.pyo
@@ -96,6 +96,9 @@
 ${PYSITELIB}/dulwich/protocol.py
 ${PYSITELIB}/dulwich/protocol.pyc
 ${PYSITELIB}/dulwich/protocol.pyo
+${PYSITELIB}/dulwich/reflog.py
+${PYSITELIB}/dulwich/reflog.pyc
+${PYSITELIB}/dulwich/reflog.pyo
 ${PYSITELIB}/dulwich/refs.py
 ${PYSITELIB}/dulwich/refs.pyc
 ${PYSITELIB}/dulwich/refs.pyo
@@ -215,6 +218,9 @@
 ${PYSITELIB}/dulwich/tests/data/repos/submodule/dotgit
 ${PYSITELIB}/dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023
 ${PYSITELIB}/dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
+${PYSITELIB}/dulwich/tests/test_archive.py
+${PYSITELIB}/dulwich/tests/test_archive.pyc
+${PYSITELIB}/dulwich/tests/test_archive.pyo
 ${PYSITELIB}/dulwich/tests/test_blackbox.py
 ${PYSITELIB}/dulwich/tests/test_blackbox.pyc
 ${PYSITELIB}/dulwich/tests/test_blackbox.pyo
@@ -272,6 +278,9 @@
 ${PYSITELIB}/dulwich/tests/test_protocol.py
 ${PYSITELIB}/dulwich/tests/test_protocol.pyc
 ${PYSITELIB}/dulwich/tests/test_protocol.pyo
+${PYSITELIB}/dulwich/tests/test_reflog.py
+${PYSITELIB}/dulwich/tests/test_reflog.pyc
+${PYSITELIB}/dulwich/tests/test_reflog.pyo
 ${PYSITELIB}/dulwich/tests/test_refs.py
 ${PYSITELIB}/dulwich/tests/test_refs.pyc
 ${PYSITELIB}/dulwich/tests/test_refs.pyo
diff -r 034228496282 -r 6a5cc0bd9adf devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Mon Jun 06 11:58:18 2016 +0000
+++ b/devel/py-dulwich/distinfo Mon Jun 06 12:01:00 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/11 11:53:11 wiz Exp $
+$NetBSD: distinfo,v 1.10 2016/06/06 12:01:00 wiz Exp $
 
-SHA1 (dulwich-0.11.2.tar.gz) = 488b8012c0fc49e020e7da0053d16d8c50e3a061
-RMD160 (dulwich-0.11.2.tar.gz) = d9b75036a3c099de4939eb3cc7012cc48d28e53b
-SHA512 (dulwich-0.11.2.tar.gz) = c197a0a6777e2cc946a43b484455f3d7e8aa9df099bb0c14c03e655fbbbbe28243c1166a5f0df205a4171432d4eca409beafccf16c952c70153dd1f4534a8fcb
-Size (dulwich-0.11.2.tar.gz) = 290404 bytes
+SHA1 (dulwich-0.13.0.tar.gz) = a1211d8e42904a3477098458d5cd870c46313abc
+RMD160 (dulwich-0.13.0.tar.gz) = 3847e991c4a95e563430b36a526bd84c997a9400
+SHA512 (dulwich-0.13.0.tar.gz) = 5d62f81f45701c4e543483c89db696295b8c6aff413fa595a704b27421d5e0a99132a5c19c9b5511f96261c6a2c7d96e269ce9da526dec001b9a2fbc41413812
+Size (dulwich-0.13.0.tar.gz) = 289213 bytes



Home | Main Index | Thread Index | Old Index