From 8695607955f1103a9a223fd0847d88338edc36fd583ba2d167f1ef7b9f8f743f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 21 Apr 2022 08:12:13 +0000 Subject: [PATCH] Accepting request 971078 from home:pgajdos:python - 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 OBS-URL: https://build.opensuse.org/request/show/971078 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-issues?expand=0&rev=13 --- 1.2.0.tar.gz | 3 --- 3.0.1.tar.gz | 3 +++ python-sphinx-issues.changes | 19 +++++++++++++++++++ python-sphinx-issues.spec | 6 +++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 1.2.0.tar.gz create mode 100644 3.0.1.tar.gz diff --git a/1.2.0.tar.gz b/1.2.0.tar.gz deleted file mode 100644 index 951c44d..0000000 --- a/1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fe371f37d4e8a0e7a7f8ea6a6ff9007f284f4d849ca231480ff3744602a536e -size 8051 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 index 091b07f..803c8ec 100644 --- a/python-sphinx-issues.changes +++ b/python-sphinx-issues.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 diff --git a/python-sphinx-issues.spec b/python-sphinx-issues.spec index 9152175..6cc4dcd 100644 --- a/python-sphinx-issues.spec +++ b/python-sphinx-issues.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-issues # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-sphinx-issues -Version: 1.2.0 +Version: 3.0.1 Release: 0 Summary: A Sphinx extension for linking to a project's issue tracker License: MIT @@ -53,7 +53,7 @@ built-in support for GitHub (though this works with other services). %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest test_sphinx_issues.py +%pytest %files %{python_files} %doc README.rst