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/flask-compress/
Date: Wed, 16 Jun 2021 19:33:48 +0000 (UTC)	[thread overview]
Message-ID: <1623872021.1b7703bce21a2918e6d7ce68c29d1177a898f737.mgorny@gentoo> (raw)

commit:     1b7703bce21a2918e6d7ce68c29d1177a898f737
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 19:16:38 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 19:33:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7703bc

dev-python/flask-compress: Bump to 1.10.1

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

 dev-python/flask-compress/Manifest                 |  1 +
 .../flask-compress/flask-compress-1.10.1.ebuild    | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/flask-compress/Manifest b/dev-python/flask-compress/Manifest
index cbd912fea98..f6522bf4f7e 100644
--- a/dev-python/flask-compress/Manifest
+++ b/dev-python/flask-compress/Manifest
@@ -1,2 +1,3 @@
 DIST Flask-Compress-1.10.0.tar.gz 12271 BLAKE2B e120dc8f28a686e01d9e8d949d765cd7d05d11322195027ad499a514a4f1d35d79e28627d79abe6279d53ff95d3fe0f43f3561868904ec9ff903925046c5c141 SHA512 6166b4ac303f4fa373615d44e44b628448548e55591f1fe4eea8085f4f441fffe82e9d1419444f31581975fb49ed9ed5c32e594bc97e386e97df9a898f40b469
+DIST Flask-Compress-1.10.1.tar.gz 12272 BLAKE2B 857319ea7fabece977429a810706314bc6a7984f2fb4c2ac3ed604fee0494fa60d45ab00a253bf4a3e9394d399f20f23d806744676597b2064bfbbd6f7b11c46 SHA512 fb94aef71f59e38a6058f5ef799c8973d258cf624b1d8bf0a991cac2e4eabb73e2836ce351faa73bc7640720396183212a6dc8d72428b53ceb3473f7b61f0d27
 DIST Flask-Compress-1.9.0.tar.gz 10322 BLAKE2B 4dddfd8a5c4c182a0cb3c5f346ccca611517ab6471dd23512c885e3e370ac09f9a099994afd2ee28eae47cca6cba2d49220d8733103e6cdcfbae03b98a2480f1 SHA512 5f13f20a3a2f8e646a4324cf75a419ea5111252db701a17dd37bbafdb9228d0e279a6c957c5cfd69468bbdffb435e37a50e0dcf5d1a160f7397df1e6a9e6ac9e

diff --git a/dev-python/flask-compress/flask-compress-1.10.1.ebuild b/dev-python/flask-compress/flask-compress-1.10.1.ebuild
new file mode 100644
index 00000000000..a3ed51356ad
--- /dev/null
+++ b/dev-python/flask-compress/flask-compress-1.10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PN="Flask-Compress"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Compress responses in your Flask app with gzip"
+HOMEPAGE="https://pypi.org/project/Flask-Compress/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-arch/brotli[python,${PYTHON_USEDEP}]
+	dev-python/flask[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-06-16 19:33 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 19:33 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-02 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-compress/ Sam James
2025-07-12 10:09 Arthur Zamarin
2025-07-12  6:43 Sam James
2025-07-12  5:31 Michał Górny
2024-11-03 13:39 Michał Górny
2024-11-02 20:18 Sam James
2024-11-02 19:04 Arthur Zamarin
2024-11-02  9:43 Arthur Zamarin
2024-10-15 10:59 Jakov Smolić
2024-10-15  7:00 Michał Górny
2024-06-18 19:10 Michał Górny
2024-05-11  8:13 Michał Górny
2024-05-11  7:12 Arthur Zamarin
2024-04-25 17:56 Arthur Zamarin
2023-11-24 14:24 Michał Górny
2023-10-14 18:28 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-12  6:00 Michał Górny
2023-06-02 18:19 Michał Górny
2022-10-25 10:31 Michał Górny
2022-10-25  9:49 Sam James
2022-09-22  7:40 Michał Górny
2022-05-31  7:28 Michał Górny
2022-05-31  7:17 Jakov Smolić
2022-04-28 18:48 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16  7:38 Sam James
2022-03-09 20:29 Arthur Zamarin
2021-08-24 18:20 Arthur Zamarin
2021-07-24 17:30 Michał Górny
2021-07-24 15:12 Sam James
2021-06-16  4:42 Michał Górny
2021-03-25 21:35 Michał Górny
2021-03-25 21:29 Sam James
2021-02-17  8:33 Michał Górny
2021-01-09 19:06 Andreas Sturmlechner
2020-12-24 10:03 Agostino Sarubbo
2020-12-11 12:55 Michał Górny
2020-12-04 19:39 Thomas Deutschmann
2020-11-18 12:03 Aaron W. Swenson
2020-11-18  4:55 Aaron W. Swenson
2020-11-18  1:39 Sam James
2020-09-12 11:57 Aaron W. Swenson

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=1623872021.1b7703bce21a2918e6d7ce68c29d1177a898f737.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