diff --git a/python-typogrify.changes b/python-typogrify.changes index 8aaaed2..1dd3b49 100644 --- a/python-typogrify.changes +++ b/python-typogrify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 4 07:37:25 UTC 2021 - Markéta Machová + +- spec-cleaner to pass the Factory checks + ------------------------------------------------------------------- Mon Nov 16 10:32:21 UTC 2020 - Matej Cepl diff --git a/python-typogrify.spec b/python-typogrify.spec index 16a3cf7..63c16c8 100644 --- a/python-typogrify.spec +++ b/python-typogrify.spec @@ -1,7 +1,7 @@ # # spec file for package python-typogrify # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,10 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# I don't want to deal with different versions of Django + %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-typogrify @@ -24,17 +24,15 @@ Release: 0 Summary: Typography related template filters for Django & Jinja2 applications License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/mintchaos/typogrify -Source: http://pypi.python.org/packages/source/t/typogrify/typogrify-%{version}.tar.gz +URL: https://github.com/mintchaos/typogrify +Source: https://files.pythonhosted.org/packages/source/t/typogrify/typogrify-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module smartypants} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-smartypants -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -61,10 +59,9 @@ sed -i '1d' \ $python -mdoctest -v typogrify/filters.py } - -%files %python_files -%defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%files %{python_files} +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog