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/loguru/
Date: Wed, 14 Feb 2024 16:55:21 +0000 (UTC)	[thread overview]
Message-ID: <1707929716.2efe841a5d35dca116ffa2cb6d1f94a5ed731318.mgorny@gentoo> (raw)

commit:     2efe841a5d35dca116ffa2cb6d1f94a5ed731318
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 16:47:36 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 16:55:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efe841a

dev-python/loguru: Bump to 0.7.2

Closes: https://bugs.gentoo.org/920653
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/loguru/Manifest            |  1 +
 dev-python/loguru/loguru-0.7.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest
index 63c4e36dc3ec..ef5591fc6cd8 100644
--- a/dev-python/loguru/Manifest
+++ b/dev-python/loguru/Manifest
@@ -1 +1,2 @@
 DIST loguru-0.7.0.gh.tar.gz 430544 BLAKE2B 13ee91da7c7bc0b29297cb70235c26e0517939c332dde342c14cb937112d5a0b9c467ec273f2034875a52902ffc05dd780fd349498d8a0b65efd6ecf6a947056 SHA512 02d2a0c7c54a5083a444a23222854ee4587da3f7a490ec193d0bae2f3c464c0a86102417f5886205e73c0a149694b931f39f3c5a1ade605cf2b2799395a478a0
+DIST loguru-0.7.2.gh.tar.gz 443643 BLAKE2B 208c4ad989257e0e0d5cecf41c9722f398e5c73528f8a88c92e28490121723d5c19b4170ff246446e94237e8bb732f83e4b9fcc66c42aa7e3c1ba25aaa069e34 SHA512 e4d358f12ec33393bdac836206a15a3161653684b69839f58bbdc692155e4aee4b6ec700ab13b83f431a67df5ec86cacf2cb90fa052827e5e03c68c1f132e339

diff --git a/dev-python/loguru/loguru-0.7.2.ebuild b/dev-python/loguru/loguru-0.7.2.ebuild
new file mode 100644
index 000000000000..d9945b466f62
--- /dev/null
+++ b/dev-python/loguru/loguru-0.7.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python logging made (stupidly) simple"
+HOMEPAGE="
+	https://github.com/Delgan/loguru/
+	https://pypi.org/project/loguru/
+"
+SRC_URI="
+	https://github.com/Delgan/loguru/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+BDEPEND="
+	test? (
+		>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+		>=dev-python/freezegun-1.2.2[${PYTHON_USEDEP}]
+		dev-python/mypy[${PYTHON_USEDEP}]
+	)
+"
+
+# filesystem buffering tests may fail
+# on tmpfs with 64k PAGESZ, but pass fine on ext4
+distutils_enable_tests pytest


             reply	other threads:[~2024-02-14 16:55 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 16:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-07  7:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/loguru/ Michał Górny
2024-06-29 14:40 Arthur Zamarin
2024-02-14 16:55 Michał Górny
2023-04-11 17:25 Michał Górny
2023-04-11  3:14 Michał Górny
2023-02-21 12:34 Michał Górny
2023-02-17  8:52 Sam James
2022-05-16 13:11 Michał Górny
2021-04-18  0:36 Georgy Yakovlev
2020-09-21 22:51 Georgy Yakovlev
2020-09-18 15:19 Michał Górny
2020-09-08  4:59 Georgy Yakovlev
2020-06-13  6:26 Georgy Yakovlev
2020-03-27 21:06 Michał Górny
2020-02-29 23:06 Georgy Yakovlev
2020-01-01 21:18 Georgy Yakovlev
2020-01-01  3:22 Georgy Yakovlev
2019-08-22  1:06 Georgy Yakovlev
2019-08-22  1:06 Georgy Yakovlev
2019-08-22  1:06 Georgy Yakovlev
2019-07-15 20:07 Georgy Yakovlev
2019-04-29 19:38 Georgy Yakovlev

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=1707929716.2efe841a5d35dca116ffa2cb6d1f94a5ed731318.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