Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-reports/
Date: Wed, 29 Sep 2021 13:08:33
Message-Id: 1632920907.635e0e1b13591be52eeb0c2f5708cfe51e0ef624.Alessandro-Barbieri@gentoo
1 commit: 635e0e1b13591be52eeb0c2f5708cfe51e0ef624
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 29 12:48:13 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 29 13:08:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=635e0e1b
7
8 dev-python/oslo-reports: new version
9
10 Closes: https://bugs.gentoo.org/799545
11 Closes: https://bugs.gentoo.org/799548
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/oslo-reports/Manifest | 2 +-
15 dev-python/oslo-reports/oslo-reports-2.2.0.ebuild | 33 -----------------
16 dev-python/oslo-reports/oslo-reports-2.3.0.ebuild | 44 +++++++++++++++++++++++
17 3 files changed, 45 insertions(+), 34 deletions(-)
18
19 diff --git a/dev-python/oslo-reports/Manifest b/dev-python/oslo-reports/Manifest
20 index 0dd38c49c..722dc5817 100644
21 --- a/dev-python/oslo-reports/Manifest
22 +++ b/dev-python/oslo-reports/Manifest
23 @@ -1 +1 @@
24 -DIST oslo.reports-2.2.0.tar.gz 50532 BLAKE2B 0c04cc328b445a5b1d0e275d07a2ec11b635b1b91612dca7b9ce1adfc66ae10ae6c245eb5babdd1c3acbe4c3d9200120fe1e99d1dfbba84d55f2dd0cc4fdc0b1 SHA512 dd8224a1789318572bcd3e0394c01a0c65f8a1b48afcf6a5dbf6503f310bb3f48457b9c0e9315620d8935156bd29efa30d9c1e0368480484776178875f84840d
25 +DIST oslo.reports-2.3.0.tar.gz 52902 BLAKE2B 4e0912ddbff688825f248a7e221a9d9387e30d95c2dd19f829f71147b60ba67b92b854bd3604f0d9335efe9f99ebb0e516c08da584615ab05a02bad0cb224c98 SHA512 7baf354d6e0a332805c0383cfa47171b9f0f32470a0257bdcff0b67cd401623dfb2187f7e4ba65c74e0da6fa053bf8caca7f5d3cf3ac00b1b4cf7549e0c6bc75
26
27 diff --git a/dev-python/oslo-reports/oslo-reports-2.2.0.ebuild b/dev-python/oslo-reports/oslo-reports-2.2.0.ebuild
28 deleted file mode 100644
29 index 8060342b1..000000000
30 --- a/dev-python/oslo-reports/oslo-reports-2.2.0.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{7,8} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="generified reports for openstack"
42 -HOMEPAGE="http://docs.openstack.org/developer/oslo.reports"
43 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.reports/oslo.reports-${PV}.tar.gz"
44 -S="${WORKDIR}/oslo.reports-${PV}"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -IUSE=""
50 -
51 -DEPEND="
52 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
53 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
54 -"
55 -RDEPEND="
56 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
57 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
58 - >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
60 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
61 - >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
62 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
65 -"
66
67 diff --git a/dev-python/oslo-reports/oslo-reports-2.3.0.ebuild b/dev-python/oslo-reports/oslo-reports-2.3.0.ebuild
68 new file mode 100644
69 index 000000000..8f599e160
70 --- /dev/null
71 +++ b/dev-python/oslo-reports/oslo-reports-2.3.0.ebuild
72 @@ -0,0 +1,44 @@
73 +# Copyright 1999-2021 Gentoo Authors
74 +# Distributed under the terms of the GNU General Public License v2
75 +
76 +EAPI=8
77 +
78 +PYTHON_COMPAT=( python3_8 )
79 +
80 +inherit distutils-r1
81 +
82 +DESCRIPTION="generified reports for openstack"
83 +HOMEPAGE="
84 + https://opendev.org/openstack/oslo.reports
85 + https://pypi.org/project/oslo.reports
86 + https://launchpad.net/oslo.reports
87 +"
88 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.reports/oslo.reports-${PV}.tar.gz"
89 +S="${WORKDIR}/oslo.reports-${PV}"
90 +
91 +LICENSE="Apache-2.0"
92 +SLOT="0"
93 +KEYWORDS="~amd64"
94 +
95 +RDEPEND="
96 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
97 + >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
98 + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
99 + >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
100 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
101 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
102 +"
103 +DEPEND="
104 + ${RDEPEND}
105 + test? (
106 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
107 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
108 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
109 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
110 + >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
111 + >=dev-python/greenlet-0.4.15[${PYTHON_USEDEP}]
112 + >=dev-python/bandit-1.6.0[${PYTHON_USEDEP}]
113 + )
114 +"
115 +
116 +distutils_enable_tests pytest