From afb20ae79eac36c3b78a8e3e915c42a1ab4c749579f86dc2a273de70825673c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Sep 2019 09:57:08 +0000 Subject: [PATCH] - Format with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=2 --- python-pydantic.changes | 5 +++++ python-pydantic.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) 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