From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blinker/
Date: Tue, 7 May 2024 01:57:46 +0000 (UTC) [thread overview]
Message-ID: <1715046420.59f5b7e89a8c789f81dbc42f4b3c3515a8c4d93d.mgorny@gentoo> (raw)
commit: 59f5b7e89a8c789f81dbc42f4b3c3515a8c4d93d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 01:47:00 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 7 01:47:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f5b7e8
dev-python/blinker: Bump to 1.8.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/blinker/Manifest | 1 +
dev-python/blinker/blinker-1.8.2.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/blinker/Manifest b/dev-python/blinker/Manifest
index 0493698cb32f..3e4dbe9aebe0 100644
--- a/dev-python/blinker/Manifest
+++ b/dev-python/blinker/Manifest
@@ -1,3 +1,4 @@
DIST blinker-1.7.0.tar.gz 28134 BLAKE2B afff064a79ae7ab9fcee46c7eb3f6557bd9149be0a10cddfd13f969649a7aa57cec727cc6a10c54af2f676b8dc9be69beaf6521b5764555ac3e97fda7b68f5f8 SHA512 b55dc104fd69bf9f682184202f9da7cb6925e7e863f38d5ad5b4b5988b2315aae02da6f4c9f0ec34238b8d5b9b6eec52b06258d93e14416cda3e2b718d9aa60c
DIST blinker-1.8.0.tar.gz 22598 BLAKE2B 80a08bc860acc049ea4bbc30dd23f74ed7b0507a6f4dd550a0fb946233445b930732300ddc2201f6217b0557c082fbc90774d64a587ed448d839ee1b085b0c09 SHA512 1862589712c8828b2d9b3d434f213017cd81b2de100290de126a0d796920bd34ac00a667cb3bc8811071c275001e4d1a0dd0cc3563d15ef4b2139769ae3d5ef3
DIST blinker-1.8.1.tar.gz 23191 BLAKE2B 5d1b5016b24669b8f602beb650126a4da8a7aaee6d096200634206ae3ebcdcbb5d7f3bb554269a08e0aacba0dc7dcda1a2977aeb5c8ef5f38c81dc8892d786d5 SHA512 b6adada7f314369863070e830364833aade954e4cedca390643223d632c110a314856fb1c050402cad7e64959500c4d27d149ce7b682ee6bde99a69dc66ea495
+DIST blinker-1.8.2.tar.gz 23161 BLAKE2B 43254180a0486ee6787f7f02c17418524182529505c5a5d01abc1f151ef85bc736fc442d3e88d670e638c866537863476a2efdc1baf8e39017add9a1372749ed SHA512 037822e014974aaa9d6faf76805b09c06d697de9555cf4cd1265e639c52f72c5ed905e4698140b49a5e011806d91541636a7cf58082aabdd927c60dffd7df012
diff --git a/dev-python/blinker/blinker-1.8.2.ebuild b/dev-python/blinker/blinker-1.8.2.ebuild
new file mode 100644
index 000000000000..9df417e40e36
--- /dev/null
+++ b/dev-python/blinker/blinker-1.8.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fast, simple object-to-object and broadcast signaling"
+HOMEPAGE="
+ https://github.com/pallets-eco/blinker/
+ https://pypi.org/project/blinker/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+BDEPEND="
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest -p asyncio
+}
next reply other threads:[~2024-05-07 1:57 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-07 1:57 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-11 20:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/blinker/ Sam James
2025-02-16 14:46 Michał Górny
2024-11-23 8:17 Michał Górny
2024-11-23 8:13 Arthur Zamarin
2024-11-08 20:27 Michał Górny
2024-06-01 8:10 Michał Górny
2024-06-01 7:53 Arthur Zamarin
2024-05-11 11:05 Michał Górny
2024-04-29 3:33 Michał Górny
2024-04-28 2:37 Michał Górny
2024-04-18 15:45 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-11-02 5:30 Michał Górny
2023-10-08 17:48 Michał Górny
2023-05-27 9:44 Arthur Zamarin
2023-05-05 13:43 Michał Górny
2023-05-05 6:56 Arthur Zamarin
2023-04-13 5:13 Michał Górny
2023-04-10 6:07 Michał Górny
2023-04-03 2:50 Michał Górny
2023-04-03 2:50 Michał Górny
2023-03-16 3:44 Michał Górny
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:47 Sam James
2022-07-18 7:54 Michał Górny
2022-06-12 8:37 Michał Górny
2022-06-12 6:18 Sam James
2022-05-12 20:31 Michał Górny
2022-05-11 12:56 Jakov Smolić
2021-05-07 11:25 Michał Górny
2020-11-28 8:27 Sam James
2020-11-28 8:27 Sam James
2020-09-20 10:24 Michał Górny
2020-07-15 20:18 Sergei Trofimovich
2020-05-26 10:35 Michał Górny
2020-05-08 17:15 Agostino Sarubbo
2020-05-05 22:13 Sergei Trofimovich
2020-04-08 14:01 Agostino Sarubbo
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2020-03-16 5:54 Matt Turner
2020-01-14 19:57 Sergei Trofimovich
2019-12-24 17:03 Sergei Trofimovich
2019-12-02 21:13 Aaron Bauman
2019-11-22 17:50 Michał Górny
2019-11-22 17:50 Michał Górny
2018-08-30 15:48 Virgil Dupras
2018-08-21 2:11 Virgil Dupras
2018-03-18 19:19 Michał Górny
2018-01-28 20:41 Markus Meier
2017-12-24 13:38 Sergei Trofimovich
2017-05-02 19:15 Michał Górny
2017-02-13 7:09 Zac Medico
2017-01-17 16:22 Agostino Sarubbo
2016-02-28 7:00 Matt Thode
2015-12-17 14:48 Justin Lecher
2015-12-09 15:10 Justin Lecher
2015-12-09 15:10 Justin Lecher
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=1715046420.59f5b7e89a8c789f81dbc42f4b3c3515a8c4d93d.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