From 5e5f79d1acf002900d5de5c9cb5487e322aa241a10c7d0d669c9155595d78f2a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Mar 2022 18:53:24 +0000 Subject: [PATCH] - update to 1.9.1: - Type hints: added to C code and Branches/References - New ``Signature`` supports ``str()`` and ``repr()`` - Fix ODB backend's read in big endian architectures - Fix install with poetry - Wheels: update to libgit2 v1.4.2 - Tests: fix testing ``parse_diff`` - CI: various fixes after migration to libgit2 v1.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=65 --- pygit2-1.9.0.tar.gz | 3 --- pygit2-1.9.1.tar.gz | 3 +++ python-pygit2.changes | 12 ++++++++++++ python-pygit2.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pygit2-1.9.0.tar.gz create mode 100644 pygit2-1.9.1.tar.gz diff --git a/pygit2-1.9.0.tar.gz b/pygit2-1.9.0.tar.gz deleted file mode 100644 index 91cfc2a..0000000 --- a/pygit2-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5e8588acad5e32fa0595582571059e6b90ec7c487c58b4e53c2800dcbde44c8 -size 290583 diff --git a/pygit2-1.9.1.tar.gz b/pygit2-1.9.1.tar.gz new file mode 100644 index 0000000..bcbb874 --- /dev/null +++ b/pygit2-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6479c3b6192825316b056336db77ebff6e7849aeb1fbb88b76001ac337b9c9 +size 296962 diff --git a/python-pygit2.changes b/python-pygit2.changes index cd6bc1a..3a32c9a 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Mar 26 18:51:51 UTC 2022 - Dirk Müller + +- update to 1.9.1: + - Type hints: added to C code and Branches/References + - New ``Signature`` supports ``str()`` and ``repr()`` + - Fix ODB backend's read in big endian architectures + - Fix install with poetry + - Wheels: update to libgit2 v1.4.2 + - Tests: fix testing ``parse_diff`` + - CI: various fixes after migration to libgit2 v1.4 + ------------------------------------------------------------------- Mon Feb 28 08:15:51 UTC 2022 - pgajdos@suse.com diff --git a/python-pygit2.spec b/python-pygit2.spec index 04b1dd5..700db1c 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pygit2 -Version: 1.9.0 +Version: 1.9.1 Release: 0 Summary: Python bindings for libgit2 License: GPL-2.0-only