Marcel Telka
2023-12-04 1131ef201539e03faedd1e8923c4f478ef195a69
python/markdown2: update to 2.4.11

2 files deleted
3 files modified
48 ■■■■ changed files
components/python/markdown2/Makefile 10 ●●●●● patch | view | raw | blame | history
components/python/markdown2/history 2 ●●● patch | view | raw | blame | history
components/python/markdown2/patches/01-no-shebang.patch 7 ●●●●● patch | view | raw | blame | history
components/python/markdown2/python-integrate-project.conf 21 ●●●●● patch | view | raw | blame | history
components/python/markdown2/test/results-all.master 8 ●●●● patch | view | raw | blame | history
components/python/markdown2/Makefile
@@ -19,23 +19,19 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        markdown2
HUMAN_VERSION =            2.4.10
HUMAN_VERSION =            2.4.11
COMPONENT_SUMMARY =        markdown2 - A fast and complete Python implementation of Markdown
COMPONENT_PROJECT_URL =        https://github.com/trentm/python-markdown2
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/8e/b3/64c459af88ea8c2eeb020d0edf3e36c62176e988c47e412133c37c5da5e7/markdown2-2.4.10.tar.gz
    https://files.pythonhosted.org/packages/a7/b7/0ba8568968673ba5bcd221525ec364820b46dea9da441146d72cae4df18a/markdown2-2.4.11.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:cdba126d90dc3aef6f4070ac342f974d63f415678959329cc7909f96cc235d72
    sha256:c04841d0f9df37457396b9d73c54846ddb097a73e7eb7c81d1589e0bba566cda
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
TEST_STYLE = pytest
include $(WS_MAKE_RULES)/common.mk
# Disable some plugins to get tests passed
PYTEST_ADDOPTS += -p no:black
PYTEST_ADDOPTS += -p no:mypy
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
components/python/markdown2/history
@@ -1 +1 @@
library/python/markdown2-37@2.4.9,5.11-2023.0.0.1 noincorporate
library/python/markdown2-37@2.4.9,5.11-2023.0.0.2
components/python/markdown2/patches/01-no-shebang.patch
File was deleted
components/python/markdown2/python-integrate-project.conf
File was deleted
components/python/markdown2/test/results-all.master
@@ -1,12 +1,9 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D)
asyncio: mode=strict
collecting ... collected 10 items
collecting ... collected 8 items
::project PASSED
test/test_markdown2.py::DirectTestCase::test_code_in_strong PASSED
test/test_markdown2.py::DirectTestCase::test_pre PASSED
test/test_markdown2.py::DirectTestCase::test_russian PASSED
@@ -22,5 +19,4 @@
    def test_cases():
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 8 passed, 1 xfailed, 1 warning ========
======== 7 passed, 1 xfailed, 1 warning ========