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/boltons/
Date: Sat,  2 Nov 2024 06:32:13 +0000 (UTC)	[thread overview]
Message-ID: <1730529120.e63a0f0fd8d3acbd023d0f3ddd1a77e9c387c9d5.mgorny@gentoo> (raw)

commit:     e63a0f0fd8d3acbd023d0f3ddd1a77e9c387c9d5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 05:55:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 06:32:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63a0f0f

dev-python/boltons: Bump to 24.1.0

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

 dev-python/boltons/Manifest              |  1 +
 dev-python/boltons/boltons-24.1.0.ebuild | 34 ++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest
index 087ee8e437c5..65cc5048d2d8 100644
--- a/dev-python/boltons/Manifest
+++ b/dev-python/boltons/Manifest
@@ -1 +1,2 @@
 DIST boltons-24.0.0.tar.gz 239550 BLAKE2B e7001b3aa04834f1d234ff7ce996cebd32293189cdf000c8b36719d24b51ab24098c58ad3df58e938a58f319a575b8a0f2f09cec423d33b876103b89ad7d85bb SHA512 afc7f9d495d91e38219378f9f4f287918d6e5b19feb1299c5f504cab1d4a3e0a5fb9fa1c073d46f941c86a18086af5be3a44506d986b010b2595da0c2b908b48
+DIST boltons-24.1.0.tar.gz 240916 BLAKE2B 65f3b3e3c495bcd168badd776e0e04da2339c52fddbaa4ba4ccce6ddc1f6143ab224fa6d89cc4f9a5632fcf91b2e7beac31f92e9587004282b24e177670e9bef SHA512 9f61fb9c9e0a56abc75c61c56bc47ac8ab219d0abd14f700ca609b61f25df392c1b5be3a2bfecd1a2b2c73a50e407c6f90f0460341dfa23d8dfdf8ad530974af

diff --git a/dev-python/boltons/boltons-24.1.0.ebuild b/dev-python/boltons/boltons-24.1.0.ebuild
new file mode 100644
index 000000000000..27be1e660905
--- /dev/null
+++ b/dev-python/boltons/boltons-24.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure-python utilities in the same spirit as the standard library"
+HOMEPAGE="https://boltons.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+DOCS=( CHANGELOG.md README.md TODO.rst )
+
+src_test() {
+	# tests break with pytest-qt, django, and likely more
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+
+	local EPYTEST_DESELECT=(
+		# fails with 3.13, but ignore for now given causes no
+		# issues for the only revdep (maturin's tests)
+		# https://github.com/mahmoud/boltons/issues/365
+		tests/test_funcutils_fb_py3.py::test_update_wrapper_partial\[boltons.funcutils\]
+		tests/test_tbutils.py::test_exception_info
+	)
+
+	distutils-r1_src_test
+}


             reply	other threads:[~2024-11-02  6:32 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-02  6:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-26  8:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/boltons/ Ionen Wolkens
2025-02-24 11:49 Jakov Smolić
2025-02-15 13:39 Michał Górny
2025-02-03  9:28 Ionen Wolkens
2024-11-16  8:22 Michał Górny
2024-11-16  8:19 Michał Górny
2024-08-25 18:38 Arthur Zamarin
2024-05-11 11:35 Ionen Wolkens
2024-05-10  4:26 Ionen Wolkens
2024-04-20 11:23 Michał Górny
2024-04-20 10:04 Sam James
2024-04-01  0:09 Ionen Wolkens
2023-11-30 19:42 Ionen Wolkens
2023-11-21 15:39 Sam James
2023-11-01  7:19 Ionen Wolkens
2023-07-20 10:16 WANG Xuerui
2023-06-11 15:04 Sam James
2023-06-11 15:04 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-05-25  4:16 Ionen Wolkens
2023-05-23 15:16 Arthur Zamarin
2023-03-16 18:13 Michał Górny
2023-03-09 20:13 Ionen Wolkens
2023-02-20  9:38 Ionen Wolkens
2022-10-04 19:58 Ionen Wolkens
2022-09-28 21:27 Sam James
2022-08-13 11:17 Arthur Zamarin
2022-07-01  5:05 Arthur Zamarin
2022-06-19 23:18 Yixun Lan
2022-06-19  9:15 Jakov Smolić
2022-06-18  9:31 Ionen Wolkens
2022-06-18  6:47 Michał Górny
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-11-30  8:22 Arthur Zamarin

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=1730529120.e63a0f0fd8d3acbd023d0f3ddd1a77e9c387c9d5.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