Sync from SUSE:SLFO:Main python-readme_renderer revision 3e96f8bb3f0f47f7fce4bd387c83d758
This commit is contained in:
parent
cd0caaeb0c
commit
a934c81973
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 12:54:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 43.0:
|
||||||
|
* Allow HTML5 picture tag through cleaner
|
||||||
|
* Test against Python 3.12
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 27 16:45:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 42.0:
|
||||||
|
* Migrate from ``bleach`` to ``nh3`` (#295)
|
||||||
|
* Migrate from ``setup.py`` to ``pyproject.toml``
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 7 11:38:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Sep 7 11:38:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-readme_renderer
|
# spec file for package python-readme_renderer
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -18,23 +18,24 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-readme_renderer
|
Name: python-readme_renderer
|
||||||
Version: 41.0
|
Version: 43.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for rendering "readme" descriptions
|
Summary: A library for rendering "readme" descriptions
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/pypa/readme_renderer
|
URL: https://github.com/pypa/readme_renderer
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/readme_renderer/readme_renderer-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/readme_renderer/readme_renderer-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Pygments >= 2.5.1}
|
BuildRequires: %{python_module Pygments >= 2.5.1}
|
||||||
BuildRequires: %{python_module bleach >= 2.1.0}
|
|
||||||
BuildRequires: %{python_module cmarkgfm >= 0.7.0}
|
BuildRequires: %{python_module cmarkgfm >= 0.7.0}
|
||||||
BuildRequires: %{python_module docutils >= 0.13.1}
|
BuildRequires: %{python_module docutils >= 0.13.1}
|
||||||
|
BuildRequires: %{python_module nh3 >= 0.2.14}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Pygments >= 2.5.1
|
Requires: python-Pygments >= 2.5.1
|
||||||
Requires: python-bleach >= 2.1.0
|
|
||||||
Requires: python-docutils >= 0.13.1
|
Requires: python-docutils >= 0.13.1
|
||||||
|
Requires: python-nh3 >= 0.2.14
|
||||||
Recommends: python-cmarkgfm >= 0.7.0
|
Recommends: python-cmarkgfm >= 0.7.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -48,10 +49,10 @@ long_description for packages.
|
|||||||
%autosetup -p1 -n readme_renderer-%{version}
|
%autosetup -p1 -n readme_renderer-%{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}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -62,6 +63,6 @@ export LANG=en_US.UTF-8
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
%{python_sitelib}/readme_renderer
|
%{python_sitelib}/readme_renderer
|
||||||
%{python_sitelib}/readme_renderer-%{version}*-info
|
%{python_sitelib}/readme_renderer-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
readme_renderer-41.0.tar.gz
(Stored with Git LFS)
BIN
readme_renderer-41.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
readme_renderer-43.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
readme_renderer-43.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user