public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-qpid-proton/
@ 2021-10-13 22:12 Haelwenn Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2021-10-13 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     fdc38ce0b8c9498079ade437ef597456435676d0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  9 20:10:26 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Oct  9 20:10:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdc38ce0

dev-python/python-qpid-proton: use HTTPS

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild b/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
index 6ebc07809..faad1722b 100644
--- a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
+++ b/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="An AMQP based messaging library"
 HOMEPAGE="
-	http://qpid.apache.org/proton/
+	https://qpid.apache.org/proton
 	https://pypi.org/project/python-qpid-proton
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-qpid-proton/
@ 2022-03-11 10:57 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2022-03-11 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     399be823cdac49940797bc11a83113c175ec2e7a
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 03:21:15 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 03:21:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=399be823

dev-python/python-qpid-proton: add 0.36.0, drop 0.35.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/python-qpid-proton/Manifest                         |  2 +-
 ...d-proton-0.35.0.ebuild => python-qpid-proton-0.36.0.ebuild} | 10 +++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/python-qpid-proton/Manifest b/dev-python/python-qpid-proton/Manifest
index b81c1d93c..0d23484aa 100644
--- a/dev-python/python-qpid-proton/Manifest
+++ b/dev-python/python-qpid-proton/Manifest
@@ -1 +1 @@
-DIST python-qpid-proton-0.35.0.zip 471615 BLAKE2B e9df024c7bfc4803850d2bbebf96c79b29d0b1ded73126574cd7fc8e3df6923a623ce33db0a35d75114c1ca3012e08d7393e124505bb8f718fd0d7f3848c2e44 SHA512 aaad12959c0c587eeacb07a0f435bdac85bb0d0577b496cc9fa813a625e3380bec57a4c987ad0ad0a1688c0137341c3d39b3d64b082e623c9f4496fd3fbe1a67
+DIST python-qpid-proton-0.36.0.tar.gz 384349 BLAKE2B 67b5a67a00aad8523487936706ac424a843de5d6cbb90103e542f8dd697d3ac55b5580dd7b2792b32b5f9387df4c22a6a9e25b7416f7a26896944fc0551ebbb7 SHA512 9800290411f21e93aef0699bd2f8457f99380549198fdca40c2cbc696846f688d53aea38d6ca14600c1334204f9d791015a5fc236f938595c44490eb54b2c213

diff --git a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild b/dev-python/python-qpid-proton/python-qpid-proton-0.36.0.ebuild
similarity index 59%
rename from dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
rename to dev-python/python-qpid-proton/python-qpid-proton-0.36.0.ebuild
index faad1722b..cc7af90ed 100644
--- a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
+++ b/dev-python/python-qpid-proton/python-qpid-proton-0.36.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,14 +10,10 @@ inherit distutils-r1
 DESCRIPTION="An AMQP based messaging library"
 HOMEPAGE="
 	https://qpid.apache.org/proton
-	https://pypi.org/project/python-qpid-proton
+	https://pypi.org/project/python-qpid-proton/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-qpid-proton/
@ 2022-03-26  0:31 Ronny Gutbrod
  0 siblings, 0 replies; 3+ messages in thread
From: Ronny Gutbrod @ 2022-03-26  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6cd902cdf80cfc304ad26059c47d1f1ff34892e5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 25 23:54:07 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Mar 26 00:09:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cd902cd

dev-python/python-qpid-proton: add 0.37.0, drop 0.36.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/python-qpid-proton/Manifest                                  | 2 +-
 ...ython-qpid-proton-0.36.0.ebuild => python-qpid-proton-0.37.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-qpid-proton/Manifest b/dev-python/python-qpid-proton/Manifest
index 0d23484aa..7361e22bb 100644
--- a/dev-python/python-qpid-proton/Manifest
+++ b/dev-python/python-qpid-proton/Manifest
@@ -1 +1 @@
-DIST python-qpid-proton-0.36.0.tar.gz 384349 BLAKE2B 67b5a67a00aad8523487936706ac424a843de5d6cbb90103e542f8dd697d3ac55b5580dd7b2792b32b5f9387df4c22a6a9e25b7416f7a26896944fc0551ebbb7 SHA512 9800290411f21e93aef0699bd2f8457f99380549198fdca40c2cbc696846f688d53aea38d6ca14600c1334204f9d791015a5fc236f938595c44490eb54b2c213
+DIST python-qpid-proton-0.37.0.tar.gz 406828 BLAKE2B f6a7411e4551d6cc416246e0abc925b06742e615463db0f6578907a73fe9b63addc0b67e192dcb9aeeb23a03acb39b0de4a6f9f03853ce817d342a662d763856 SHA512 9d6cf86145e6714cffeebc2e1f4ba84c84b96d2a63150177f24bad28b753a48834344e11037f012aede86c38c809d5b3e2d71be2ace1393c302ce7696e91bfe6

diff --git a/dev-python/python-qpid-proton/python-qpid-proton-0.36.0.ebuild b/dev-python/python-qpid-proton/python-qpid-proton-0.37.0.ebuild
similarity index 100%
rename from dev-python/python-qpid-proton/python-qpid-proton-0.36.0.ebuild
rename to dev-python/python-qpid-proton/python-qpid-proton-0.37.0.ebuild


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-26  0:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-13 22:12 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-qpid-proton/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2022-03-11 10:57 Arthur Zamarin
2022-03-26  0:31 Ronny Gutbrod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox