pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pygit2 py-pygit2: update to 0.27.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ac0c397e0d6
branches:  trunk
changeset: 315936:7ac0c397e0d6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 01 20:23:35 2018 +0000

description:
py-pygit2: update to 0.27.2.

0.27.2 (2018-09-16)
-------------------------

- Add support for Python 3.7
  `#809 <https://github.com/libgit2/pygit2/issues/809>`_

- New ``Object.short_id``
  `#799 <https://github.com/libgit2/pygit2/issues/799>`_
  `#806 <https://github.com/libgit2/pygit2/pull/806>`_
  `#807 <https://github.com/libgit2/pygit2/pull/807>`_

- New ``Repository.descendant_of`` and ``Repository.branches.with_commit``
  `#815 <https://github.com/libgit2/pygit2/issues/815>`_
  `#816 <https://github.com/libgit2/pygit2/pull/816>`_

- Fix repository initialization in ``clone_repository(...)``
  `#818 <https://github.com/libgit2/pygit2/issues/818>`_

- Fix several warnings and errors, commits
  `cd896ddc <https://github.com/libgit2/pygit2/commit/cd896ddc>`_
  and
  `dfa536a3 <https://github.com/libgit2/pygit2/commit/dfa536a3>`_

- Documentation fixes and improvements
  `#805 <https://github.com/libgit2/pygit2/pull/805>`_
  `#808 <https://github.com/libgit2/pygit2/pull/808>`_


0.27.1 (2018-06-02)
-------------------------

Breaking changes:

- Now ``discover_repository`` returns ``None`` if repository not found, instead
  of raising ``KeyError``
  `#531 <https://github.com/libgit2/pygit2/issues/531>`_

Other changes:

- New ``DiffLine.raw_content``
  `#610 <https://github.com/libgit2/pygit2/issues/610>`_

- Fix tests failing in some cases
  `#795 <https://github.com/libgit2/pygit2/issues/795>`_

- Automatize wheels upload to pypi
  `#563 <https://github.com/libgit2/pygit2/issues/563>`_

diffstat:

 devel/py-pygit2/Makefile |   4 ++--
 devel/py-pygit2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r fe49e6dcb805 -r 7ac0c397e0d6 devel/py-pygit2/Makefile
--- a/devel/py-pygit2/Makefile  Sat Dec 01 20:18:29 2018 +0000
+++ b/devel/py-pygit2/Makefile  Sat Dec 01 20:23:35 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/06/05 18:48:52 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/01 20:23:35 wiz Exp $
 
-DISTNAME=      pygit2-0.27.1
+DISTNAME=      pygit2-0.27.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}
diff -r fe49e6dcb805 -r 7ac0c397e0d6 devel/py-pygit2/distinfo
--- a/devel/py-pygit2/distinfo  Sat Dec 01 20:18:29 2018 +0000
+++ b/devel/py-pygit2/distinfo  Sat Dec 01 20:23:35 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/06/05 18:48:52 wiz Exp $
+$NetBSD: distinfo,v 1.4 2018/12/01 20:23:35 wiz Exp $
 
-SHA1 (pygit2-0.27.1.tar.gz) = c5c3e4bdf6be4d2fad8dbec4e0c117b7f31b541f
-RMD160 (pygit2-0.27.1.tar.gz) = 71fe930986096bd81c67a50414a81c9cb36d1003
-SHA512 (pygit2-0.27.1.tar.gz) = 9d889c13ad55e6c65e24b334f114f7d23b90961ae21c5b1f7bd8d85d44686f7ee8e98c13026c612c9a5feb500a54cf77bfa1e2bd165c657b58d879511622e6f7
-Size (pygit2-0.27.1.tar.gz) = 477820 bytes
+SHA1 (pygit2-0.27.2.tar.gz) = 17ea8948c159f09d03843b4e7e849394a796c909
+RMD160 (pygit2-0.27.2.tar.gz) = 8bffe7c2a3c580e259053de0848c8d333048b1d0
+SHA512 (pygit2-0.27.2.tar.gz) = f6578a3694babe7837a5ccc4c99e2fa1827b5f67815f2cac6f3b3d0498d94a0ffeb55d3c6e9c9417d47ecbf0ad9a10302e3b59ea0d2e9eec6d9da8426b10175b
+Size (pygit2-0.27.2.tar.gz) = 477237 bytes



Home | Main Index | Thread Index | Old Index