From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlparse/
Date: Thu, 8 Oct 2020 21:30:33 +0000 (UTC) [thread overview]
Message-ID: <1602192628.59fb7ae6a964db7d0e7e7a9b215ec375dc35cd31.mgorny@gentoo> (raw)
commit: 59fb7ae6a964db7d0e7e7a9b215ec375dc35cd31
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 20:59:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 21:30:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fb7ae6
dev-python/sqlparse: Bump to 0.4.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sqlparse/Manifest | 1 +
dev-python/sqlparse/sqlparse-0.4.1.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/sqlparse/Manifest b/dev-python/sqlparse/Manifest
index e682baca7cb..b3753b7ac39 100644
--- a/dev-python/sqlparse/Manifest
+++ b/dev-python/sqlparse/Manifest
@@ -1,2 +1,3 @@
DIST sqlparse-0.3.1.tar.gz 67572 BLAKE2B 27c9267de1a269a4574019d457a3dad53ad805e56a57ba73e294c229a7852b7ca04557fb45d07566e94eba7593257ad7eb413b1e0ec04d1044838d5039dc8ba8 SHA512 4c56a528b43578a7a48fc31cee369215b15761d9903ea1d8e034c69f0eb6431dd15362aab13af25a36fccb361436f1cba746bcbb515cbab5d30319629dd2ddfb
DIST sqlparse-0.4.0.tar.gz 67191 BLAKE2B 748a30102b104ecd951d2e39b626e7351a7d141c756b3ae47451ccbbcef16f32201592aeee5bbf7a82a601e02f2faae8a569134b37b0660e54149e9ba56e096f SHA512 3314fe6ee7694a01c7ab00469ca6de90d3e954c5da39d2d8e2e085608b0b1ff304757378aa473d0687a16d064d952d0cd987237340e2f169604533d6757a61f3
+DIST sqlparse-0.4.1.tar.gz 67228 BLAKE2B 677b592af263e94e1f6d36242f4bf75d28d0466636c0c578b83f472acf05c357b6899150ce01b594db89f2844c1b85220429857583c79e6dbba34a75bdf54e47 SHA512 49f02a63ef490c2e900cea6a0882891cd1381e0f398c4e38688444300b0f0e961c91c4f1a2355704bba7f170083594bd9e26c2a6cac934da9d87ab291accd27c
diff --git a/dev-python/sqlparse/sqlparse-0.4.1.ebuild b/dev-python/sqlparse/sqlparse-0.4.1.ebuild
new file mode 100644
index 00000000000..45594ba40a2
--- /dev/null
+++ b/dev-python/sqlparse/sqlparse-0.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+MY_PN="${PN##python-}"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A non-validating SQL parser module for Python"
+HOMEPAGE="https://github.com/andialbrecht/sqlparse"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}"/${P#python-}
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="BSD-2"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
next reply other threads:[~2020-10-08 21:30 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-08 21:30 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-03 6:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlparse/ Michał Górny
2024-08-03 6:37 Michał Górny
2024-07-16 5:30 Michał Górny
2024-05-17 10:05 Michał Górny
2024-05-01 17:44 Michał Górny
2024-05-01 16:22 Sam James
2024-04-13 13:09 Michał Górny
2023-11-20 15:35 Andrew Ammerlaan
2023-06-01 14:59 Michał Górny
2023-04-19 8:00 Michał Górny
2023-04-19 7:15 Arthur Zamarin
2023-04-19 6:34 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:11 Arthur Zamarin
2022-09-23 20:06 Arthur Zamarin
2022-05-18 14:22 Andrew Ammerlaan
2021-09-12 7:39 Michał Górny
2021-09-12 7:09 Agostino Sarubbo
2021-09-11 16:28 Michał Górny
2021-09-11 7:15 Michał Górny
2021-06-22 17:02 Marek Szuba
2021-05-07 10:33 Michał Górny
2020-12-21 22:16 Sam James
2020-11-15 5:57 Sam James
2020-11-14 22:13 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-07 18:37 Michał Górny
2020-08-21 13:35 Michał Górny
2020-06-19 18:10 Michał Górny
2020-05-14 11:57 Michał Górny
2020-05-13 11:30 Agostino Sarubbo
2020-05-08 9:36 Sergei Trofimovich
2020-05-04 14:12 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:12 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2019-04-02 17:34 Virgil Dupras
2019-04-01 17:52 Virgil Dupras
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=1602192628.59fb7ae6a964db7d0e7e7a9b215ec375dc35cd31.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