forked from pool/python-sphinxcontrib-youtube
- 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
This commit is contained in:
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 4 13:44:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcepl@suse.com>
|
Mon Aug 7 14:51:13 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -18,24 +18,22 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sphinxcontrib-youtube
|
Name: python-sphinxcontrib-youtube
|
||||||
Version: 1.2.0
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx "youtube" extension
|
Summary: Sphinx "youtube" extension
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/sphinx-contrib/youtube
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 0.6
|
Requires: python-Sphinx >= 6.1
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Suggests: python-furo
|
|
||||||
Suggests: python-sphinx-copybutton
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Sphinx >= 0.6}
|
BuildRequires: %{python_module Sphinx >= 6.1}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -44,7 +42,7 @@ BuildRequires: %{python_module requests}
|
|||||||
Sphinx "youtube" extension
|
Sphinx "youtube" extension
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n sphinxcontrib-youtube-%{version}
|
%autosetup -p1 -n sphinxcontrib_youtube-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -54,9 +52,8 @@ Sphinx "youtube" extension
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%license LICENCE
|
||||||
%{python_sitelib}/sphinxcontrib/youtube
|
%{python_sitelib}/sphinxcontrib/youtube
|
||||||
%{python_sitelib}/sphinxcontrib_youtube-%{version}*-nspkg.pth
|
|
||||||
%{python_sitelib}/sphinxcontrib_youtube-%{version}*-info
|
%{python_sitelib}/sphinxcontrib_youtube-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f468b76550e926c6d918c97b921d6ccc8ec6bc13004746dea309788ea9268991
|
|
||||||
size 6362
|
|
3
sphinxcontrib_youtube-1.4.1.tar.gz
Normal file
3
sphinxcontrib_youtube-1.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb7871c8af47fd2b5c9727615354b7f95bce554be8be45b9fa8e5bc022f88059
|
||||||
|
size 6023
|
Reference in New Issue
Block a user