commit edff949f74f1567f5e002da9d627b9cad680108e Author: Dmitry Samoylik Date: Sun Dec 29 15:15:36 2024 +0300 import python-pytest-datadir-1.5.0-5.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5fe742 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pytest-datadir-1.5.0.tar.gz diff --git a/.python-pytest-datadir.metadata b/.python-pytest-datadir.metadata new file mode 100644 index 0000000..86d7b00 --- /dev/null +++ b/.python-pytest-datadir.metadata @@ -0,0 +1 @@ +2ec0b8ebbde4f44712aa01a8e578ddd6625bd5f5 SOURCES/pytest-datadir-1.5.0.tar.gz diff --git a/SPECS/python-pytest-datadir.spec b/SPECS/python-pytest-datadir.spec new file mode 100644 index 0000000..07e6ea5 --- /dev/null +++ b/SPECS/python-pytest-datadir.spec @@ -0,0 +1,92 @@ +Name: python-pytest-datadir +Version: 1.5.0 +Release: 5%{?dist} +Summary: Pytest plugin for test data directories and files +License: MIT +URL: https://github.com/gabrielcnr/pytest-datadir +VCS: git:%{url}.git +Source: %{url}/archive/v%{version}/pytest-datadir-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: %{py3_dist docutils} + +%global _desc %{expand: +This package contains a pytest plugin for manipulating test data +directories and files.} + +%description %_desc + +%package -n python3-pytest-datadir +Summary: %{summary} + +%description -n python3-pytest-datadir %_desc + +%prep +%autosetup -n pytest-datadir-%{version} + +%generate_buildrequires +export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' +%pyproject_buildrequires -t + +%build +export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' +%pyproject_wheel +rst2html --no-datestamp CHANGELOG.rst CHANGELOG.html + +%install +%pyproject_install +%pyproject_save_files pytest_datadir + +%check +%tox + +%files -n python3-pytest-datadir -f %{pyproject_files} +%doc AUTHORS CHANGELOG.html README.md + +%changelog +* Sun Dec 29 2024 Dmitriy Samoylik - 1.5.0-5 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.5.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.5.0-4 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Oct 3 2023 Jerry James - 1.5.0-1 +- Version 1.5.0 + +* Fri Jul 21 2023 Fedora Release Engineering - 1.4.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Python Maint - 1.4.1-3 +- Rebuilt for Python 3.12 + +* Thu Feb 23 2023 Jerry James - 1.4.1-2 +- Dynamically generate BuildRequires + +* Fri Jan 20 2023 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Oct 25 2022 Jerry James - 1.4.1-1 +- Version 1.4.1 + +* Fri Jul 22 2022 Fedora Release Engineering - 1.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.3.1-3 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 13 2021 Jerry James - 1.3.1-1 +- Initial RPM