1
0
forked from pool/python-pygit2

Compare commits

..

6 Commits

Author SHA256 Message Date
a5914906ea Merge pull request 'update_to_1.17.0' (#3) from mcepl/python-pygit2:update_to_1.17.0 into factory 2025-02-04 09:51:21 +01:00
d67fc87079
Remove upstreamed const-parents.patch. 2025-01-29 14:53:03 +01:00
Markéta Calábková
b0fca1d393
update to 1.17.0 2025-01-28 12:40:31 +01:00
c0760b117f Merge pull request 'Update to 1.16.0' (#2) from mcepl/python-pygit2:factory into factory 2024-11-05 15:42:17 +01:00
8f774c3b9f
Update to 1.16.0:
- Add support for Python 3.13
  - Drop support for Python 3.9
  - New Repository.hashfile(...)
  - New Option.GET_MWINDOW_FILE_LIMIT and
    Option.SET_MWINDOW_FILE_LIMIT
  - Fix overriding certificate_check(...) callback via argument
    to RemoteCallbacks(...)
  - Add py.typed
  - Fix discover_repository(...) annotation
Add const-parents.patch to fix FTBFS (gh#libgit2/pygit2!1324).
2024-11-05 12:32:54 +01:00
288f56c161
Ignore _scmsync.obsinfo 2024-09-24 12:21:18 +02:00

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Wed Mar 6 00:36:13 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Drop %if section in %prep. Patches were dropped in commit
ffc7350c5c, and build now fails against 15.6
-------------------------------------------------------------------
Wed Jan 29 13:52:23 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
@ -34,12 +28,6 @@ Tue Nov 5 10:50:38 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Fix discover_repository(...) annotation
- Add const-parents.patch to fix FTBFS (gh#libgit2/pygit2!1324).
-------------------------------------------------------------------
Sat Oct 19 00:36:13 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
- Drop %if section in %prep. Patches were dropped in commit
ffc7350c5c, and build now fails against 15.6
-------------------------------------------------------------------
Mon Aug 5 11:21:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>