diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 535628b..3d04796 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 1 12:36:06 UTC 2016 - tbechtold@suse.com + +- Use https for Source url + ------------------------------------------------------------------- Thu Sep 1 05:41:26 UTC 2016 - tbechtold@suse.com diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 297c29e..cd898e1 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -23,7 +23,7 @@ Url: https://github.com/progrium/pyjwt Summary: JSON Web Token implementation in Python License: MIT Group: Development/Languages/Python -Source: http://pypi.io/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz +Source: https://pypi.io/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz # PATCH-FIX-CENTOS PyJWT-1.1.0.diff -- without this, the centos build %%check will try to download stuff from pypi --seife Patch1: PyJWT-1.1.0.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build