diff --git a/python-pydantic.changes b/python-pydantic.changes index d0cd42a..8b93fb1 100644 --- a/python-pydantic.changes +++ b/python-pydantic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 20 09:56:55 UTC 2019 - Tomáš Chvátal + +- Format with spec-cleaner + ------------------------------------------------------------------- Thu Sep 19 20:25:27 UTC 2019 - Martin Hauke diff --git a/python-pydantic.spec b/python-pydantic.spec index cf7f16c..70f1550 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -1,6 +1,7 @@ # # spec file for package python-pydantic # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -12,7 +13,8 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,15 +22,15 @@ Name: python-pydantic Version: 0.32.2 Release: 0 -License: MIT Summary: Data validation and settings management using python type hinting -Url: https://github.com/samuelcolvin/pydantic +License: MIT Group: Development/Languages/Python +URL: https://github.com/samuelcolvin/pydantic Source: https://github.com/samuelcolvin/pydantic/archive/v%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Suggests: python-email-validator >= 1.0.3 Suggests: python-typing-extensions >= 3.7.2 Suggests: python-ujson >= 1.35