Compare commits

..

6 Commits

Author SHA256 Message Date
9c9879d7d1 Clean up spec file to enable building on leap 2025-03-06 10:41:54 -08:00
052219c0fc Remove upstreamed const-parents.patch. 2025-03-06 10:41:51 -08:00
Markéta Calábková
cd37398006 update to 1.17.0 2025-03-06 10:41:03 -08:00
088468fed2 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).
2025-03-06 10:39:26 -08:00
2329f0566b Ignore _scmsync.obsinfo 2025-03-06 10:37:03 -08:00
2ba852cf70 Clean up spec file to enable building on leap 2024-10-18 17:38:54 -07:00

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>
@ -28,6 +34,12 @@ 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>