From e594f971c00b3e9d12cb7d7b3ff6b302cfc6836adf57df0216ff369f3620fb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 6 Mar 2020 18:17:19 +0000 Subject: [PATCH 1/2] Accepting request 782118 from home:pgajdos:python - version update to 1.0.2 * Fix package metadata OBS-URL: https://build.opensuse.org/request/show/782118 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-applehelp?expand=0&rev=6 --- python-sphinxcontrib-applehelp.changes | 6 ++++++ python-sphinxcontrib-applehelp.spec | 16 ++++++++-------- sphinxcontrib-applehelp-1.0.1.tar.gz | 3 --- sphinxcontrib-applehelp-1.0.2.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 sphinxcontrib-applehelp-1.0.1.tar.gz create mode 100644 sphinxcontrib-applehelp-1.0.2.tar.gz diff --git a/python-sphinxcontrib-applehelp.changes b/python-sphinxcontrib-applehelp.changes index ef7fc34..0f2fa7d 100644 --- a/python-sphinxcontrib-applehelp.changes +++ b/python-sphinxcontrib-applehelp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 6 12:57:06 UTC 2020 - pgajdos@suse.com + +- version update to 1.0.2 + * Fix package metadata + ------------------------------------------------------------------- Tue Jun 4 11:51:00 UTC 2019 - Tomáš Chvátal diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec index 084c10a..085fd20 100644 --- a/python-sphinxcontrib-applehelp.spec +++ b/python-sphinxcontrib-applehelp.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-applehelp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,24 +27,24 @@ %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sphinxcontrib-applehelp%{psuffix} -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Sphinx extension which outputs Apple help books License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-%{version}.tar.gz +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: gettext-tools +BuildRequires: python-rpm-macros +Requires: python-Sphinx +BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sphinxcontrib-applehelp >= %{version}} %endif -BuildRequires: %{python_module setuptools} -BuildRequires: gettext-tools -Requires: python-Sphinx -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildArch: noarch %python_subpackages %description diff --git a/sphinxcontrib-applehelp-1.0.1.tar.gz b/sphinxcontrib-applehelp-1.0.1.tar.gz deleted file mode 100644 index 4a33f3a..0000000 --- a/sphinxcontrib-applehelp-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897 -size 22086 diff --git a/sphinxcontrib-applehelp-1.0.2.tar.gz b/sphinxcontrib-applehelp-1.0.2.tar.gz new file mode 100644 index 0000000..8680604 --- /dev/null +++ b/sphinxcontrib-applehelp-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58 +size 24548 From 4a37f877b9f3cc38056f55bc28e6249d30f86856669e92761e98899e5274d875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 7 Mar 2020 13:51:27 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-applehelp?expand=0&rev=7 --- python-sphinxcontrib-applehelp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec index 085fd20..551c75f 100644 --- a/python-sphinxcontrib-applehelp.spec +++ b/python-sphinxcontrib-applehelp.spec @@ -36,7 +36,7 @@ URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: gettext-tools +BuildRequires: gettext BuildRequires: python-rpm-macros Requires: python-Sphinx BuildArch: noarch