14
0

Accepting request 1239851 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1239851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=10
This commit is contained in:
2025-01-23 17:02:04 +00:00
committed by Git OBS Bridge
4 changed files with 36 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 22 19:33:20 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- update to 10.14.1:
* FIX: MagicLink: Ensure that repo names that start with . are
handled correctly.
* FIX: FancyLists: Fix case were lists could be falsely created
when a line started with . or ).
-------------------------------------------------------------------
Sat Jan 18 15:52:16 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
- Fix build requires versions.
-------------------------------------------------------------------
Wed Jan 8 20:08:07 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- update to 10.14:
* NEW: Blocks.HTML: Add new custom option to specify tags and the
assumed handling for them when automatic mode is assumed. This
can also be used to override the handling for recognized tags
with automatic handling.
* FIX: Fix tests to pass with Pygments 2.19+.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 23 19:32:33 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr> Mon Dec 23 19:32:33 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pymdown-extensions # spec file for package python-pymdown-extensions
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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,26 +16,30 @@
# #
%define skip_python2 1
%define skip_python36 1
%{?sle15_python_module_pythons}
Name: python-pymdown-extensions Name: python-pymdown-extensions
Version: 10.13 Version: 10.14.1
Release: 0 Release: 0
Summary: Extension pack for Python Markdown Summary: Extension pack for Python Markdown
License: MIT License: MIT
URL: https://github.com/facelessuser/pymdown-extensions URL: https://github.com/facelessuser/pymdown-extensions
Source: https://github.com/facelessuser/pymdown-extensions/archive/refs/tags/%{version}.tar.gz#/pymdown-extensions-%{version}.tar.gz Source: https://github.com/facelessuser/pymdown-extensions/archive/refs/tags/%{version}.tar.gz#/pymdown-extensions-%{version}.tar.gz
BuildRequires: %{python_module Markdown >= 3.6} BuildRequires: %{python_module Markdown >= 3.6}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling} BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
# test requirements # test requirements
BuildRequires: %{python_module PyYAML >= 3.10} BuildRequires: %{python_module PyYAML >= 3.10}
BuildRequires: %{python_module Pygments >= 2.12} BuildRequires: %{python_module Pygments >= 2.19.1}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
# #
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Markdown >= 3.6 Requires: python-Markdown >= 3.6
Requires: python-PyYAML >= 3.10 Requires: python-PyYAML >= 3.10
Recommends: python-Pygments >= 2.12 Recommends: python-Pygments >= 2.19.1
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages