forked from pool/python-pygit2
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
a5914906ea | |||
d67fc87079 | |||
|
b0fca1d393 | ||
c0760b117f | |||
8f774c3b9f | |||
288f56c161 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
.osc
|
.osc
|
||||||
|
_scmsync.obsinfo
|
||||||
|
pygit2-*/
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1fe8b85053d9713043c81eccc74132f9e5b603f209e80733d7955eafd22eb9d
|
|
||||||
size 768818
|
|
BIN
pygit2-1.17.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygit2-1.17.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 13:52:23 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Remove upstreamed const-parents.patch.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 09:21:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.17.0
|
||||||
|
* Upgrade to libgit2 1.9
|
||||||
|
* Add certificate_check callback to Remote.ls_remotes(...)
|
||||||
|
* Fix build with GCC 14
|
||||||
|
* Documentation: fix typo in Repository.status(...) docstring
|
||||||
|
* Fix tests with Python 3.13.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 5 10:50:38 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 5 11:21:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Aug 5 11:21:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -19,14 +19,15 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pygit2
|
Name: python-pygit2
|
||||||
Version: 1.15.1
|
Version: 1.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://github.com/libgit2/pygit2
|
URL: https://github.com/libgit2/pygit2
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base >= 3.10}
|
||||||
BuildRequires: %{python_module cached-property}
|
BuildRequires: %{python_module cached-property}
|
||||||
BuildRequires: %{python_module cffi >= 1.16.0}
|
BuildRequires: %{python_module cffi >= 1.17.0}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@ -39,7 +40,7 @@ BuildRequires: libgit2-devel >= 1.1
|
|||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-cached-property
|
Requires: python-cached-property
|
||||||
%requires_eq python-cffi
|
Requires: python-cffi >= 1.17.0
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,12 +48,6 @@ Bindings for libgit2, a linkable C library for the Git version-control system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n pygit2-%{version}
|
%autosetup -p1 -n pygit2-%{version}
|
||||||
%if %{?pkg_vcmp:%pkg_vcmp libgit2-devel < 1.8}%{!?pkg_vcmp:1}
|
|
||||||
%patch -P 3 -p1 -R
|
|
||||||
%patch -P 2 -p1 -R
|
|
||||||
%patch -P 1 -p1 -R
|
|
||||||
%patch -P 0 -p1 -R
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# do not add options to pytest
|
# do not add options to pytest
|
||||||
rm pytest.ini
|
rm pytest.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user