From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/freezegun/
Date: Tue, 19 Dec 2023 17:26:01 +0000 (UTC) [thread overview]
Message-ID: <1703006756.b9fefc6ec20a5559fa5570c82775a1457f101996.mgorny@gentoo> (raw)
commit: b9fefc6ec20a5559fa5570c82775a1457f101996
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 17:08:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 17:25:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fefc6e
dev-python/freezegun: Bump to 1.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/freezegun/Manifest | 1 +
dev-python/freezegun/freezegun-1.4.0.ebuild | 35 +++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
index 34fb783294fc..f211d528d444 100644
--- a/dev-python/freezegun/Manifest
+++ b/dev-python/freezegun/Manifest
@@ -1,3 +1,4 @@
DIST freezegun-1.2.2.tar.gz 30670 BLAKE2B 88941ccd9694c842e4999da47e1a8fbe9b82c1fa512467de174715e627c213167cf3c7f943b35d039ff118bae9d1bca4b64ceaa5683db818727cd9ad2533a827 SHA512 c6dc3da66a2d3063f819a104b6bc98eb3d4b772b8edb06bde130a6e355d96e1861e650c44eb691be892223150a652a528fda4237bd77b1bdcee1fcfad74f307c
DIST freezegun-1.3.0.tar.gz 31165 BLAKE2B 69341b4b7fe52e0aa2ad7c70e6a1b9e4bcb5cdac88ac48e85a968b2159260a9aee4196fc9622a153d1d5ebfee3b081f568b01a5cd59ff388e7bf5a6900bb45f6 SHA512 a0de4f2827696ea0bc1e5ff89aae9dfc36e013e03212bc7d8c3a93addb55e408fe03744fb0638d5ca0758322e2f3e0acb503fbdecfa14dd128d0399c9a60edf1
DIST freezegun-1.3.1.tar.gz 31535 BLAKE2B 5601f7359668dac186b8d76d203b7b5844af3f3171133fe25eba3182793dd68eeb14a1485d42ab50da316bf710e42d9fb4b6ebfc7afe9f86e6f4e5f3354997e8 SHA512 7524c85ad4d49fdf86d132085845ec9c67d06600cfa25e0d650cc0a565d1830f9f83315930fd6516ae924c2395721473a04c1ecfeb1735ee31e894370267ef95
+DIST freezegun-1.4.0.tar.gz 31748 BLAKE2B a7ea433ea8e5f0137fc5d88a5375e3fc0e2f307a04684ab5b844168ed214fd9dd1d1ed2a0e0c91ed20ee1fc32c8e3e75fb9dc73de64723efe881e843a38269a1 SHA512 bbdad19b7fc2da9a2851d6b4c14427ccda1f2e06617993cf7173ded65cced9b98d36e1da05a2718b70653a69986cd81d84317003271eda2075177ccf63495b7a
diff --git a/dev-python/freezegun/freezegun-1.4.0.ebuild b/dev-python/freezegun/freezegun-1.4.0.ebuild
new file mode 100644
index 000000000000..52f4b81dc5b8
--- /dev/null
+++ b/dev-python/freezegun/freezegun-1.4.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Let your Python tests travel through time"
+HOMEPAGE="
+ https://github.com/spulec/freezegun/
+ https://pypi.org/project/freezegun/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+RDEPEND="
+ >dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ $(python_gen_impl_dep sqlite)
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
next reply other threads:[~2023-12-19 17:26 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-19 17:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 12:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/freezegun/ Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-12 2:25 Michał Górny
2024-05-09 17:32 Michał Górny
2024-05-08 8:15 Michał Górny
2024-04-24 2:03 Michał Górny
2024-01-06 9:54 Michał Górny
2024-01-06 9:50 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-05 4:29 Michał Górny
2023-12-04 6:48 Michał Górny
2023-05-25 14:38 Michał Górny
2023-03-16 3:50 Michał Górny
2022-09-20 5:57 Michał Górny
2022-09-19 19:47 Arthur Zamarin
2022-08-13 8:05 Michał Górny
2022-05-11 14:05 Michał Górny
2022-04-09 18:39 Michał Górny
2022-04-09 16:34 Arthur Zamarin
2022-03-18 22:28 Michał Górny
2022-03-09 20:06 Arthur Zamarin
2021-06-14 22:30 Michał Górny
2021-06-14 22:18 Sam James
2021-03-02 8:33 Michał Górny
2021-03-02 1:36 Sam James
2021-01-20 9:27 Michał Górny
2020-12-06 17:42 Michał Górny
2020-12-06 17:37 Sam James
2020-09-20 10:24 Michał Górny
2020-09-05 21:02 Michał Górny
2020-05-26 9:26 Michał Górny
2020-03-19 20:38 Mart Raudsepp
2020-03-05 12:49 Agostino Sarubbo
2020-03-05 9:27 Agostino Sarubbo
2020-03-05 9:27 Agostino Sarubbo
2020-03-05 9:26 Agostino Sarubbo
2020-03-05 9:24 Agostino Sarubbo
2020-03-05 9:07 Agostino Sarubbo
2020-03-05 8:21 Agostino Sarubbo
2020-03-05 8:19 Sergei Trofimovich
2020-03-04 5:01 Michał Górny
2020-02-18 5:44 Michał Górny
2020-02-12 16:14 Agostino Sarubbo
2020-01-27 11:56 Mikle Kolyada
2020-01-26 11:32 Sergei Trofimovich
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:59 Agostino Sarubbo
2020-01-23 10:56 Agostino Sarubbo
2020-01-23 10:52 Agostino Sarubbo
2020-01-23 10:40 Agostino Sarubbo
2020-01-23 10:36 Agostino Sarubbo
2020-01-23 6:51 Michał Górny
2020-01-23 6:51 Michał Górny
2020-01-14 3:53 Michał Górny
2019-12-05 4:53 Patrick McLean
2019-01-21 2:39 Virgil Dupras
2019-01-21 2:39 Virgil Dupras
2018-12-29 16:29 Matt Turner
2018-10-14 15:20 Mikle Kolyada
2018-07-20 12:11 Tobias Klausmann
2018-07-13 18:46 Sergei Trofimovich
2018-06-30 17:55 Sergei Trofimovich
2018-06-27 21:54 Sergei Trofimovich
2018-05-29 20:05 Markus Meier
2018-05-08 7:11 Agostino Sarubbo
2018-05-07 7:41 Michał Górny
2018-05-07 7:41 Michał Górny
2018-05-07 0:12 Mart Raudsepp
2018-03-30 18:35 Aaron Bauman
2018-03-24 22:37 Tim Harder
2018-01-03 23:35 Michał Górny
2017-07-23 11:45 Manuel Rüger
2017-06-04 16:56 Michał Górny
2017-05-15 14:30 Manuel Rüger
2017-04-28 14:52 Manuel Rüger
2016-11-08 22:04 Manuel Rüger
2016-06-15 3:57 Mike Frysinger
2016-04-29 20:33 Manuel Rüger
2016-02-02 16:11 Manuel Rüger
2016-02-02 16:11 Manuel Rüger
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=1703006756.b9fefc6ec20a5559fa5570c82775a1457f101996.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