From aec1fe1fe793ba0d79674498fdee4faed1dc8bf1 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 11 2021 10:48:09 +0000 Subject: Import python-pydantic-1.7.3-1.el9 in CloudSIG xena --- diff --git a/.python-pydantic.metadata b/.python-pydantic.metadata new file mode 100644 index 0000000..5e98db4 --- /dev/null +++ b/.python-pydantic.metadata @@ -0,0 +1 @@ +c249f4dbb7a57de30d73259c2a945273038fb687 SOURCES/python-pydantic-1.7.3.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..b33e51e --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-pydantic + +The python-pydantic package \ No newline at end of file diff --git a/SPECS/python-pydantic.spec b/SPECS/python-pydantic.spec new file mode 100644 index 0000000..1e2b101 --- /dev/null +++ b/SPECS/python-pydantic.spec @@ -0,0 +1,85 @@ +Name: python-pydantic +Version: 1.7.3 +Release: 1%{?dist} +Summary: Data validation using Python type hinting + +License: MIT +URL: https://github.com/samuelcolvin/pydantic +Source0: https://github.com/samuelcolvin/pydantic/archive/v%{version}/%{name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) +# For check phase +BuildRequires: python3-mypy +BuildRequires: python3dist(pytest) + +%description +Data validation and settings management using python type hinting. + +%package -n python3-pydantic +Summary: %{summary} +%{?python_provide:%python_provide python3-pydantic} + +Requires: python3-email-validator >= 1.0.3 +Requires: python3-ujson >= 1.35 + +%description -n python3-pydantic +Data validation and settings management using python type hinting. + +%prep +%autosetup -n pydantic-%{version} +# Remove bundled egg-info +rm -rf pydantic.egg-info + +%build +%py3_build + +# Docs are in MarkDown, and should be added when mkdocs is packaged. + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-pydantic +%license LICENSE +%doc README.md docs/ +%{python3_sitelib}/pydantic +%{python3_sitelib}/pydantic-%{version}-py%{python3_version}.egg-info + +%changelog +* Wed Feb 24 2021 Susi Lehtola - 1.7.3-1 +- Update to 1.7.3. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Aug 11 2020 Susi Lehtola - 1.6.1-1 +- Update to 1.6.1. + +* Wed Jul 29 2020 Fedora Release Engineering - 1.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro HronĨok - 1.3-5 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Susi Lehtola - 1.3-3 +- python-email_validator is now packaged as python-email-validator... + +* Tue Jan 07 2020 Susi Lehtola - 1.3-2 +- Review fixes. + +* Mon Jan 06 2020 Susi Lehtola - 1.3-1 +- Update to 1.3. +- Review fixes. + +* Sun Nov 24 2019 Susi Lehtola - 1.1.1-1 +- Update to 1.1.1. + +* Sat Jul 27 2019 Susi Lehtola - 0.31-1 +- Initial package.