pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pygit2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar  1 11:08:11 UTC 2020

Modified Files:
        pkgsrc/devel/py-pygit2: Makefile PLIST distinfo

Log Message:
py-pygit2: Update to 1.1.0

1.1.0 (2020-03-01)
-------------------------

- Upgrade to libgit2 0.99
  `#959 <https://github.com/libgit2/pygit2/pull/959>`_

- Continued work on custom odb backends
  `#948 <https://github.com/libgit2/pygit2/pull/948>`_

- New ``Diff.patchid`` getter
  `#960 <https://github.com/libgit2/pygit2/pull/960>`_
  `#877 <https://github.com/libgit2/pygit2/issues/877>`_

- New ``settings.disable_pack_keep_file_checks(...)``
  `#908 <https://github.com/libgit2/pygit2/pull/908>`_

- New ``GIT_DIFF_`` and ``GIT_DELTA_`` constants
  `#738 <https://github.com/libgit2/pygit2/issues/738>`_

- Fix crash in iteration of config entries
  `#970 <https://github.com/libgit2/pygit2/issues/970>`_

- Travis: fix printing features when building Linux wheels
  `#977 <https://github.com/libgit2/pygit2/pull/977>`_

- Move ``_pygit2`` to ``pygit2._pygit2``
  `#978 <https://github.com/libgit2/pygit2/pull/978>`_

Requirements changes:

- Now libgit2 0.99 is required
- New requirement: cached-property

Breaking changes:

- In the rare case you're directly importing the low level ``_pygit2``, the
  import has changed::

    # Before
    import _pygit2

    # Now
    from pygit2 import _pygit2


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pygit2/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pygit2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pygit2/Makefile
diff -u pkgsrc/devel/py-pygit2/Makefile:1.11 pkgsrc/devel/py-pygit2/Makefile:1.12
--- pkgsrc/devel/py-pygit2/Makefile:1.11        Sat Feb 29 11:47:09 2020
+++ pkgsrc/devel/py-pygit2/Makefile     Sun Mar  1 11:08:11 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2020/02/29 11:47:09 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/01 11:08:11 nia Exp $
 
-DISTNAME=      pygit2-1.0.3
+DISTNAME=      pygit2-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}
 

Index: pkgsrc/devel/py-pygit2/PLIST
diff -u pkgsrc/devel/py-pygit2/PLIST:1.4 pkgsrc/devel/py-pygit2/PLIST:1.5
--- pkgsrc/devel/py-pygit2/PLIST:1.4    Sat Jan 11 16:20:56 2020
+++ pkgsrc/devel/py-pygit2/PLIST        Sun Mar  1 11:08:11 2020
@@ -1,30 +1,48 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/11 16:20:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/03/01 11:08:11 nia Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/_pygit2.so
 ${PYSITELIB}/pygit2/__init__.py
-${PYSITELIB}/pygit2/__init__.pyc
 ${PYSITELIB}/pygit2/__init__.pyo
-${PYSITELIB}/pygit2/_build.py
-${PYSITELIB}/pygit2/_build.pyc
+${PYSITELIB}/pygit2/__init__.pyc
 ${PYSITELIB}/pygit2/_build.pyo
+${PYSITELIB}/pygit2/_build.pyc
+${PYSITELIB}/pygit2/_run.pyo
+${PYSITELIB}/pygit2/_run.pyc
+${PYSITELIB}/pygit2/blame.pyo
+${PYSITELIB}/pygit2/blame.pyc
+${PYSITELIB}/pygit2/config.pyo
+${PYSITELIB}/pygit2/config.pyc
+${PYSITELIB}/pygit2/credentials.pyo
+${PYSITELIB}/pygit2/credentials.pyc
+${PYSITELIB}/pygit2/errors.pyo
+${PYSITELIB}/pygit2/errors.pyc
+${PYSITELIB}/pygit2/ffi.pyo
+${PYSITELIB}/pygit2/ffi.pyc
+${PYSITELIB}/pygit2/index.pyo
+${PYSITELIB}/pygit2/index.pyc
+${PYSITELIB}/pygit2/refspec.pyo
+${PYSITELIB}/pygit2/refspec.pyc
+${PYSITELIB}/pygit2/remote.pyo
+${PYSITELIB}/pygit2/remote.pyc
+${PYSITELIB}/pygit2/repository.pyo
+${PYSITELIB}/pygit2/repository.pyc
+${PYSITELIB}/pygit2/settings.pyo
+${PYSITELIB}/pygit2/settings.pyc
+${PYSITELIB}/pygit2/submodule.pyo
+${PYSITELIB}/pygit2/submodule.pyc
+${PYSITELIB}/pygit2/utils.pyo
+${PYSITELIB}/pygit2/utils.pyc
+${PYSITELIB}/pygit2/_build.py
 ${PYSITELIB}/pygit2/_libgit2.abi3.so
+${PYSITELIB}/pygit2/_pygit2.so
 ${PYSITELIB}/pygit2/_run.py
-${PYSITELIB}/pygit2/_run.pyc
-${PYSITELIB}/pygit2/_run.pyo
 ${PYSITELIB}/pygit2/blame.py
-${PYSITELIB}/pygit2/blame.pyc
-${PYSITELIB}/pygit2/blame.pyo
 ${PYSITELIB}/pygit2/config.py
-${PYSITELIB}/pygit2/config.pyc
-${PYSITELIB}/pygit2/config.pyo
 ${PYSITELIB}/pygit2/credentials.py
-${PYSITELIB}/pygit2/credentials.pyc
-${PYSITELIB}/pygit2/credentials.pyo
 ${PYSITELIB}/pygit2/decl/attr.h
 ${PYSITELIB}/pygit2/decl/blame.h
 ${PYSITELIB}/pygit2/decl/buffer.h
@@ -37,6 +55,7 @@ ${PYSITELIB}/pygit2/decl/diff.h
 ${PYSITELIB}/pygit2/decl/errors.h
 ${PYSITELIB}/pygit2/decl/graph.h
 ${PYSITELIB}/pygit2/decl/index.h
+${PYSITELIB}/pygit2/decl/indexer.h
 ${PYSITELIB}/pygit2/decl/merge.h
 ${PYSITELIB}/pygit2/decl/net.h
 ${PYSITELIB}/pygit2/decl/oid.h
@@ -52,29 +71,11 @@ ${PYSITELIB}/pygit2/decl/submodule.h
 ${PYSITELIB}/pygit2/decl/transport.h
 ${PYSITELIB}/pygit2/decl/types.h
 ${PYSITELIB}/pygit2/errors.py
-${PYSITELIB}/pygit2/errors.pyc
-${PYSITELIB}/pygit2/errors.pyo
 ${PYSITELIB}/pygit2/ffi.py
-${PYSITELIB}/pygit2/ffi.pyc
-${PYSITELIB}/pygit2/ffi.pyo
 ${PYSITELIB}/pygit2/index.py
-${PYSITELIB}/pygit2/index.pyc
-${PYSITELIB}/pygit2/index.pyo
 ${PYSITELIB}/pygit2/refspec.py
-${PYSITELIB}/pygit2/refspec.pyc
-${PYSITELIB}/pygit2/refspec.pyo
 ${PYSITELIB}/pygit2/remote.py
-${PYSITELIB}/pygit2/remote.pyc
-${PYSITELIB}/pygit2/remote.pyo
 ${PYSITELIB}/pygit2/repository.py
-${PYSITELIB}/pygit2/repository.pyc
-${PYSITELIB}/pygit2/repository.pyo
 ${PYSITELIB}/pygit2/settings.py
-${PYSITELIB}/pygit2/settings.pyc
-${PYSITELIB}/pygit2/settings.pyo
 ${PYSITELIB}/pygit2/submodule.py
-${PYSITELIB}/pygit2/submodule.pyc
-${PYSITELIB}/pygit2/submodule.pyo
 ${PYSITELIB}/pygit2/utils.py
-${PYSITELIB}/pygit2/utils.pyc
-${PYSITELIB}/pygit2/utils.pyo

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.9 pkgsrc/devel/py-pygit2/distinfo:1.10
--- pkgsrc/devel/py-pygit2/distinfo:1.9 Tue Feb 18 11:32:43 2020
+++ pkgsrc/devel/py-pygit2/distinfo     Sun Mar  1 11:08:11 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/02/18 11:32:43 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/03/01 11:08:11 nia Exp $
 
-SHA1 (pygit2-1.0.3.tar.gz) = 4a784d30429a4cd342f81b787abcdedf7b12bc74
-RMD160 (pygit2-1.0.3.tar.gz) = 009fdb2e5ccab838f7dc4e10c3435fb0b20df9fc
-SHA512 (pygit2-1.0.3.tar.gz) = debf4018e6daa938f44cf22f2acec1f850156e30ac44052e2edb8257f86a60453428356851cc495ae234df9cdbee922a6a7ad7886c9a6e3746b7315c71f0a3df
-Size (pygit2-1.0.3.tar.gz) = 501720 bytes
+SHA1 (pygit2-1.1.0.tar.gz) = 97e0024de5e2777f35dcea8744992ed6e57562e6
+RMD160 (pygit2-1.1.0.tar.gz) = 76450983e0b0537d100465a4f8c80d60faae0b16
+SHA512 (pygit2-1.1.0.tar.gz) = ee4391dbc3df3450e0630fa521a16913247d6757498b957a06698d56205bca3d8656ad3463d9ed49b8a2d5ff77315363d9341361acfcc09badab19c51c55d9a3
+Size (pygit2-1.1.0.tar.gz) = 2992715 bytes



Home | Main Index | Thread Index | Old Index