public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markupsafe/
Date: Wed,  9 Oct 2024 06:31:05 +0000 (UTC)	[thread overview]
Message-ID: <1728455446.2abd7c3fecfdebca5b15e2b37fb535a2ef0492cb.mgorny@gentoo> (raw)

commit:     2abd7c3fecfdebca5b15e2b37fb535a2ef0492cb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 05:05:57 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 06:30:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abd7c3f

dev-python/markupsafe: Bump to 3.0.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/markupsafe/Manifest                |  1 +
 dev-python/markupsafe/markupsafe-3.0.1.ebuild | 29 +++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/markupsafe/Manifest b/dev-python/markupsafe/Manifest
index dc644b53f7c4..27b64c396391 100644
--- a/dev-python/markupsafe/Manifest
+++ b/dev-python/markupsafe/Manifest
@@ -1,2 +1,3 @@
 DIST MarkupSafe-2.1.5.tar.gz 19384 BLAKE2B d6ae0e1864983f4ab92f2fd9b58a012a8c76e6f47957681d4acc362b2129d63fe4f4625600a89081afe0e99f868eb604d6c75fec88de9a18ebb32c15f091681b SHA512 3ba5af43d23c266377f5d32b11e1faa7955ea8c67eb1c32886c308527f93e75e387294d0eec7794c0c20aad0c705b27f3d1f86b04202f3b63068d12d4053cc71
 DIST markupsafe-3.0.0.tar.gz 20102 BLAKE2B 26da6978f6d5c5285673f01a3ae47c45c9af94067b408142159e931e794178b5c25d8e90e9e03d3951e246dfc9ad417c374f4dbd86978ffb4fe3d8530931defe SHA512 bacfe1f18f30af0ae99842f117a309fbb583f3a05fa2cb347606f3186538cae0d9c6ad558a58a6b731542752cba66c02660d923b293aa94ea88aa7f05b9b8aeb
+DIST markupsafe-3.0.1.tar.gz 20249 BLAKE2B a76817927e7240e6a450548cdb1741e5046f84d9b0e14a7f156f7fd5004157cc53da8e488660be78a22656abc7505236dfda8e3d6b0ffe606dc1b98b464fca3e SHA512 1d5342766fae024a243e12a2ad384724ec2a9ea5dfd4af1651725ef5201bcec5ca2e520720a05d05d3ca91fcdbf78e00afec6a70a73146ab29e29c6989559651

diff --git a/dev-python/markupsafe/markupsafe-3.0.1.ebuild b/dev-python/markupsafe/markupsafe-3.0.1.ebuild
new file mode 100644
index 000000000000..3b757c2b39b4
--- /dev/null
+++ b/dev-python/markupsafe/markupsafe-3.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN="MarkupSafe"
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
+HOMEPAGE="
+	https://palletsprojects.com/p/markupsafe/
+	https://github.com/pallets/markupsafe/
+	https://pypi.org/project/MarkupSafe/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest
+}


             reply	other threads:[~2024-10-09  6:31 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-09  6:31 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09 11:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/markupsafe/ Michał Górny
2024-10-08  3:00 Michał Górny
2024-05-11  9:07 Michał Górny
2024-03-19  5:52 Michał Górny
2024-03-02 15:30 Arthur Zamarin
2024-02-18 11:43 Jakov Smolić
2024-02-18 11:43 Jakov Smolić
2024-02-18  0:15 Sam James
2024-02-17 22:26 Sam James
2024-02-17 22:26 Sam James
2024-02-17 22:26 Sam James
2024-02-08  4:22 Michał Górny
2024-02-08  1:18 Sam James
2024-02-03 14:03 Arthur Zamarin
2024-02-03 14:03 Arthur Zamarin
2024-02-03 11:22 Arthur Zamarin
2024-02-03 10:54 Sam James
2024-02-03 10:13 Arthur Zamarin
2024-02-03 10:10 Arthur Zamarin
2024-02-03  8:43 Arthur Zamarin
2024-02-03  7:22 Michał Górny
2024-01-20  7:09 Michał Górny
2023-07-17  4:59 Michał Górny
2023-07-16 21:07 Sam James
2023-07-07 21:22 Sam James
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-07-05  8:01 Arthur Zamarin
2023-07-05  8:01 Arthur Zamarin
2023-07-05  5:56 Arthur Zamarin
2023-07-05  5:56 Arthur Zamarin
2023-06-03  6:48 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-20  7:15 Michał Górny
2023-05-20  7:15 Michał Górny
2023-03-16 18:13 Michał Górny
2023-02-21 17:44 Arthur Zamarin
2023-02-20 23:28 Sam James
2023-02-20 19:57 Arthur Zamarin
2023-02-20 19:50 Arthur Zamarin
2023-02-20 19:31 Arthur Zamarin
2023-02-20 19:25 Arthur Zamarin
2023-02-20 19:12 Arthur Zamarin
2023-02-20 19:12 Arthur Zamarin
2023-01-18  7:34 Michał Górny
2022-05-11 12:10 Michał Górny
2022-04-29  7:59 WANG Xuerui
2022-03-26 18:05 Arthur Zamarin
2022-03-26 17:52 Arthur Zamarin
2022-03-21  9:18 Jakov Smolić
2022-03-21  7:50 Agostino Sarubbo
2022-03-21  7:48 Agostino Sarubbo
2022-03-21  7:47 Agostino Sarubbo
2022-03-20 20:30 Arthur Zamarin
2022-03-20 18:34 Sam James
2022-03-20 18:34 Sam James
2022-03-15 14:26 Michał Górny
2022-02-18  9:19 Michał Górny
2021-10-17  9:07 Michał Górny
2021-06-16  6:52 Agostino Sarubbo
2021-06-15 16:56 Sergei Trofimovich
2021-06-15  7:07 Agostino Sarubbo
2021-06-15  5:25 Sam James
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2021-05-19  5:59 Michał Górny
2021-05-12  8:37 Michał Górny
2021-05-05 19:14 Michał Górny
2020-09-20 14:19 Michał Górny
2020-08-09 14:57 Mikle Kolyada
2020-05-25 19:48 Michał Górny
2020-04-05 10:07 Sergei Trofimovich
2020-03-27 21:25 Michał Górny
2020-03-26 10:22 Agostino Sarubbo
2020-03-26 10:19 Agostino Sarubbo
2020-03-26  8:29 Agostino Sarubbo
2020-03-26  7:53 Sergei Trofimovich
2020-03-25 17:44 Agostino Sarubbo
2020-03-25 16:14 Agostino Sarubbo
2020-03-25 16:12 Agostino Sarubbo
2019-12-04  6:48 Aaron Bauman
2019-11-16 18:12 Patrick McLean
2019-11-15 23:01 Patrick McLean
2018-04-24 21:45 Michał Górny
2017-09-12  9:13 Fabian Groffen
2017-01-29 17:15 Fabian Groffen
2015-10-16 19:19 Mike Frysinger

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=1728455446.2abd7c3fecfdebca5b15e2b37fb535a2ef0492cb.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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