1
0
forked from pool/python-pygit2

Accepting request 800601 from devel:languages:python

- Update to 1.2.1:
  * Drop python2 support
  * Various crash fixes

OBS-URL: https://build.opensuse.org/request/show/800601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=23
This commit is contained in:
2020-05-07 12:50:04 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 12 deletions

BIN
pygit2-0.28.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pygit2-1.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 6 08:01:51 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.2.1:
* Drop python2 support
* Various crash fixes
-------------------------------------------------------------------
Mon Dec 2 14:50:25 UTC 2019 - Julio González Gil <jgonzalez@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pygit2
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@@ -18,28 +18,26 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pygit2
Version: 0.28.2
Version: 1.2.1
Release: 0
Summary: Python bindings for libgit2
License: GPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/libgit2/pygit2
Source: https://files.pythonhosted.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module cached-property}
BuildRequires: %{python_module cffi >= 1.4.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pycparser}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: ca-certificates
BuildRequires: ca-certificates-mozilla
BuildRequires: fdupes
BuildRequires: libgit2-devel >= %{version}
BuildRequires: libgit2-devel >= 1.0
BuildRequires: libopenssl-devel
BuildRequires: python-rpm-macros
Requires: python-pycparser
Requires: python-six
Requires: python-cached-property
%requires_eq python-cffi
%python_subpackages