diff --git a/python-csscompressor.changes b/python-csscompressor.changes index 1300197..e3f30f4 100644 --- a/python-csscompressor.changes +++ b/python-csscompressor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:16:21 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Thu Jan 3 07:48:05 UTC 2019 - Tomáš Chvátal diff --git a/python-csscompressor.spec b/python-csscompressor.spec index 92e8dd4..a57d13b 100644 --- a/python-csscompressor.spec +++ b/python-csscompressor.spec @@ -1,7 +1,7 @@ # # spec file for package python-csscompressor # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: A python port of YUI CSS Compressor License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/sprymix/csscompressor +URL: https://github.com/sprymix/csscompressor Source: https://files.pythonhosted.org/packages/source/c/csscompressor/csscompressor-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}