17
0

Compare commits

2 Commits

Author SHA256 Message Date
ce5aa29261 Accepting request 1223206 from devel:languages:python
- 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``.

  * Fix CairSVGConverter::convert for usage on Windows
  * Use errno symbols from standard library

OBS-URL: https://build.opensuse.org/request/show/1223206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-svg2pdfconverter?expand=0&rev=8
2024-11-11 12:45:24 +00:00
b0f814f470 - 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``.
  * Fix CairSVGConverter::convert for usage on Windows
  * Use errno symbols from standard library

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-svg2pdfconverter?expand=0&rev=13
2024-11-10 21:47:55 +00:00
4 changed files with 26 additions and 14 deletions

View File

@@ -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>
@@ -16,13 +25,13 @@ Mon Nov 29 11:50:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
* Match inkscape version number only
* Fix CairSVGConverter::convert for usage on Windows
* Fix CairSVGConverter::convert for usage on Windows
-------------------------------------------------------------------
Sat Jul 17 13:34:17 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.1.1:
* Use errno symbols from standard library
* Use errno symbols from standard library
-------------------------------------------------------------------
Tue Jul 28 09:12:16 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,19 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-svg2pdfconverter
Version: 1.2.2
Version: 1.2.3
Release: 0
Summary: Sphinx SVG to PDF converter extension
License: BSD-2-Clause
Group: Development/Languages/Python
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 pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 1.6.3
@@ -39,18 +40,20 @@ BuildArch: noarch
Sphinx SVG to PDF converter extension
%prep
%setup -q -n sphinxcontrib-svg2pdfconverter-%{version}
%autosetup -p1 -n sphinxcontrib_svg2pdfconverter-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*
%{python_sitelib}/sphinxcontrib
%{python_sitelib}/sphinxcontrib*.pth
%{python_sitelib}/sphinxcontrib_svg2pdfconverter-%{version}.dist-info
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80a55ca61f70eae93efc65f3814f2f177c86ba55934a9f6c5022f1778b62146b
size 5516

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb5d517b634c5629522004c59edce4d9050d89822408cab452c7d52fe5ae9824
size 5774