From: Jakub Bogusz Date: Sat, 4 Feb 2017 21:43:06 +0000 (+0100) Subject: - updated to 3.1.1 X-Git-Tag: auto/th/python-gnutls-3.1.1-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=385f109faf77e16267a3359a8b004a7b19470f13;p=packages%2Fpython-gnutls.git - updated to 3.1.1 --- 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