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/pyupgrade/
Date: Wed,  7 Dec 2022 15:59:58 +0000 (UTC)	[thread overview]
Message-ID: <1670428788.a5c5181456bed1eb1ac4423e19b5db2d7a383478.mgorny@gentoo> (raw)

commit:     a5c5181456bed1eb1ac4423e19b5db2d7a383478
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 15:28:52 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 15:59:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c51814

dev-python/pyupgrade: Bump to 3.3.1

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

 dev-python/pyupgrade/Manifest               |  1 +
 dev-python/pyupgrade/pyupgrade-3.3.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
index f275e86744b7..ac4c438bbfc4 100644
--- a/dev-python/pyupgrade/Manifest
+++ b/dev-python/pyupgrade/Manifest
@@ -1,3 +1,4 @@
 DIST pyupgrade-3.2.2.gh.tar.gz 62261 BLAKE2B 8a34b01c3eacb004c73a56f4437223ddbb4ddbaed7dcb03f532f877954abcf589739c1a4afadd7b14db6b120039bead6dba551b59cb03e94a99d18bb9f503f45 SHA512 1586dd38eff08ee0a0fb4d8db77593d965d5f675893a6cd23e6de7bf966d2f087013c1deeeab47e88af9162929d6ee110d29cf00041189c9715c2395c1b3798b
 DIST pyupgrade-3.2.3.gh.tar.gz 62349 BLAKE2B 5e698f25ad846503e562219a192841912c4581cdd3b663b3b982d7923b774b63cd2ab8666b25c6c2945bd3a823fb3138f795829cda2f2e3f8046a2f882061dde SHA512 14dc0856a035a14cca7250ee99b7c001ad39cfd648ea04900e266d611ab7fe89bff6f678c14df4f43dd264146116c5a4190167b6c74506bc82c46b80863372c9
 DIST pyupgrade-3.3.0.gh.tar.gz 62628 BLAKE2B 18af1a3efe49d78524f35762f35a6933876f0b21775b84eae8acb95b38681861a8a1a3009c76ade8364ead9e35cf592eb664f31f61e4af5014207460f90b5f0c SHA512 f6a37c8e35f44ddf0154714ca13ab7b322fe38d629234898faa2a435b4ce8eef0e18f7407af20f9c5fd6afe6a6392755cfc301714c1789cb55896fd2247cb7b4
+DIST pyupgrade-3.3.1.gh.tar.gz 62720 BLAKE2B e1b1d899bb46871f0a28ac3423efbcbd91e0bbdac2ab3054fc19434c67a8702e4967d3cd7674284022e7b7847dc947c8d1736eeee78d8a9416de2b7c25eae715 SHA512 1f062a884061e77ec11e6dd1cc1bedd2680b443b1268b30a9f6bfa2954ef3ff8a6dd1108abdb3a9b0acc937456fe6621a5ad3b9e9ad5c1696e95d0903859ff5f

diff --git a/dev-python/pyupgrade/pyupgrade-3.3.1.ebuild b/dev-python/pyupgrade/pyupgrade-3.3.1.ebuild
new file mode 100644
index 000000000000..02368726bb1d
--- /dev/null
+++ b/dev-python/pyupgrade/pyupgrade-3.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer Pythons"
+HOMEPAGE="
+	https://github.com/asottile/pyupgrade/
+	https://pypi.org/project/pyupgrade/
+"
+SRC_URI="
+	https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/tokenize-rt[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-12-07 16:00 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07 15:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-29  3:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyupgrade/ Michał Górny
2024-07-28 18:51 John Helmert III
2024-06-09  3:17 Michał Górny
2024-06-09  3:17 Michał Górny
2024-03-25  4:47 Michał Górny
2024-02-26 14:25 Michał Górny
2024-02-19  4:10 Michał Górny
2023-10-08 17:48 Michał Górny
2023-10-03  5:11 Michał Górny
2023-09-24  3:12 Michał Górny
2023-09-22  3:12 Michał Górny
2023-09-22  3:11 Michał Górny
2023-09-20  4:22 Michał Górny
2023-09-16  3:03 Michał Górny
2023-07-31  7:13 Michał Górny
2023-07-24 11:33 Michał Górny
2023-07-09  3:26 Michał Górny
2023-07-02  2:58 Michał Górny
2023-06-19  4:58 Michał Górny
2023-06-11  5:18 Michał Górny
2023-05-07  4:12 Michał Górny
2023-04-29  9:42 Arthur Zamarin
2023-04-26  5:36 Michał Górny
2023-01-27 20:10 Michał Górny
2022-12-03  9:09 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-11-14  5:05 Michał Górny
2022-11-11 14:31 Michał Górny
2022-10-30  6:39 Michał Górny
2022-10-30  6:39 Michał Górny
2022-10-11 12:24 Michał Górny
2022-10-05  5:53 Arthur Zamarin
2022-10-05  5:53 Arthur Zamarin
2022-09-26 10:30 Michał Górny
2022-09-25  6:39 Arthur Zamarin
2022-09-23  1:35 Sam James
2022-09-15 19:56 Arthur Zamarin
2022-08-19 17:38 Sam James
2022-08-19 14:27 Sam James
2022-08-19  0:31 Sam James

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=1670428788.a5c5181456bed1eb1ac4423e19b5db2d7a383478.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