1
0
forked from pool/python-pygit2

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
2ba852cf70 Clean up spec file to enable building on leap 2024-10-18 17:38:54 -07:00
a379493f00 Accepting request 1191647 from home:glaubitz:branches:devel:languages:python
* New `Repository.revert(...)`
  * New optional `depth` argument in submodules `add()` and `update()` methods
  * Now `Submodule.url` returns `None` when the submodule does not have a url
  * Fix use after free bug in error reporting
  * Fix `Submodule.head_id` when the submodule is not in the current HEAD tree
  * Fix `Submodule.open()` when subclassing `Repository`
  * Fix error in the test suite when running with address sanitizer
  * Annotations and documentation fixes
- Fix version number for previous changelog entry

- Update to 1.15.0

OBS-URL: https://build.opensuse.org/request/show/1191647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=95
2024-08-05 11:55:41 +00:00