Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cx-oracle/
Date: Tue, 28 Jun 2022 15:38:53
Message-Id: 1656410214.b6f7729de682c1ace7b4606379011907b24901f0.arthurzam@gentoo
1 commit: b6f7729de682c1ace7b4606379011907b24901f0
2 Author: Michał Gasewicz <rozstrojenie.jazni <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 09:56:54 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 09:56:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6f7729d
7
8 dev-python/cx-oracle: add 8.3.0, drop 8.2.1
9
10 Closes: https://bugs.gentoo.org/848156
11 Signed-off-by: Michał Gasewicz <rozstrojenie.jazni <AT> gmail.com>
12
13 dev-python/cx-oracle/Manifest | 2 +-
14 dev-python/cx-oracle/{cx-oracle-8.2.1.ebuild => cx-oracle-8.3.0.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/cx-oracle/Manifest b/dev-python/cx-oracle/Manifest
18 index 6c7e35094..8fc09e49f 100644
19 --- a/dev-python/cx-oracle/Manifest
20 +++ b/dev-python/cx-oracle/Manifest
21 @@ -1 +1 @@
22 -DIST cx_Oracle-8.2.1.tar.gz 359269 BLAKE2B ad972b6607a7e77794b5642bce49f494715e32e989fd7c12c3a64ea556e6967bda02f0d937e42e1dd2dae931f75c33e63fa8c13a9dcd439e85b751720773c3d1 SHA512 879f25323ea037499c773be860d7c9a4f9bc675f7107a79a1ac027db45f6a4d71b47579b656fba267b85dacb76316f012de238ffda66ea33395ce5989b982116
23 +DIST cx_Oracle-8.3.0.tar.gz 363886 BLAKE2B a58b9cd201e8bd6038a0f7e50031c76197c1739ac2f022a7f91bd77f44032bc87d551c88e8b54c38dcb6b1fcd565e2220d4115ddd195c5f8b8b390590076fe57 SHA512 9a2f50b929802311271e5270f118c96968886c6fd3c8677d2e08949d61e9d4d26846bc9e44c674e0bd12a7f8b57bcced9b979f3622a37656e0969ad8ea4e7f70
24
25 diff --git a/dev-python/cx-oracle/cx-oracle-8.2.1.ebuild b/dev-python/cx-oracle/cx-oracle-8.3.0.ebuild
26 similarity index 96%
27 rename from dev-python/cx-oracle/cx-oracle-8.2.1.ebuild
28 rename to dev-python/cx-oracle/cx-oracle-8.3.0.ebuild
29 index 216938ef4..e7ca2440b 100644
30 --- a/dev-python/cx-oracle/cx-oracle-8.2.1.ebuild
31 +++ b/dev-python/cx-oracle/cx-oracle-8.3.0.ebuild
32 @@ -3,7 +3,7 @@
33
34 EAPI="8"
35
36 -PYTHON_COMPAT=( python3_{8,9} )
37 +PYTHON_COMPAT=( python3_{8,9,10} )
38
39 inherit distutils-r1