1
0
forked from pool/python-pygit2

Accepting request 1004945 from home:coolo:branches:openSUSE:Factory

- Update to 1.10.1
  - Fix segfault in ``Signature`` repr
    `#1155 <https://github.com/libgit2/pygit2/pull/1155>`_
  - Linux and macOS wheels for Python 3.11
    `#1154 <https://github.com/libgit2/pygit2/pull/1154>`_
  - Upgrade to libgit2 1.5
  - Add support for ``GIT_OPT_GET_OWNER_VALIDATION`` and
    ``GIT_OPT_SET_OWNER_VALIDATION``
    `#1150 <https://github.com/libgit2/pygit2/pull/1150>`_
  - New ``untracked_files`` and ``ignored`` optional arguments for
    ``Repository.status(...)``
    `#1151 <https://github.com/libgit2/pygit2/pull/1151>`_
- Remove support-libgit-1.5.patch no longer needed

OBS-URL: https://build.opensuse.org/request/show/1004945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=70
This commit is contained in:
2022-09-20 12:05:41 +00:00
committed by Git OBS Bridge
parent 2792e03e4c
commit ca524fcc3d
5 changed files with 21 additions and 21 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 19 16:53:05 UTC 2022 - Stephan Kulow <coolo@suse.com>
- Update to 1.10.1
- Fix segfault in ``Signature`` repr
`#1155 <https://github.com/libgit2/pygit2/pull/1155>`_
- Linux and macOS wheels for Python 3.11
`#1154 <https://github.com/libgit2/pygit2/pull/1154>`_
- Upgrade to libgit2 1.5
- Add support for ``GIT_OPT_GET_OWNER_VALIDATION`` and
``GIT_OPT_SET_OWNER_VALIDATION``
`#1150 <https://github.com/libgit2/pygit2/pull/1150>`_
- New ``untracked_files`` and ``ignored`` optional arguments for
``Repository.status(...)``
`#1151 <https://github.com/libgit2/pygit2/pull/1151>`_
- Remove support-libgit-1.5.patch no longer needed
-------------------------------------------------------------------
Thu Jul 21 14:44:55 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>