From 71ebf05c67d44d603cc9d0dae51db28a19bd45cf30b8f376a4a17d1d899266af Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Oct 2016 12:45:12 +0000 Subject: [PATCH] - correct download url OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=9 --- python-construct.changes | 5 +++++ python-construct.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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