From 3368aa2dd231b70cc3034ab145a9ce63294f3503eec4859b0419b691b7645cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 23:04:15 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-sphinx-issues revision 43d8d336d1185b4b303ec7fcbd72a854 --- .gitattributes | 23 ++++++++++++ 3.0.1.tar.gz | 3 ++ python-sphinx-issues.changes | 69 ++++++++++++++++++++++++++++++++++++ python-sphinx-issues.spec | 64 +++++++++++++++++++++++++++++++++ 4 files changed, 159 insertions(+) create mode 100644 .gitattributes create mode 100644 3.0.1.tar.gz create mode 100644 python-sphinx-issues.changes create mode 100644 python-sphinx-issues.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/3.0.1.tar.gz b/3.0.1.tar.gz new file mode 100644 index 0000000..055e746 --- /dev/null +++ b/3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787a627fd9a89b8a5f83b795c7d879f4d09fcc0014994b00202b160e2a3dd4f0 +size 12320 diff --git a/python-sphinx-issues.changes b/python-sphinx-issues.changes new file mode 100644 index 0000000..985b17b --- /dev/null +++ b/python-sphinx-issues.changes @@ -0,0 +1,69 @@ +------------------------------------------------------------------- +Fri Apr 21 12:34:27 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:45:01 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- +Wed Apr 20 11:24:07 UTC 2022 - pgajdos@suse.com + +- version update to 3.0.1 + 3.0.1 (2022-01-11) + * Fix regression from 3.0.0: exception: 'in ' requires string as left operand, not type. + 3.0.0 (2022-01-10) + * The :commit: role now outputs with an @ prefix. + * Add configuration options for changing prefixes. + * Allow {group} to be specified within issues_uri, issues_pr_uri, issues_commit_uri, and + 2.0.0 (2022-01-01) + * Drop support for Python 2.7 and 3.5. + * Test against Python 3.8 to 3.10. + * Add :cwe: role for linking to CVEs on https://cwe.mitre.org. Thanks @hugovk for the PR. + * Add support for custom urls and separators Issue #93 + * Allow custom titles for all roles Issue #116 + * Added setting issues_default_group_project as future replacement of issues_github_path, + to reflect the now to universal nature of the extension + +------------------------------------------------------------------- +Fri Mar 13 13:01:25 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + +------------------------------------------------------------------- +Thu Jun 6 14:23:35 UTC 2019 - Tomáš Chvátal + +- Reduce bit conditionals as it is not needed + +------------------------------------------------------------------- +Fri Apr 26 13:05:20 UTC 2019 - Marketa Calabkova + +- update to version 1.2.0 + 1.?.? + * Add :commit: role for linking to commits. + * Add support for linking to external repos. + * Add :cve: role for linking to CVEs on https://cve.mitre.org. + * Add :pr: role. + * Drop support for Python 3.4. + 0.4.0 + * Raise ValueError if neither issues_uri nor issues_github_path + is set. + * Drop support for Python 2.6 and 3.3. +- take GitHub tarball because of the tests + +------------------------------------------------------------------- +Tue Dec 4 12:54:50 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Sun Aug 27 20:39:13 UTC 2017 - jengelh@inai.de + +- Update descriptions. + +------------------------------------------------------------------- +Sat Aug 19 09:34:43 UTC 2017 - sebix+novell.com@sebix.at + +- initial package diff --git a/python-sphinx-issues.spec b/python-sphinx-issues.spec new file mode 100644 index 0000000..b60bf90 --- /dev/null +++ b/python-sphinx-issues.spec @@ -0,0 +1,64 @@ +# +# spec file for package python-sphinx-issues +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 +%{?sle15_python_module_pythons} +Name: python-sphinx-issues +Version: 3.0.1 +Release: 0 +Summary: A Sphinx extension for linking to a project's issue tracker +License: MIT +URL: https://github.com/sloria/sphinx-issues +Source: https://github.com/sloria/sphinx-issues/archive/%{version}.tar.gz +BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Sphinx +BuildArch: noarch +%if %{with python2} +BuildRequires: python-mock +%endif +%python_subpackages + +%description +A Sphinx extension for linking to a project's issue tracker. It +includes roles for linking to issues as well as user profiles, with +built-in support for GitHub (though this works with other services). + +%prep +%setup -q -n sphinx-issues-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc README.rst +%license LICENSE +%{python_sitelib}/* + +%changelog