From 0b471e47ac2c052bd6a67f61d56c1e24ff03db95 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 11 2021 10:41:08 +0000 Subject: Import python-pytest-isort-1.2.0-2.el9 in CloudSIG xena --- diff --git a/.python-pytest-isort.metadata b/.python-pytest-isort.metadata new file mode 100644 index 0000000..070a164 --- /dev/null +++ b/.python-pytest-isort.metadata @@ -0,0 +1 @@ +5b997684c58dbba38c4dbdfab05534446d3a9421 SOURCES/pytest-isort-1.2.0.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..57f112a --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-pytest-isort + +The python-pytest-isort package \ No newline at end of file diff --git a/SPECS/python-pytest-isort.spec b/SPECS/python-pytest-isort.spec new file mode 100644 index 0000000..ccb5821 --- /dev/null +++ b/SPECS/python-pytest-isort.spec @@ -0,0 +1,74 @@ +%global pypi_name pytest-isort + +Name: python-%{pypi_name} +Version: 1.2.0 +Release: 2%{?dist} +Summary: Pytest plugin to check import ordering using isort + +License: BSD +URL: http://github.com/moccu/pytest-isort/ +Source0: %{pypi_source} +BuildArch: noarch + +%description +py.test plugin to check import ordering using isort. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-isort +BuildRequires: python3-pytest +BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +py.test plugin to check import ordering using isort. + +%prep +%autosetup -n %{pypi_name}-%{version} +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%check +PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v test_isort.py \ + -k "not test_file_no_ignored and not test_file_ignored and not \ + test_correctly_sorted and not test_incorrectly_sorted" +rm -rf %{buildroot}%{python3_sitelib}/__pycache__/pytest_isort.cpython-%{python3_version_nodots}-PYTEST.pyc + +%files -n python3-%{pypi_name} +%license LICENSE.rst +%doc README.rst +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/pytest_isort.py +%{python3_sitelib}/pytest_isort-%{version}-py%{python3_version}.egg-info + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Sep 11 2020 Fabian Affolter - 1.2.0-1 +- Update to latest upstream release 1.2.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 14 2020 Fabian Affolter - 1.1.0-1 +- Update to latest upstream release 1.1.0 + +* Tue May 26 2020 Miro HronĨok - 0.3.1-4 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 06 2020 Fabian Affolter - 0.3.1-2 +- Update removal of test files (rhbz#1787443) + +* Thu Jan 02 2020 Fabian Affolter - 0.3.1-1 +- Initial package for Fedora