From 1e4365732b48f74dc10887f95e1d10f29ec0403b Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 07 2021 12:09:37 +0000 Subject: Import python-tox-current-env-0.0.6-1.el9 in CloudSIG xena --- diff --git a/.python-tox-current-env.metadata b/.python-tox-current-env.metadata new file mode 100644 index 0000000..b0fa35c --- /dev/null +++ b/.python-tox-current-env.metadata @@ -0,0 +1 @@ +3af50f691dbe213279067a09c2c0015c55c4d66d SOURCES/tox-current-env-0.0.6.tar.gz diff --git a/SPECS/python-tox-current-env.spec b/SPECS/python-tox-current-env.spec new file mode 100644 index 0000000..1c8a522 --- /dev/null +++ b/SPECS/python-tox-current-env.spec @@ -0,0 +1,96 @@ +%global pypi_name tox-current-env +%global pypi_under tox_current_env + +Name: python-%{pypi_name} +Version: 0.0.6 +Release: 1%{?dist} +Summary: Tox plugin to run tests in current Python environment + +License: MIT +URL: https://github.com/fedora-python/tox-current-env +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: pyproject-rpm-macros + +%description +The tox-current-env plugin allows to run tests in current Python environment. + + +%package -n python%{python3_pkgversion}-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} + +%description -n python%{python3_pkgversion}-%{pypi_name} +The tox-current-env plugin allows to run tests in current Python environment. + + +%prep +%autosetup -n %{pypi_name}-%{version} + + +%generate_buildrequires +# Don't use %%pyproject_buildrequires -t/-e to avoid a build dependency loop +%pyproject_buildrequires + + +%build +%pyproject_wheel + + +%install +%pyproject_install + + +#check +# the tests currently only work within actual tox and with various Python +# versions installed, so we skip them. + + +%files -n python%{python3_pkgversion}-%{pypi_name} +%license LICENSE +%doc README.rst +%{python3_sitelib}/%{pypi_under}/ +%{python3_sitelib}/%{pypi_under}-%{version}.dist-info/ + + +%changelog +* Mon Mar 29 2021 Miro Hrončok - 0.0.6-1 +- Update to 0.0.6 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Miro Hrončok - 0.0.5-1 +- Update to 0.0.5 + +* Wed Nov 04 2020 Miro Hrončok - 0.0.4-1 +- Update to 0.0.4 + +* Wed Sep 30 2020 Miro Hrončok - 0.0.3-1 +- Update to 0.0.3 + +* Wed Aug 12 2020 Miro Hrončok - 0.0.2-7 +- Fix FTBFS with pyproject-rpm-macros >= 0-23 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 0.0.2-5 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.0.2-3 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.0.2-2 +- Rebuilt for Python 3.8 + +* Mon Aug 12 2019 Miro Hrončok - 0.0.2-1 +- Update to 0.0.2 + +* Wed Jul 24 2019 Miro Hrončok - 0.0.1-1 +- Initial package