From c0608b0d7924c853cbd43f29c28e883546342c23dfd6df60ab1ffba21b4ee9eb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Dec 2023 13:55:28 +0000 Subject: [PATCH] - update to 1.4.1: * Correct the Sphinx version dependency. - update to 1.4.0: * Add support for PeerTube * Various minor big fixes - update to 1.3.0: * Code and documentation refactor * Contributing instructions * Installation and configuration instructions * Only download thumbnails for LaTeX targets. * Fix to thumnail folder name. * parallel build safety. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-youtube?expand=0&rev=4 --- python-sphinxcontrib-youtube.changes | 16 ++++++++++++++++ python-sphinxcontrib-youtube.spec | 17 +++++++---------- sphinxcontrib-youtube-1.2.0.tar.gz | 3 --- sphinxcontrib_youtube-1.4.1.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 sphinxcontrib-youtube-1.2.0.tar.gz create mode 100644 sphinxcontrib_youtube-1.4.1.tar.gz diff --git a/python-sphinxcontrib-youtube.changes b/python-sphinxcontrib-youtube.changes index 04c01b1..c956cef 100644 --- a/python-sphinxcontrib-youtube.changes +++ b/python-sphinxcontrib-youtube.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Dec 4 13:44:37 UTC 2023 - Dirk Müller + +- update to 1.4.1: + * Correct the Sphinx version dependency. +- update to 1.4.0: + * Add support for PeerTube + * Various minor big fixes +- update to 1.3.0: + * Code and documentation refactor + * Contributing instructions + * Installation and configuration instructions + * Only download thumbnails for LaTeX targets. + * Fix to thumnail folder name. + * parallel build safety. + ------------------------------------------------------------------- Mon Aug 7 14:51:13 UTC 2023 - Matej Cepl diff --git a/python-sphinxcontrib-youtube.spec b/python-sphinxcontrib-youtube.spec index 3872c7d..0152027 100644 --- a/python-sphinxcontrib-youtube.spec +++ b/python-sphinxcontrib-youtube.spec @@ -18,24 +18,22 @@ %{?sle15_python_module_pythons} Name: python-sphinxcontrib-youtube -Version: 1.2.0 +Version: 1.4.1 Release: 0 Summary: Sphinx "youtube" extension License: BSD-3-Clause URL: https://github.com/sphinx-contrib/youtube -Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-youtube/sphinxcontrib-youtube-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-youtube/sphinxcontrib_youtube-%{version}.tar.gz +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Sphinx >= 0.6 +Requires: python-Sphinx >= 6.1 Requires: python-requests -Suggests: python-furo -Suggests: python-sphinx-copybutton BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module Sphinx >= 0.6} +BuildRequires: %{python_module Sphinx >= 6.1} BuildRequires: %{python_module requests} # /SECTION %python_subpackages @@ -44,7 +42,7 @@ BuildRequires: %{python_module requests} Sphinx "youtube" extension %prep -%autosetup -p1 -n sphinxcontrib-youtube-%{version} +%autosetup -p1 -n sphinxcontrib_youtube-%{version} %build %pyproject_wheel @@ -54,9 +52,8 @@ Sphinx "youtube" extension %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc README.rst +%license LICENCE %{python_sitelib}/sphinxcontrib/youtube -%{python_sitelib}/sphinxcontrib_youtube-%{version}*-nspkg.pth %{python_sitelib}/sphinxcontrib_youtube-%{version}*-info %changelog diff --git a/sphinxcontrib-youtube-1.2.0.tar.gz b/sphinxcontrib-youtube-1.2.0.tar.gz deleted file mode 100644 index e2f2a8c..0000000 --- a/sphinxcontrib-youtube-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f468b76550e926c6d918c97b921d6ccc8ec6bc13004746dea309788ea9268991 -size 6362 diff --git a/sphinxcontrib_youtube-1.4.1.tar.gz b/sphinxcontrib_youtube-1.4.1.tar.gz new file mode 100644 index 0000000..7b54d24 --- /dev/null +++ b/sphinxcontrib_youtube-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7871c8af47fd2b5c9727615354b7f95bce554be8be45b9fa8e5bc022f88059 +size 6023