public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/
Date: Sun, 18 Oct 2020 09:03:08 +0000 (UTC)	[thread overview]
Message-ID: <1603011236.b9a9a18216c739de132713edc8ae679690c09029.andrewammerlaan@gentoo> (raw)

commit:     b9a9a18216c739de132713edc8ae679690c09029
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 08:53:56 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 08:53:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a9a182

dev-python/uvicorn: version bump 0.12.1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/uvicorn/Manifest                                   |  2 +-
 .../uvicorn/{uvicorn-0.11.8.ebuild => uvicorn-0.12.1.ebuild}  | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
index 3d6faf35..4ed09b82 100644
--- a/dev-python/uvicorn/Manifest
+++ b/dev-python/uvicorn/Manifest
@@ -1 +1 @@
-DIST uvicorn-0.11.8.tar.gz 500658 BLAKE2B 91e887191683da23eda64b2c6b2e6ab0661b3c9fdb0901cf85675efeab693c59cab2fd3c995cad82d5c051d2d1d622a269c7e4a5eb9beef9362e7553c7694032 SHA512 fbf7ff9cb1d71d106082723417131e23a74c5f84d213050ac35a3ab7890699cdc2a21f0975e7f5b5ee9b403c0b58c793b2c98573be1b618c1a808a1c6bf84269
+DIST uvicorn-0.12.1.tar.gz 504451 BLAKE2B 15c86a36f80e9fd3230a7f1fce0ae60fee39387142f3f405234c0fba4a49248aa4dbe561f12910a5c7e77380d3bbd1f8a6780641fd1edb569abd502d63c1c32e SHA512 4aeb153ad9a30645d64449a7068cde90fefe5c54a7f4fb947659978c454f194910a6a709e66d9f085e80bd2d5151a94eb8d953d86f3b825588b0eedc1dda1996

diff --git a/dev-python/uvicorn/uvicorn-0.11.8.ebuild b/dev-python/uvicorn/uvicorn-0.12.1.ebuild
similarity index 82%
rename from dev-python/uvicorn/uvicorn-0.11.8.ebuild
rename to dev-python/uvicorn/uvicorn-0.12.1.ebuild
index 70de9f76..fea003f2 100644
--- a/dev-python/uvicorn/uvicorn-0.11.8.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.12.1.ebuild
@@ -24,13 +24,15 @@ SLOT="0"
 RDEPEND="
 	dev-python/click[${PYTHON_USEDEP}]
 	dev-python/h11[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 
 DEPEND="test? (
-	dev-python/isort[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/colorama[${PYTHON_USEDEP}]
+	dev-python/pytest-mock[${PYTHON_USEDEP}]
+	dev-python/python-dotenv[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
 	>=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}]
-	>=dev-python/wsproto-0.13.0[${PYTHON_USEDEP}]
 	>=dev-python/websockets-8.0[${PYTHON_USEDEP}]
 	dev-python/httptools[${PYTHON_USEDEP}]
 	>=dev-python/watchgod-0.6[${PYTHON_USEDEP}]
@@ -42,6 +44,9 @@ python_prepare_all() {
 	# do not install LICENSE to /usr/
 	sed -i -e '/data_files/d' setup.py || die
 
+	# Remove pytest-cov dep
+	sed -i -e '21,22d' setup.cfg || die
+
 	distutils-r1_python_prepare_all
 }
 


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uvicorn/
Date: Sun, 18 Oct 2020 09:03:01 +0000 (UTC)	[thread overview]
Message-ID: <1603011236.b9a9a18216c739de132713edc8ae679690c09029.andrewammerlaan@gentoo> (raw)
Message-ID: <20201018090301.5nKiaFQvvkOBtwXRj7CTSG1Jz8AWeD8vg7nGZAsOFzs@z> (raw)

commit:     b9a9a18216c739de132713edc8ae679690c09029
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 08:53:56 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 08:53:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a9a182

dev-python/uvicorn: version bump 0.12.1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/uvicorn/Manifest                                   |  2 +-
 .../uvicorn/{uvicorn-0.11.8.ebuild => uvicorn-0.12.1.ebuild}  | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
index 3d6faf35..4ed09b82 100644
--- a/dev-python/uvicorn/Manifest
+++ b/dev-python/uvicorn/Manifest
@@ -1 +1 @@
-DIST uvicorn-0.11.8.tar.gz 500658 BLAKE2B 91e887191683da23eda64b2c6b2e6ab0661b3c9fdb0901cf85675efeab693c59cab2fd3c995cad82d5c051d2d1d622a269c7e4a5eb9beef9362e7553c7694032 SHA512 fbf7ff9cb1d71d106082723417131e23a74c5f84d213050ac35a3ab7890699cdc2a21f0975e7f5b5ee9b403c0b58c793b2c98573be1b618c1a808a1c6bf84269
+DIST uvicorn-0.12.1.tar.gz 504451 BLAKE2B 15c86a36f80e9fd3230a7f1fce0ae60fee39387142f3f405234c0fba4a49248aa4dbe561f12910a5c7e77380d3bbd1f8a6780641fd1edb569abd502d63c1c32e SHA512 4aeb153ad9a30645d64449a7068cde90fefe5c54a7f4fb947659978c454f194910a6a709e66d9f085e80bd2d5151a94eb8d953d86f3b825588b0eedc1dda1996

diff --git a/dev-python/uvicorn/uvicorn-0.11.8.ebuild b/dev-python/uvicorn/uvicorn-0.12.1.ebuild
similarity index 82%
rename from dev-python/uvicorn/uvicorn-0.11.8.ebuild
rename to dev-python/uvicorn/uvicorn-0.12.1.ebuild
index 70de9f76..fea003f2 100644
--- a/dev-python/uvicorn/uvicorn-0.11.8.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.12.1.ebuild
@@ -24,13 +24,15 @@ SLOT="0"
 RDEPEND="
 	dev-python/click[${PYTHON_USEDEP}]
 	dev-python/h11[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 
 DEPEND="test? (
-	dev-python/isort[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/colorama[${PYTHON_USEDEP}]
+	dev-python/pytest-mock[${PYTHON_USEDEP}]
+	dev-python/python-dotenv[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
 	>=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}]
-	>=dev-python/wsproto-0.13.0[${PYTHON_USEDEP}]
 	>=dev-python/websockets-8.0[${PYTHON_USEDEP}]
 	dev-python/httptools[${PYTHON_USEDEP}]
 	>=dev-python/watchgod-0.6[${PYTHON_USEDEP}]
@@ -42,6 +44,9 @@ python_prepare_all() {
 	# do not install LICENSE to /usr/
 	sed -i -e '/data_files/d' setup.py || die
 
+	# Remove pytest-cov dep
+	sed -i -e '21,22d' setup.cfg || die
+
 	distutils-r1_python_prepare_all
 }
 


             reply	other threads:[~2020-10-18  9:03 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18  9:03 Andrew Ammerlaan [this message]
2020-10-18  9:03 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uvicorn/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-02-19 10:14 [gentoo-commits] repo/proj/guru:master " Michał Górny
2021-02-07  8:24 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-07  8:24 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-03 14:29 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-03 14:29 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 14:15 Andrew Ammerlaan
2020-11-28 13:57 Andrew Ammerlaan
2020-10-22 14:39 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-10-22 14:41 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-09-24 12:50 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-24 13:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-14 18:35 Andrew Ammerlaan
2020-07-31 17:58 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-31 17:58 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-28 14:32 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-28 14:32 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-17 14:44 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-17 14:44 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-30 19:19 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-30 19:43 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-29 10:59 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-29 11:12 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-28 17:30 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-29 11:12 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:00 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-28 11:08 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-24 16:37 Michał Górny
2020-03-24 16:37 Michał Górny
2020-03-13 17:45 Andrew Ammerlaan
2020-03-13 17:45 Andrew Ammerlaan
2020-03-09 17:55 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=1603011236.b9a9a18216c739de132713edc8ae679690c09029.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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