From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-rss-plugin/
Date: Wed, 27 Dec 2023 20:23:23 +0000 (UTC) [thread overview]
Message-ID: <1703542882.45b4807477f7575cc91efefa09a03fd5f9c9c58d.davidroman@gentoo> (raw)
commit: 45b4807477f7575cc91efefa09a03fd5f9c9c58d
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 25 22:21:22 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 25 22:21:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45b48074
dev-python/mkdocs-rss-plugin: add 1.11.0, drop 1.6.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
| 2 +-
| 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
--git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest
index 72294a5a89..ef2575b1be 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-rss-plugin-1.6.0.gh.tar.gz 40747 BLAKE2B b10b65dc28a7c72b7f4ba6b2a9b866640dad196522724de510629183c71c80ab7fd3de66cca9fc06373b08b0ab2434248b8b2cf7d82ee12c06e94f73e61d0124 SHA512 b3f7a4037eddd0c9bd98448026d82407ba7042c4b4c33bbfa1932e516cdd54c26bc326030e4dc30e92d7e8f8aea3bdc83969f57f17d7e8668547d92c57ff714b
+DIST mkdocs-rss-plugin-1.11.0.gh.tar.gz 497347 BLAKE2B 25a1f90bc263804dcb4bb08aee7f58a8b999f5cb7004f7ba3215e90cba3f74611ab8101f19d34df10a833312a06a6fae3ab23a2578dd5ef3f6cc61d9b9ac3a9d SHA512 670b51f350ddca64e8637c910075aa1e84ae6950861cf4d84726b47df59bf7e701fc4e556153e337e753128a6233c1f21decee657c14a069be3494a220526acc
diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
similarity index 81%
rename from dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
rename to dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
index 87050fd620..c649e688f1 100644
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
@@ -22,9 +22,11 @@ BDEPEND="
test? (
dev-python/black[${PYTHON_USEDEP}]
dev-python/feedparser[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
dev-vcs/pre-commit
dev-python/validator-collection[${PYTHON_USEDEP}]
dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
+ dev-python/mkdocs-material[${PYTHON_USEDEP}]
dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pymdown-extensions[${PYTHON_USEDEP}]
@@ -51,6 +53,9 @@ python_test() {
git config --global user.name nobody || die
git config --global user.email foo.bar@example.org || die
local EPYTEST_IGNORE="${S}/tests/_wip"
- local EPYTEST_DESELECT="tests/test_rss_util.py::TestRssUtil::test_remote_image_ok"
+ local EPYTEST_DESELECT=(
+ tests/test_rss_util.py::TestRssUtil::test_remote_image_ok
+ tests/test_integrations_material_social_cards.py::TestRssPluginIntegrationsMaterialSocialCards::test_simple_build
+ )
epytest "${S}"/tests || die "Tests failed with ${EPYTHON}"
}
next reply other threads:[~2023-12-27 20:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-27 20:23 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-30 15:30 [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-rss-plugin/ Julien Roy
2024-11-25 1:37 Haelwenn Monnier
2024-10-11 9:55 David Roman
2024-06-01 22:03 Julien Roy
2024-04-15 9:26 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-15 9:34 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-10 21:26 Haelwenn Monnier
2023-03-13 8:29 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1703542882.45b4807477f7575cc91efefa09a03fd5f9c9c58d.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox