Skip to content

Commit

Permalink
py-pygit2: update to 0.26.0
Browse files Browse the repository at this point in the history
0.26.0 (2017-07-06)
-------------------------

- Update to libgit2 v0.26
  `#713 <https://github.com/libgit2/pygit2/pull/713>`_

- Drop support for Python 3.2, add support for cffi 1.10
  `#706 <https://github.com/libgit2/pygit2/pull/706>`_
  `#694 <https://github.com/libgit2/pygit2/issues/694>`_

- New ``Repository.revert_commit(...)``
  `#711 <https://github.com/libgit2/pygit2/pull/711>`_
  `#710 <https://github.com/libgit2/pygit2/issues/710>`_

- New ``Branch.is_checked_out()``
  `#696 <https://github.com/libgit2/pygit2/pull/696>`_

- Various fixes
  `#706 <https://github.com/libgit2/pygit2/pull/706>`_
  `#707 <https://github.com/libgit2/pygit2/pull/707>`_
  `#708 <https://github.com/libgit2/pygit2/pull/708>`_

0.25.1 (2017-04-25)
-------------------------

- Add suport for Python 3.6

- New support for stash: repository methods ``stash``, ``stash_apply``,
  ``stash_drop`` and ``stash_pop``
  `#695 <https://github.com/libgit2/pygit2/pull/695>`_

- Improved support for submodules: new repository methods ``init_submodules``
  and ``update_submodules``
  `#692 <https://github.com/libgit2/pygit2/pull/692>`_

- New friendlier API for branches & references: ``Repository.branches`` and
  ``Repository.references``
  `#700 <https://github.com/libgit2/pygit2/pull/700>`_
  `#701 <https://github.com/libgit2/pygit2/pull/701>`_

- New support for custom backends
  `#690 <https://github.com/libgit2/pygit2/pull/690>`_

- Fix ``init_repository`` crash on None input
  `#688 <https://github.com/libgit2/pygit2/issues/688>`_
  `#697 <https://github.com/libgit2/pygit2/pull/697>`_

- Fix checkout with an orphan master branch
  `#669 <https://github.com/libgit2/pygit2/issues/669>`_
  `#685 <https://github.com/libgit2/pygit2/pull/685>`_

- Better error messages for opening repositories
  `#645 <https://github.com/libgit2/pygit2/issues/645>`_
  `#698 <https://github.com/libgit2/pygit2/pull/698>`_
  • Loading branch information
0-wiz-0 committed Aug 14, 2017
1 parent b416aa0 commit 85897dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Suggested package updates
o py-PyPE-2.9
o py-bitstring-3.1.3
o py-kivy-1.9.1
o py-pygit2-0.26.0
o py-rpyc-3.2.1
o py-smmap2-2.0.3
o py-smop-0.29
Expand Down
5 changes: 1 addition & 4 deletions py-pygit2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2014/12/04 23:44:45 othyro Exp $

DISTNAME= pygit2-0.25.0
DISTNAME= pygit2-0.26.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
Expand All @@ -16,9 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six

USE_LANGUAGES= c

# core dump during self tests:
# https://github.com/libgit2/pygit2/issues/668

.include "../../devel/libgit2/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions py-pygit2/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2014/12/04 23:44:45 othyro Exp $

SHA1 (pygit2-0.25.0.tar.gz) = 796b94b770701af4459e31007b5ce265c189cee5
RMD160 (pygit2-0.25.0.tar.gz) = 72703e9acfa3ad33c48c1d62e99583a6ff7a443c
SHA512 (pygit2-0.25.0.tar.gz) = 44f94869718111acbd4ad41bc4c37ac66557e979241dd5a7bb080cf091fec3fc3d5aa53a8a84eb37b2e6f89518b2ac69d058e1970b7cf98c35b8375807fd8f86
Size (pygit2-0.25.0.tar.gz) = 472116 bytes
SHA1 (pygit2-0.26.0.tar.gz) = 6187b1275ea0342be329d6c92420657b284c400a
RMD160 (pygit2-0.26.0.tar.gz) = 6b63501cae779ebc4e04d2e6673b4f07c853c5cf
SHA512 (pygit2-0.26.0.tar.gz) = e8626712a3b75aced14997dda0155f5c7be9a7e0e43aeb2c767c848fcbe711780137f663cc9ad5268cd85e2c61fd40be6853573f68b457cd5d46d6c32a644076
Size (pygit2-0.26.0.tar.gz) = 457263 bytes

0 comments on commit 85897dc

Please sign in to comment.