Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a630392b8 | ||
|
|
8624c18f2e | ||
|
|
c1c3b6c3e1 | ||
|
|
80b87b2e3d |
3 changed files with 12 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
yarn run v1.22.22
|
||||
$ /tmp/node_modules/.bin/license-checker --summary
|
||||
├─ MIT: 236
|
||||
├─ ISC: 35
|
||||
├─ MIT: 237
|
||||
├─ ISC: 33
|
||||
├─ BSD-2-Clause: 15
|
||||
├─ BSD-3-Clause: 6
|
||||
├─ Apache-2.0: 4
|
||||
|
|
@ -11,4 +11,4 @@ $ /tmp/node_modules/.bin/license-checker --summary
|
|||
├─ CC-BY-3.0: 1
|
||||
└─ (MIT AND CC-BY-3.0): 1
|
||||
|
||||
Done in 0.47s.
|
||||
Done in 0.48s.
|
||||
|
|
@ -1,12 +1,14 @@
|
|||
%global giturl https://github.com/pradyunsg/furo
|
||||
|
||||
Name: python-furo
|
||||
Version: 2024.04.27
|
||||
Version: 2024.08.06
|
||||
Release: %autorelease
|
||||
Summary: Clean customizable Sphinx documentation theme
|
||||
|
||||
License: MIT
|
||||
URL: https://pradyunsg.me/furo/
|
||||
VCS: https://github.com/pradyunsg/furo
|
||||
Source0: %{vcs}/archive/%{version}/furo-%{version}.tar.gz
|
||||
VCS: git:%{giturl}.git
|
||||
Source0: %{giturl}/archive/%{version}/furo-%{version}.tar.gz
|
||||
# Source1 and Source2 created with ./prepare_vendor.sh
|
||||
Source1: furo-%{version}-vendor.tar.xz
|
||||
Source2: furo-%{version}-vendor-licenses.txt
|
||||
|
|
@ -69,6 +71,7 @@ Summary: Documentation for %{name}
|
|||
# - _static/readthedocs-dummy.js: MIT
|
||||
# - _static/searchtools.js: BSD-2-Clause
|
||||
# - _static/skeleton.css: MIT
|
||||
# - _static/sphinx-design.min.css: MIT
|
||||
# - _static/sphinx_highlight.js: BSD-2-Clause
|
||||
# - _static/tabs.*: MIT
|
||||
License: MIT AND BSD-2-Clause AND CC-BY-SA-4.0
|
||||
|
|
@ -113,7 +116,7 @@ rm -rf html/{.buildinfo,.doctrees}
|
|||
%check
|
||||
# The tests require web access. If any tests show up that can be run without a
|
||||
# network, do this:
|
||||
#%%pytest
|
||||
#%%pytest -v
|
||||
%pyproject_check_import
|
||||
|
||||
%files -n python3-furo -f %{pyproject_files}
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (furo-2024.04.27.tar.gz) = d088b807dc414d941ed732db48d7c834e1f40f3fe31a166783d0419c773641655fab3402b670c8c58ba4e8460fb677ac58a053d7e5f52067e65e1047cfa1d20b
|
||||
SHA512 (furo-2024.04.27-vendor.tar.xz) = a240d679ac25eaac23dedfed8ffacec61451adb69a5910bf520f3ab6836e2ec5a714e7496291025eb6c6d88b38fa67ceb864e6a17547f5c3a6e53930125e5984
|
||||
SHA512 (furo-2024.08.06.tar.gz) = 671361ddc4723663896ba7c1d8ff391da4a8c8298257727d6ba1ad9180295b3c110253632e1f1e8895d809ef193f659edcfcc8caaa1d889f2d24e808e807583d
|
||||
SHA512 (furo-2024.08.06-vendor.tar.xz) = 4a4313b30aff8dcb12ca857064bf73a18e3287e1fdd9e5ca55b277519628b8401b287f48195271d09e88249c431d390f3710f10b82b498f0176c4c40a415bb39
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue