From 385f109faf77e16267a3359a8b004a7b19470f13 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 4 Feb 2017 22:43:06 +0100 Subject: [PATCH] - updated to 3.1.1 --- python-gnutls.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/python-gnutls.spec b/python-gnutls.spec index f4da150..e539047 100644 --- a/python-gnutls.spec +++ b/python-gnutls.spec @@ -2,19 +2,20 @@ Summary: Python wrapper for the GNUTLS library Summary(pl.UTF-8): Pythonowy interfejs do biblioteki GNUTLS Name: python-%{module} -Version: 2.0.1 -Release: 2 +Version: 3.1.1 +Release: 1 License: LGPL v2+ Group: Development/Languages/Python -Source0: https://pypi.python.org/packages/source/p/python-gnutls/%{name}-%{version}.tar.gz -# Source0-md5: adba310851a15d19ff29355385c6f74f +#Source0Download: https://pypi.python.org/simple/python-gnutls/ +Source0: https://files.pythonhosted.org/packages/source/p/python-gnutls/%{name}-%{version}.tar.gz +# Source0-md5: c8bcb2b2ded61216b3b6003fc52041ee URL: https://pypi.python.org/pypi/python-gnutls/ -BuildRequires: gnutls-devel >= 3.1.4 -BuildRequires: python-devel +BuildRequires: gnutls-devel >= 3.2.0 +BuildRequires: python-devel >= 1:2.7 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.710 -Requires: gnutls >= 3.1.4 -Requires: python-modules +Requires: gnutls >= 3.2.0 +Requires: python-modules >= 1:2.7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.44.0