From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hstspreload/
Date: Tue, 6 Jul 2021 10:17:54 +0000 (UTC) [thread overview]
Message-ID: <1625566660.fe864befcb7c2ab8f43d04cc24c4805631a3e8ca.Alessandro-Barbieri@gentoo> (raw)
commit: fe864befcb7c2ab8f43d04cc24c4805631a3e8ca
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jul 6 10:17:40 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jul 6 10:17:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe864bef
dev-python/hstspreload: update EAPI 7 -> 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/hstspreload/hstspreload-2021.7.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/hstspreload/hstspreload-2021.7.5.ebuild b/dev-python/hstspreload/hstspreload-2021.7.5.ebuild
index f2a2dd824..99c1b0a23 100644
--- a/dev-python/hstspreload/hstspreload-2021.7.5.ebuild
+++ b/dev-python/hstspreload/hstspreload-2021.7.5.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -19,7 +19,7 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-RESTRICT="mirror"
+RESTRICT="test"
PROPERTIES="test_network"
distutils_enable_tests pytest
next reply other threads:[~2021-07-06 10:17 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-06 10:17 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-17 1:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hstspreload/ Alessandro Barbieri
2021-10-04 22:30 Alessandro Barbieri
2021-07-06 7:05 Abtin Matthew Bakhtiari
2021-07-03 9:23 Abtin Matthew Bakhtiari
2021-05-24 11:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-24 10:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-29 9:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-29 9:43 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-17 17:04 Andrew Ammerlaan
2021-02-17 17:03 Andrew Ammerlaan
2021-01-03 14:29 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-03 14:29 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-28 13:46 Andrew Ammerlaan
2020-11-04 9:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-04 9:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-10-16 8:37 Andrew Ammerlaan
2020-10-02 14:08 Andrew Ammerlaan
2020-09-16 20:31 Andrew Ammerlaan
2020-09-04 11:01 Andrew Ammerlaan
2020-08-29 14:14 Andrew Ammerlaan
2020-08-14 18:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-14 18:20 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-28 14:32 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-28 14:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-16 9:44 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-16 9:44 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-03 18:48 Andrew Ammerlaan
2020-06-25 7:29 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-24 15:05 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-21 19:11 Andrew Ammerlaan
2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-09 14:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-07 13:25 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-07 13:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-28 11:05 Andrew Ammerlaan
2020-05-19 11:14 Andrew Ammerlaan
2020-05-06 17:17 Andrew Ammerlaan
2020-05-01 15:36 Andrew Ammerlaan
2020-04-26 18:53 Andrew Ammerlaan
2020-04-24 12:48 Andrew Ammerlaan
2020-04-16 9:57 Andrew Ammerlaan
2020-04-12 16:16 Andrew Ammerlaan
2020-03-27 17:53 Alessandro Barbieri
2020-02-03 18:07 Andrew Ammerlaan
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=1625566660.fe864befcb7c2ab8f43d04cc24c4805631a3e8ca.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--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