From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/test_server/
Date: Mon, 28 Feb 2022 08:28:41 +0000 (UTC) [thread overview]
Message-ID: <1646036909.f4ecf720ec909183ef61c31fb5eb4b09e409a2ed.mgorny@gentoo> (raw)
commit: f4ecf720ec909183ef61c31fb5eb4b09e409a2ed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 07:26:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 08:28:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ecf720
dev-python/test_server: Bump to 0.0.39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/test_server/Manifest | 1 +
dev-python/test_server/test_server-0.0.39.ebuild | 25 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/test_server/Manifest b/dev-python/test_server/Manifest
index bdbdd8c6eb6e..82c3b4b141c7 100644
--- a/dev-python/test_server/Manifest
+++ b/dev-python/test_server/Manifest
@@ -1,2 +1,3 @@
DIST test_server-0.0.36.gh.tar.gz 16663 BLAKE2B fa3e6a00aef11727271dee9c3e06ac878da4aac6098df6d9de56049f175af143bb858e2bd8d91cd1acfffcdf59e8d3dd1bc0fa840c1431ab162a599d103e37f7 SHA512 699abef74e5589396e45309b140da15be82de49383d5c683b729343f83a2e369a6e2bd4383ae442369dffe777100099abaf4f917cd700ec9926f2bcdfe0b84ce
DIST test_server-0.0.37.gh.tar.gz 16873 BLAKE2B ee2a086e9199e1b5d42b1487d3dd2ecfa5ec0e4ab081369c9e7b626a4cdcdcee4ab15a664e3eaf958bd1285c9a3908c366d5b74958d575016a9040d463b71339 SHA512 5c77b6d2b9bcb971af2a563e5a1c840abe429394d2a870f7caa5bd8a5edfb9488a30faf6485bb5a7105a83c36b6547abb1c06f98f44d66af8ff86469bf4125e3
+DIST test_server-0.0.39.gh.tar.gz 17084 BLAKE2B 9891cb1ca63ee9be99ba4926c243ee06785c1bfb7dbd4ef70dd4cd978e81cb83e6cd44850d8fc3dd8f688b83e0a7eaf2370598145f852ad9eaba5b4ea345c460 SHA512 c7567568c0a606d00b94b29a32cb1f2aefff3f59e6e27052eaae0f0f0ac75082cae30797434900492fcd580bd0246aa7292ace7f2bd68e426278dc5ab0c42398
diff --git a/dev-python/test_server/test_server-0.0.39.ebuild b/dev-python/test_server/test_server-0.0.39.ebuild
new file mode 100644
index 000000000000..570cb9dabfb9
--- /dev/null
+++ b/dev-python/test_server/test_server-0.0.39.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Server to test HTTP clients"
+HOMEPAGE="
+ https://github.com/lorien/test_server/
+ https://pypi.org/project/test-server/
+"
+SRC_URI="
+ https://github.com/lorien/test_server/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-02-28 8:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-28 8:28 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-16 18:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/test_server/ Arthur Zamarin
2022-05-16 13:30 Michał Górny
2022-03-09 20:29 Arthur Zamarin
2022-02-24 18:02 Arthur Zamarin
2022-02-24 18:02 Arthur Zamarin
2022-02-24 7:35 Michał Górny
2022-02-23 21:30 Michał Górny
2022-02-21 21:36 Michał Górny
2022-02-18 9:19 Michał Górny
2021-08-19 19:38 Arthur Zamarin
2021-08-19 19:38 Arthur Zamarin
2020-01-27 7:22 Michał Górny
2019-12-28 16:16 David Seifert
2019-11-18 21:23 Michał Górny
2019-11-18 21:23 Michał Górny
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=1646036909.f4ecf720ec909183ef61c31fb5eb4b09e409a2ed.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