diff --git a/pygit2-1.7.0.tar.gz b/pygit2-1.7.0.tar.gz deleted file mode 100644 index fd8e160..0000000 --- a/pygit2-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:602bffa8b4dbc185a6c7f36515563b600e0ee9002583c97ae3150eedaf340edb -size 276292 diff --git a/pygit2-1.9.0.tar.gz b/pygit2-1.9.0.tar.gz new file mode 100644 index 0000000..91cfc2a --- /dev/null +++ b/pygit2-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e8588acad5e32fa0595582571059e6b90ec7c487c58b4e53c2800dcbde44c8 +size 290583 diff --git a/python-pygit2.changes b/python-pygit2.changes index 6370a12..cd6bc1a 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Feb 28 08:15:51 UTC 2022 - pgajdos@suse.com + +- version update to 1.9.0 + 1.9.0 (2022-02-22) + ------------------------- + - Upgrade to libgit2 v1.4 + - Documentation, new recipes for committing and cloning + `#1125 `_ + 1.8.0 (2022-02-04) + ------------------------- + - Rename ``RemoteCallbacks.progress(...)`` callback to ``.sideband_progress(...)`` + `#1120 `_ + - New ``Repository.merge_base_many(...)`` and ``Repository.merge_base_octopus(...)`` + `#1112 `_ + - New ``Repository.listall_stashes()`` + `#1117 `_ + - Code cleanup + `#1118 `_ + Backward incompatible changes: + - The ``RemoteCallbacks.progress(...)`` callback has been renamed to + ``RemoteCallbacks.sideband_progress(...)``. This matches the documentation, + but may break existing code that still uses the old name. + 1.7.2 (2021-12-06) + ------------------------- + - Universal wheels for macOS + `#1109 `_ + 1.7.1 (2021-11-19) + ------------------------- + - New ``Repository.amend_commit(...)`` + `#1098 `_ + - New ``Commit.message_trailers`` + `#1101 `_ + - Windows wheels for Python 3.10 + `#1103 `_ + - Changed: now ``DiffDelta.is_binary`` returns ``None`` if the file data has + not yet been loaded, cf. `#962 `_ + - Document ``Repository.get_attr(...)`` and update theme + `#1017 `_ + `#1105 `_ + ------------------------------------------------------------------- Wed Oct 20 08:25:16 UTC 2021 - Matej Cepl diff --git a/python-pygit2.spec b/python-pygit2.spec index f700c0d..04b1dd5 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygit2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2019 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pygit2 -Version: 1.7.0 +Version: 1.9.0 Release: 0 Summary: Python bindings for libgit2 License: GPL-2.0-only