From e3418cb88d341788b6484d9413122ddbf5212c27 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 09 2021 01:29:10 +0000 Subject: Import python-sphinx-issues-1.2.0-8.el9 in CloudSIG xena --- diff --git a/.python-sphinx-issues.metadata b/.python-sphinx-issues.metadata new file mode 100644 index 0000000..a1e0d03 --- /dev/null +++ b/.python-sphinx-issues.metadata @@ -0,0 +1 @@ +d8a8a35cd99250aed74ecab05d7222d2138c46c7 SOURCES/sphinx-issues-1.2.0.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..29163f3 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-sphinx-issues + +The python-sphinx-issues package \ No newline at end of file diff --git a/SPECS/python-sphinx-issues.spec b/SPECS/python-sphinx-issues.spec new file mode 100644 index 0000000..10756a9 --- /dev/null +++ b/SPECS/python-sphinx-issues.spec @@ -0,0 +1,80 @@ +%global srcname sphinx-issues + +Name: python-%{srcname} +Version: 1.2.0 +Release: 8%{?dist} +Summary: Sphinx extension for linking to your project's issue tracker + +License: MIT +URL: https://github.com/sloria/sphinx-issues +Source0: %pypi_source + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3dist(pytest) +BuildRequires: python3dist(setuptools) + +%description +A Sphinx extension for linking to your project's issue tracker. Includes roles +for linking to issues, pull requests, user profiles, with built-in support for +GitHub (though this works with other services). + + +%package -n python3-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{srcname}} + +%description -n python3-%{srcname} +A Sphinx extension for linking to your project's issue tracker. Includes roles +for linking to issues, pull requests, user profiles, with built-in support for +GitHub (though this works with other services). + + +%prep +%autosetup -n %{srcname}-%{version} + +# Remove bundled egg-info +rm -rf %{srcname}.egg-info + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-%{srcname} +%license LICENSE +%doc README.rst +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/sphinx_issues.py +%{python3_sitelib}/sphinx_issues-%{version}-py%{python3_version}.egg-info + + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 1.2.0-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.2.0-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.2.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Mar 16 2019 Elliott Sales de Andrade - 1.2.0-1 +- Initial package.