diff --git a/notario-0.0.16.tar.gz b/notario-0.0.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e5f51ef740e5f8e91bb0760400e249f81b9dda9f Binary files /dev/null and b/notario-0.0.16.tar.gz differ diff --git a/python-notario.spec b/python-notario.spec new file mode 100644 index 0000000000000000000000000000000000000000..c017d7fc9db734855a4a837bfcc07f4460c11a22 --- /dev/null +++ b/python-notario.spec @@ -0,0 +1,48 @@ +%global srcname notario + +Name: python-notario +Version: 0.0.16 +Release: 1 +Summary: A dictionary validator +License: MIT +URL: https://github.com/alfredodeza/notario +Source0: https://files.pythonhosted.org/packages/88/43/7ba8c182d832f4cadb2ddeed8d1d3a21da7be4b88c1ddb8eaf0aadee37a2/%{srcname}-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: python3-devel +BuildRequires: python3-pytest + +%description +Notario is flexible and succinct Python dictionary validator with the ability +to validate against both keys and values. Schemas are smaller and readable +representations of data being validated. + +%package -n python3-%{srcname} +Summary: %{summary} +Requires: python3 + +%description -n python3-%{srcname} +Notario is flexible and succinct Python dictionary validator with the ability +to validate against both keys and values. Schemas are smaller and readable +representations of data being validated. + +%prep +%autosetup -p1 -n %{srcname}-%{version} + +%build +%{py3_build} + +%install +%py3_install + +%check +py.test-%{python3_version} -v notario/tests + +%files -n python3-%{srcname} +%doc README.rst +%license LICENSE +%{python3_sitelib}/* + +%changelog +* Wed Aug 18 2021 Python_Bot - 0.0.16-1 +- Init package