From 8d30b275225844f877715f8acba164c366f360f8016fec0721e457cca93e2399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 17 Apr 2019 10:05:12 +0000 Subject: [PATCH] - Update to 0.4.0: * Added full native support for windows unicode consoles * Various bugfixes - Remove no longer needed patch: * no-ffi.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-version-warning?expand=0&rev=2 --- ...on-warning.spec => python-sphinx-version-warning.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename sphinx-version-warning.spec => python-sphinx-version-warning.spec (93%) diff --git a/sphinx-version-warning.spec b/python-sphinx-version-warning.spec similarity index 93% rename from sphinx-version-warning.spec rename to python-sphinx-version-warning.spec index 549c662..62f5ab1 100644 --- a/sphinx-version-warning.spec +++ b/python-sphinx-version-warning.spec @@ -12,21 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sphinx-version-warning Version: 1.1.2 Release: 0 -License: UNKNOWN (FIXME:No SPDX) Summary: Sphinx extension to add a warning banner -Url: https://github.com/humitos/sphinx-version-warning +License: MIT Group: Development/Languages/Python +Url: https://github.com/humitos/sphinx-version-warning Source: https://files.pythonhosted.org/packages/source/s/sphinx-version-warning/sphinx-version-warning-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Sphinx BuildArch: noarch