forked from pool/python-sphinxcontrib-svg2pdfconverter
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 033bf28d02 | |||
| a31c756ef9 |
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 10 21:45:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.2.3:
|
||||||
|
* provide support for RSVG converter's ``--format`` argument. In
|
||||||
|
more recent RSVG builds, the ``pdf1.5`` format will generate
|
||||||
|
the fewest warnings with LaTeX backends. By default, this is
|
||||||
|
``pdf``.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 20:14:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu May 4 20:14:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-svg2pdfconverter
|
# spec file for package python-sphinxcontrib-svg2pdfconverter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,18 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-sphinxcontrib-svg2pdfconverter
|
Name: python-sphinxcontrib-svg2pdfconverter
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx SVG to PDF converter extension
|
Summary: Sphinx SVG to PDF converter extension
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
|
URL: https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-svg2pdfconverter/sphinxcontrib-svg2pdfconverter-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-svg2pdfconverter/sphinxcontrib_svg2pdfconverter-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx >= 1.6.3}
|
BuildRequires: %{python_module Sphinx >= 1.6.3}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 1.6.3
|
Requires: python-Sphinx >= 1.6.3
|
||||||
@@ -39,18 +40,20 @@ BuildArch: noarch
|
|||||||
Sphinx SVG to PDF converter extension
|
Sphinx SVG to PDF converter extension
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n sphinxcontrib-svg2pdfconverter-%{version}
|
%autosetup -p1 -n sphinxcontrib_svg2pdfconverter-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/sphinxcontrib
|
||||||
|
%{python_sitelib}/sphinxcontrib*.pth
|
||||||
|
%{python_sitelib}/sphinxcontrib_svg2pdfconverter-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80a55ca61f70eae93efc65f3814f2f177c86ba55934a9f6c5022f1778b62146b
|
|
||||||
size 5516
|
|
||||||
3
sphinxcontrib_svg2pdfconverter-1.2.3.tar.gz
Normal file
3
sphinxcontrib_svg2pdfconverter-1.2.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb5d517b634c5629522004c59edce4d9050d89822408cab452c7d52fe5ae9824
|
||||||
|
size 5774
|
||||||
Reference in New Issue
Block a user