Commit Graph

141 Commits

Author SHA1 Message Date
Igor Gnatenko
2274deb28c
Initial import
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-04-07 13:14:24 +02:00
Fedora Release Engineering
225b75b33c - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 08:36:00 +00:00
Pete Walter
601991cd02 Enable tests on aarch64 as they seem fixed now 2019-01-29 11:42:14 +00:00
Pete Walter
def5f5a227 Drop python3 conditionals
They don't make much sense any more now that we are only building for Python 3
and Python 2 support is dropped.
2019-01-29 11:35:18 +00:00
Pete Walter
d645e78b8c Avoid using _bindir macro in BRs
This breaks flatpak builds as the prefix there is redefined to be /app.
2019-01-29 11:31:28 +00:00
Pete Walter
935dfe8f70 Fix the build 2019-01-29 11:29:44 +00:00
Pete Walter
1d66eb16b0 Update to 0.27.4 2019-01-24 07:14:46 +00:00
Pete Walter
89a8b4912d Switch to pytest 2019-01-11 11:33:42 +00:00
Pete Walter
89f38ef97a Update to 0.27.3 2019-01-11 11:32:36 +00:00
Zbigniew Jędrzejewski-Szmek
b50f3b98c6 Python2 binary package has been removed 2018-10-11 19:02:09 +02:00
Pete Walter
b89f32862a Update to 0.27.2 2018-09-17 07:45:50 +01:00
Pete Walter
db24d585bd Sort BuildRequires again 2018-08-20 23:00:13 +01:00
Pete Walter
21106414ba Revert "Drop conditionals for RHEL"
Igor, please stop changing other people's packages. This is abuse of
provenpackager power. The RHEL conditionals are needed for maintaining the
EPEL7 branch. Thanks.

This reverts commit 7af8458b9f.
2018-08-20 22:59:18 +01:00
Igor Gnatenko
0b43ffa002
skip tests on alternative architectures
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-08-10 11:09:08 +02:00
Igor Gnatenko
a5d6031a66
Update to 0.27.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-08-10 09:11:15 +02:00
Igor Gnatenko
e1315ea95d
BuildRequires: openssl-devel is not needed
That used to be a bug in libgit2 not requiring right stuff.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-08-10 09:11:15 +02:00
Igor Gnatenko
c37dc4be5d
Do not remove not-failing test
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-08-10 09:11:15 +02:00
Igor Gnatenko
eb7fb7d01c
BuildRequires: pythonX-nose is not needed
Nothing inside uses nose, it's simple unittest.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-08-10 09:11:15 +02:00
Igor Gnatenko
aa4b9f051b
be less and more specific in %files
More specific in case of indication that entry is a directory.
Less specific in case of indication of directory name.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-08-10 09:11:15 +02:00
Igor Gnatenko
7af8458b9f
Drop conditionals for RHEL
EPEL7 package has different BuildRequires, has couple of additional
Requires and doesn't have subpackage named python2-pygit2.

This makes it entirely pointless to keep nasty conditionals around
(which are wrong anyway).

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-08-10 09:11:14 +02:00
Fedora Release Engineering
04e58c1379 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 01:35:28 +00:00
Igor Gnatenko
6fc2016514 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-10 15:56:25 +02:00
Miro Hrončok
7e3690efc7 Rebuilt for Python 3.7 2018-06-19 11:14:43 +02:00
Pete Walter
8ef192876f Update to 0.26.4 2018-03-26 13:46:52 +01:00
Iryna Shcherbina
597053c524 Update Python 2 dependency declarations to new packaging standards 2018-02-12 09:38:00 +01:00
Fedora Release Engineering
24f25536cf - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 10:04:44 +00:00
Pete Walter
8d8cb381f0 Update to 0.26.3 2017-12-26 19:51:09 +00:00
Pete Walter
bd862d5e78 Remove failing create_from tests
https://github.com/libgit2/pygit2/issues/748
2017-12-01 14:07:10 +00:00
Pete Walter
4500c3b340 Update to 0.26.2 2017-12-01 11:25:42 +00:00
Pete Walter
271f11d173 Sync the spec file conditionals with the epel7 branch again
... and revert unwanted portions from commit
d1eab5b68c.
2017-12-01 11:03:38 +00:00
Igor Gnatenko
d1eab5b68c Fixup python3 conditionals
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-20 14:10:21 +01:00
Pete Walter
5a5c48253a Add back Python 3 conditionals
This just adds a missed changelog entry after commit 5c78c70.
2017-11-20 12:41:05 +00:00
Pete Walter
2fc0de3819 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/python-pygit2 2017-11-20 12:38:10 +00:00
Pete Walter
5c78c7091b Revert "Remove useless python3 conditions"
They are needed for EPEL.

This reverts commit e81d060776.
2017-11-20 11:24:42 +00:00
Igor Gnatenko
3e46ff15fc Update to 0.26.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-20 08:37:29 +01:00
Igor Gnatenko
e81d060776 Remove useless python3 conditions
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-20 08:36:29 +01:00
Pete Walter
f9616e2dba Update to 0.26.1 2017-11-20 07:12:47 +00:00
Fedora Release Engineering
ce9cb4cbe6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:54:51 +00:00
Fedora Release Engineering
382931b4eb - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 11:26:47 +00:00
Pete Walter
5864c3bf16 Revert "remove wrong python3 conditionals"
The conditionals are needed for EPEL.

This reverts commit 75eb6da501.
2017-07-08 18:18:50 +01:00
Igor Gnatenko
a481a7e251 Update to 0.26.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-07-08 18:39:33 +02:00
Igor Gnatenko
75eb6da501 remove wrong python3 conditionals
%if 0%{?fedora} is just wrong.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-07-08 18:37:16 +02:00
Pete Walter
b22a8ee1a5 Fix the build with cffi 1.10 2017-05-07 18:30:00 +01:00
Pete Walter
724078a63c Disable one more failing test that tries to do network access 2017-04-27 14:57:56 +01:00
Pete Walter
3f5ea63b18 Merge remote-tracking branch 'origin/master' 2017-04-27 14:39:56 +01:00
Pete Walter
962c2527d5 Update to 0.25.1 2017-04-27 14:34:00 +01:00
Igor Gnatenko
2053d83652 Update to 0.25.1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-04-26 08:09:23 +02:00
Pete Walter
1ec0be87c7 Add Python 3 conditionals 2017-04-13 09:58:58 +01:00
Pete Walter
c48577da5c Trivial spec file fixes 2017-04-13 09:58:58 +01:00
Igor Gnatenko
32182290d6 Bump release for rebuild
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-02-07 16:56:44 +01:00