- update to 32.0:

* Allow start attribute in ordered lists (#216)
  * No limit rendering RST one column field names (#219)
  * Render disabled checkboxes from Markdown (#217)
  * support cmarkgfm>=0.6.0 (#209)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=15
This commit is contained in:
Dirk Mueller 2022-01-16 12:50:10 +00:00 committed by Git OBS Bridge
parent d49c45c547
commit f4dc362560
4 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 16 12:48:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 32.0:
* Allow start attribute in ordered lists (#216)
* No limit rendering RST one column field names (#219)
* Render disabled checkboxes from Markdown (#217)
* support cmarkgfm>=0.6.0 (#209)
-------------------------------------------------------------------
Mon Mar 22 10:45:29 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-readme_renderer
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,16 +19,12 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-readme_renderer
Version: 29.0
Version: 32.0
Release: 0
Summary: A library for rendering "readme" descriptions
License: Apache-2.0
URL: https://github.com/pypa/readme_renderer
Source: https://files.pythonhosted.org/packages/source/r/readme_renderer/readme_renderer-%{version}.tar.gz
# PATCH-FIX-UPSTREAM remove-mock.patch -- part of gh#pypa/readme_renderer#192
Patch0: https://github.com/pypa/readme_renderer/commit/091bcd6.patch#/remove-mock.patch
# PATCH-FIX-UPSTREAM remove-six.patch -- part of gh#pypa/readme_renderer#192
Patch1: https://github.com/pypa/readme_renderer/commit/690e524.patch#/remove-six.patch
BuildRequires: %{python_module Pygments >= 2.5.1}
BuildRequires: %{python_module bleach >= 2.1.0}
BuildRequires: %{python_module cmarkgfm >= 0.5.0}

View File

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

View File

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