From 36f22d187a402b9ed020809273d02ef233a423f312d53c5f7f9feee9ae90ad9f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 8 Sep 2024 12:56:18 +0000 Subject: [PATCH] - update to 2.0.0: * Adopt Ruff * Tighten MyPy settings * Update GitHub actions versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-applehelp?expand=0&rev=19 --- .gitattributes | 23 ++++++++ .gitignore | 1 + _multibuild | 3 + python-sphinxcontrib-applehelp.changes | 57 +++++++++++++++++++ python-sphinxcontrib-applehelp.spec | 79 ++++++++++++++++++++++++++ sphinxcontrib_applehelp-1.0.8.tar.gz | 3 + sphinxcontrib_applehelp-2.0.0.tar.gz | 3 + 7 files changed, 169 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _multibuild create mode 100644 python-sphinxcontrib-applehelp.changes create mode 100644 python-sphinxcontrib-applehelp.spec create mode 100644 sphinxcontrib_applehelp-1.0.8.tar.gz create mode 100644 sphinxcontrib_applehelp-2.0.0.tar.gz 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/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..fcc7b97 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + test + diff --git a/python-sphinxcontrib-applehelp.changes b/python-sphinxcontrib-applehelp.changes new file mode 100644 index 0000000..097f753 --- /dev/null +++ b/python-sphinxcontrib-applehelp.changes @@ -0,0 +1,57 @@ +------------------------------------------------------------------- +Sun Sep 8 12:53:14 UTC 2024 - Dirk Müller + +- update to 2.0.0: + * Adopt Ruff + * Tighten MyPy settings + * Update GitHub actions versions + +------------------------------------------------------------------- +Sun Jan 14 10:40:10 UTC 2024 - Dirk Müller + +- update to 1.0.8: + * Remove Sphinx as a required dependency, as circular + dependencies may cause failure with package managers that + expect a directed acyclic graph (DAG) of dependencies. + +------------------------------------------------------------------- +Tue Aug 29 19:03:33 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + +------------------------------------------------------------------- +Mon Aug 28 11:28:56 UTC 2023 - Markéta Machová + +- Update to 1.0.7 + * Drop support for Python 3.8 + * Raise minimum required Sphinx version to 5.0 + * Fix tests for Sphinx 7.1 and below + +------------------------------------------------------------------- +Fri Apr 21 12:36:49 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:45:06 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- +Mon Mar 6 20:30:37 UTC 2023 - Dirk Müller + +- update to 1.0.4: + * Fix package name + * Drop Python 3.8 and lower + * Fix deprecation warnings from Sphinx 6.1 + +------------------------------------------------------------------- +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 + +- Initial commit, needed by Sphinx diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec new file mode 100644 index 0000000..8134d2a --- /dev/null +++ b/python-sphinxcontrib-applehelp.spec @@ -0,0 +1,79 @@ +# +# spec file for package python-sphinxcontrib-applehelp +# +# Copyright (c) 2024 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/ +# + + +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "test" +%define psuffix -test +%bcond_without test +%else +%define psuffix %{nil} +%bcond_with test +%endif +%{?sle15_python_module_pythons} +Name: python-sphinxcontrib-applehelp%{psuffix} +Version: 2.0.0 +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 flit-core} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: gettext +BuildRequires: python-rpm-macros +BuildArch: noarch +%if %{with test} +BuildRequires: %{python_module Sphinx >= 5.0} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module sphinxcontrib-applehelp >= %{version}} +%endif +%python_subpackages + +%description +sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books + +%prep +%setup -q -n sphinxcontrib_applehelp-%{version} + +%build +%pyproject_wheel + +%install +%if !%{with test} +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +%endif + +%if %{with test} +%check +%pytest +%endif + +%if !%{with test} +%files %{python_files} +%doc README.rst CHANGES.rst +%license LICENCE.rst +%dir %{python_sitelib}/sphinxcontrib +%{python_sitelib}/sphinxcontrib/applehelp +%{python_sitelib}/sphinxcontrib_applehelp-%{version}*-info +%endif + +%changelog diff --git a/sphinxcontrib_applehelp-1.0.8.tar.gz b/sphinxcontrib_applehelp-1.0.8.tar.gz new file mode 100644 index 0000000..3402db1 --- /dev/null +++ b/sphinxcontrib_applehelp-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619 +size 19674 diff --git a/sphinxcontrib_applehelp-2.0.0.tar.gz b/sphinxcontrib_applehelp-2.0.0.tar.gz new file mode 100644 index 0000000..1698ee6 --- /dev/null +++ b/sphinxcontrib_applehelp-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1 +size 20053