diff --git a/python-construct.changes b/python-construct.changes index 73f3d8b..0cefcaa 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 12:45:01 UTC 2016 - dmueller@suse.com + +- correct download url + ------------------------------------------------------------------- Sat Oct 1 15:10:47 UTC 2016 - matwey.kornilov@gmail.com diff --git a/python-construct.spec b/python-construct.spec index afb3a94..b8cafaa 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -23,7 +23,7 @@ Summary: A powerful declarative parser/builder for binary data License: MIT Group: Development/Languages/Python Url: http://construct.readthedocs.org -Source: http://pypi.python.org/packages/source/c/construct/construct-%{version}.tar.gz +Source: https://pypi.io/packages/source/c/construct/construct-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE split_debug.patch matwey.kornilov@gmail.com -- make debug.py non-loadable Patch0: split_debug.patch BuildRequires: python-devel