diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-12 09:40:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-12 09:40:38 +0000 |
| commit | 990e232a39a4645aa993dd440c997f1a01304379 (patch) | |
| tree | cf9422fc9b5b71da1115ec00b340038c67b1bc24 /dev-python/mkdocs-rss-plugin | |
| parent | 1324fae2c705470d82e82a946b181c55341380d1 (diff) | |
| download | baldeagleos-repo-990e232a39a4645aa993dd440c997f1a01304379.tar.gz baldeagleos-repo-990e232a39a4645aa993dd440c997f1a01304379.tar.xz baldeagleos-repo-990e232a39a4645aa993dd440c997f1a01304379.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mkdocs-rss-plugin')
| -rw-r--r-- | dev-python/mkdocs-rss-plugin/Manifest | 4 | ||||
| -rw-r--r-- | dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.17.3.ebuild (renamed from dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.17.1.ebuild) | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest index 9275a431e531..089e663a4a46 100644 --- a/dev-python/mkdocs-rss-plugin/Manifest +++ b/dev-python/mkdocs-rss-plugin/Manifest @@ -1,2 +1,2 @@ -DIST mkdocs-rss-plugin-1.17.1.gh.tar.gz 563372 BLAKE2B 56cda61588c2a060242d7e0aad18376d409d7e04baa12440494234387bf3128c37c7eb53a5ffe36516ae9509b3195bfeba788395d83ea5ed3be5c5b9cfc739d6 SHA512 ba45b87a6bc4cdaf386ce285bdd40c9724901c14451b91be6d65bc1690112bf1997c836693fca2d8248c9764a82a6fcaf939e4f71463ff854133be938efec327 -DIST mkdocs-rss-plugin-cache-1.17.1.gh.tar.gz 3678685 BLAKE2B ec4a3187f85ff61369b38fc8e364f8236e3d154efc4b61c252beb1aadd60c4ad24cb04ecdb1af2830de6976e619efdfa464775f5b6ec81830a2ca9220fa1b312 SHA512 b39dfec8ba3c74be552bd4694542d4a65c113b07b40729c766ffc254ae625ebc4b9739c762e134dcd3e1f7ff2a1ee909c50ba02957f2822d702ad9e1f5237d26 +DIST mkdocs-rss-plugin-1.17.3.gh.tar.gz 564199 BLAKE2B 9bd80853b7f5391c6db7f8195f4ffbc442d81034e112ed1488aff97a91e4ec33253e6a06dd89c762a3dfb5ef11285b31ac3a6a1a58ddb7149a7543d7d2243a30 SHA512 f4091ba2efd93c79cb443c4e333eea6afba2a44ae80d951b80034afc2fb49ce4db11dd3a95e47818b1ef942e52687033d011d79936e7ec0fb5c3de7eaeb35d96 +DIST mkdocs-rss-plugin-cache-1.17.3.gh.tar.gz 3727959 BLAKE2B 2c4fbefc0eaf180b83098a2cb4a871c3f084e928ec4ba1bb40f22909a880c1477e5a353679c8514bf6e3a43de27190a9762742ef884d6ecd465a8c448c4d6cd4 SHA512 58692cb03051c4336f3372b8e0736272c87d9aa863bb680edd9720e665a80ee35dc092c6d0dab4152777edbfea0a72c9602a11969970d1dd4a066c258d8156d0 diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.17.1.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.17.3.ebuild index e0d30c9b0f58..538b7cdb0b2d 100644 --- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.17.1.ebuild +++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.17.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND=" @@ -76,6 +76,7 @@ python_test() { tests/test_build.py::TestBuildRss tests/test_rss_util.py::TestRssUtil::test_remote_image_ok tests/test_integrations_material_social_cards.py::TestRssPluginIntegrationsMaterialSocialCards::test_simple_build + tests/test_integrations_material_social_cards.py::TestRssPluginIntegrationsMaterialSocialCards::test_plugin_config_social_cards_enabled_with_directory_urls_disabled ) epytest "${S}"/tests || die "Tests failed with ${EPYTHON}" } |
