diff --git a/pytest_param_files-0.3.5.tar.gz b/pytest_param_files-0.3.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6fe7cb5b0b3d0fb804a4b357bf8b70619640d364 Binary files /dev/null and b/pytest_param_files-0.3.5.tar.gz differ diff --git a/pytest_param_files.spec b/pytest_param_files.spec new file mode 100644 index 0000000000000000000000000000000000000000..359689cac9dd5ca045e740a9340781ea404ae1d7 --- /dev/null +++ b/pytest_param_files.spec @@ -0,0 +1,49 @@ +%global _empty_manifest_terminate_build 0 +%global pypi_name pytest_param_files + +%global _description %{expand: +A small package to generate parametrized pytests from external files.} + +Name: python-%{pypi_name} +Version: 0.3.5 +Release: 1 +Summary: Create pytest parametrize decorators from external files +License: MIT +URL: https://pypi.org/project/pytest_param_files/ +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-flit-core + +%description %_description +Create pytest parametrize decorators from external files + +%package -n python3-%{pypi_name} +Summary: Create pytest parametrize decorators from external files +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} %_description + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.md +%{python3_sitelib}/%{pypi_name}-*.dist-info/ +%{python3_sitelib}/%{pypi_name}/ + +%changelog +* Fri Jul 28 2023 li-miaomiao_zhr - 0.3.5-1 +- Package init