Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/oslo-middleware/
Date: Thu, 28 Oct 2021 20:56:45
Message-Id: 1635428467.0f387dae5d84de85e40e2a52a400c1afdf6d7863.lanodan@gentoo
1 commit: 0f387dae5d84de85e40e2a52a400c1afdf6d7863
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 28 13:41:07 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Thu Oct 28 13:41:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f387dae
7
8 dev-python/oslo-middleware: new version
9
10 Closes: https://bugs.gentoo.org/799536
11 Closes: https://bugs.gentoo.org/799530
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/oslo-middleware/Manifest | 2 +-
16 ...e-4.1.1.ebuild => oslo-middleware-4.4.0.ebuild} | 39 ++++++++++++++--------
17 2 files changed, 27 insertions(+), 14 deletions(-)
18
19 diff --git a/dev-python/oslo-middleware/Manifest b/dev-python/oslo-middleware/Manifest
20 index 1e31f3d0b..416181c39 100644
21 --- a/dev-python/oslo-middleware/Manifest
22 +++ b/dev-python/oslo-middleware/Manifest
23 @@ -1 +1 @@
24 -DIST oslo.middleware-4.1.1.tar.gz 55970 BLAKE2B 02b9fdeadfca183102601e8c765ec941c51ac15bb83af9b7d5682ba683a20cffbc478497c4b5391cf903923822cfd5c611ca0661d51c642e9089a71cc4c988d2 SHA512 53f0695da0c9bafa1d9cc18a723793a0e7a0ed09a1cd6d6a2aa0f158e6f2fb3a6b8c2ad2cc4fc248cc80ca4fc02997f586f82ca6f951c928f4efa9b2bc5d1a93
25 +DIST oslo.middleware-4.4.0.tar.gz 63935 BLAKE2B 36cd2f0c5e7ef17ae24eaa15fa64bbaf9e5d7e87475bea1d9170f7c29d1f6d946096638e5fc1d1af3a49137411654a73642a46ed47382bc77278ec24f59eb5c5 SHA512 6cbfb22ec4a513bed214de32924c370ac290ebc9c6dfd6e14b60035179695f49f623dffba9313d263f818c02eaed92596ba58912daf6289760570861307beaa5
26
27 diff --git a/dev-python/oslo-middleware/oslo-middleware-4.1.1.ebuild b/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild
28 similarity index 55%
29 rename from dev-python/oslo-middleware/oslo-middleware-4.1.1.ebuild
30 rename to dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild
31 index 96bcf294f..25d2907b8 100644
32 --- a/dev-python/oslo-middleware/oslo-middleware-4.1.1.ebuild
33 +++ b/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild
34 @@ -1,30 +1,28 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 -PYTHON_COMPAT=( python3_8 )
41 +EAPI=8
42 +
43 DISTUTILS_USE_SETUPTOOLS=bdepend
44 +PYTHON_COMPAT=( python3_8 )
45
46 inherit distutils-r1
47
48 -DESCRIPTION="Components injected into wsgi pipelines to intercept request/response flows."
49 -HOMEPAGE="https://pypi.org/project/oslo.middleware/"
50 +DESCRIPTION="Components injected into wsgi pipelines to intercept request/response flows"
51 +HOMEPAGE="
52 + https://pypi.org/project/oslo.middleware
53 + https://launchpad.net/oslo.middleware
54 + https://opendev.org/openstack/oslo.middleware
55 +"
56 SRC_URI="mirror://pypi/${PN:0:1}/oslo.middleware/oslo.middleware-${PV}.tar.gz"
57 S="${WORKDIR}/oslo.middleware-${PV}"
58
59 LICENSE="Apache-2.0"
60 SLOT="0"
61 -KEYWORDS="~amd64 ~arm64 ~x86"
62 -IUSE=""
63 -RESTRICT=""
64 +KEYWORDS="~amd64"
65
66 -DEPEND="
67 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
68 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
69 -"
70 RDEPEND="
71 >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
72 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
73 >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
74 >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
75 >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
76 @@ -34,4 +32,19 @@ RDEPEND="
77 >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
78 >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
79 >=dev-python/statsd-3.2.1[${PYTHON_USEDEP}]
80 + >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
81 "
82 +DEPEND="${RDEPEND}"
83 +BDEPEND="
84 + test? (
85 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
86 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
87 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
88 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
89 + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
90 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
91 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
92 + )
93 +"
94 +
95 +distutils_enable_tests pytest