diff --git a/.python-sphinx-removed-in.metadata b/.python-sphinx-removed-in.metadata new file mode 100644 index 0000000..e2dd853 --- /dev/null +++ b/.python-sphinx-removed-in.metadata @@ -0,0 +1 @@ +e315afe4973abcc3d3c2a3894d9c040e0f4af5cf SOURCES/sphinx-removed-in-0.2.1.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..b8d1742 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-sphinx-removed-in + +The python-sphinx-removed-in package \ No newline at end of file diff --git a/SPECS/python-sphinx-removed-in.spec b/SPECS/python-sphinx-removed-in.spec new file mode 100644 index 0000000..8f54852 --- /dev/null +++ b/SPECS/python-sphinx-removed-in.spec @@ -0,0 +1,79 @@ +%global pypi_name sphinx-removed-in + +Name: python-%{pypi_name} +Version: 0.2.1 +Release: 5%{?dist} +Summary: versionremoved and removed-in directives for Sphinx +License: BSD +URL: https://github.com/MrSenko/sphinx-removed-in +Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-sphinx +BuildRequires: python3-sphinx-testing + +%description +This is a Sphinx extension which recognizes the versionremoved and removed-in +directives. + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +This is a Sphinx extension which recognizes the versionremoved and removed-in +directives. + +%prep +%autosetup -p1 -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install +rm -rf %{buildroot}%{python3_sitelib}/tests + +%check +%{__python3} setup.py test + +%files -n python3-%{pypi_name} +%doc README.rst +%license LICENSE +%{python3_sitelib}/sphinx_removed_in/ +%{python3_sitelib}/sphinx_removed_in-%{version}-py%{python3_version}.egg-info/ + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 0.2.1-3 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Nov 11 2019 Ken Dreyer - 0.2.1-1 +- Update to 0.2.1 + +* Fri Nov 08 2019 Ken Dreyer 0.2.0-1 +- Update to 0.2.0 (rhbz#1697060) +- Drop upstreamed patch + +* Thu Oct 03 2019 Miro Hrončok - 0.1.3-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sat Aug 17 2019 Miro Hrončok - 0.1.3-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Mar 12 2019 Miro Hrončok - 0.1.3-1 +- Initial package