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:dev commit in: dev-python/cx-oracle/
Date: Fri, 18 Dec 2020 15:52:51 +0000 (UTC)	[thread overview]
Message-ID: <1608306582.9e80807fe2b96a3538d3bd860c7712529822a667.andrewammerlaan@gentoo> (raw)

commit:     9e80807fe2b96a3538d3bd860c7712529822a667
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 15:49:42 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 15:49:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e80807f

dev-python/cx-oracle: version bump 8.1.0, add py3.8 and py3.9

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

 dev-python/cx-oracle/Manifest                                       | 2 +-
 .../cx-oracle/{cx-oracle-8.0.1.ebuild => cx-oracle-8.1.0.ebuild}    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/cx-oracle/Manifest b/dev-python/cx-oracle/Manifest
index ac617c7f..3904e8d0 100644
--- a/dev-python/cx-oracle/Manifest
+++ b/dev-python/cx-oracle/Manifest
@@ -1 +1 @@
-DIST cx_Oracle-8.0.1.tar.gz 325704 BLAKE2B 523296c4746d86307b141f8bb2f3b5611ff6a9ffae88183d0ac5c477cc6aa298a5f4f16bffacc6fd175c47f7fdf2f20c3a4b8959ae8cc774bf9c31fe5282ec5d SHA512 57c907f6ee812f6a58af0437acba927c2d9b3c9c06592d02c22fe4766d063807595a0ececa941ccb24d35f74fe1a53d28a7ba6c5acbe35ea997ad413a8fcd2e2
+DIST cx_Oracle-8.1.0.tar.gz 343864 BLAKE2B 77d5adfe6fcc599416ba9971ae88fe7b2318440a92beb976639dfcfe4d86b1cf4c97190dccfb5d23445fce82073b276aa77c4c73d52815842f8b5aaa8c88fc62 SHA512 21dbaec1facfa38c82cd8bba788953ada098bfcdfddd29c4c6278d3c757b5b64b547a2e8e39fc998eec826f8447f07d6d48649c8dc8edc7c7244e9113d4345cc

diff --git a/dev-python/cx-oracle/cx-oracle-8.0.1.ebuild b/dev-python/cx-oracle/cx-oracle-8.1.0.ebuild
similarity index 92%
rename from dev-python/cx-oracle/cx-oracle-8.0.1.ebuild
rename to dev-python/cx-oracle/cx-oracle-8.1.0.ebuild
index 7426529f..c1733342 100644
--- a/dev-python/cx-oracle/cx-oracle-8.0.1.ebuild
+++ b/dev-python/cx-oracle/cx-oracle-8.1.0.ebuild
@@ -3,12 +3,13 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
 MY_PN="cx_Oracle"
 MY_P=${MY_PN}-${PV}
+
 DESCRIPTION="Python interface to Oracle"
 HOMEPAGE="
 	https://oracle.github.io/python-cx_Oracle/
@@ -19,6 +20,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 LICENSE="Computronix"
 SLOT="0"
 KEYWORDS="~amd64"
+
 IUSE="examples"
 
 DEPEND="dev-db/oracle-instantclient"
@@ -26,8 +28,6 @@ RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
-DOCS=( README.txt )
-
 pkg_postinst() {
 	return
 	# no python_mod_optimize


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:master commit in: dev-python/cx-oracle/
Date: Fri, 18 Dec 2020 16:26:24 +0000 (UTC)	[thread overview]
Message-ID: <1608306582.9e80807fe2b96a3538d3bd860c7712529822a667.andrewammerlaan@gentoo> (raw)
Message-ID: <20201218162624.nQwJPtNXLdP-pw7tAYSg8KyJKIBM0O4w1jdPpbRECNw@z> (raw)

commit:     9e80807fe2b96a3538d3bd860c7712529822a667
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 15:49:42 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 15:49:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e80807f

dev-python/cx-oracle: version bump 8.1.0, add py3.8 and py3.9

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

 dev-python/cx-oracle/Manifest                                       | 2 +-
 .../cx-oracle/{cx-oracle-8.0.1.ebuild => cx-oracle-8.1.0.ebuild}    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/cx-oracle/Manifest b/dev-python/cx-oracle/Manifest
index ac617c7f..3904e8d0 100644
--- a/dev-python/cx-oracle/Manifest
+++ b/dev-python/cx-oracle/Manifest
@@ -1 +1 @@
-DIST cx_Oracle-8.0.1.tar.gz 325704 BLAKE2B 523296c4746d86307b141f8bb2f3b5611ff6a9ffae88183d0ac5c477cc6aa298a5f4f16bffacc6fd175c47f7fdf2f20c3a4b8959ae8cc774bf9c31fe5282ec5d SHA512 57c907f6ee812f6a58af0437acba927c2d9b3c9c06592d02c22fe4766d063807595a0ececa941ccb24d35f74fe1a53d28a7ba6c5acbe35ea997ad413a8fcd2e2
+DIST cx_Oracle-8.1.0.tar.gz 343864 BLAKE2B 77d5adfe6fcc599416ba9971ae88fe7b2318440a92beb976639dfcfe4d86b1cf4c97190dccfb5d23445fce82073b276aa77c4c73d52815842f8b5aaa8c88fc62 SHA512 21dbaec1facfa38c82cd8bba788953ada098bfcdfddd29c4c6278d3c757b5b64b547a2e8e39fc998eec826f8447f07d6d48649c8dc8edc7c7244e9113d4345cc

diff --git a/dev-python/cx-oracle/cx-oracle-8.0.1.ebuild b/dev-python/cx-oracle/cx-oracle-8.1.0.ebuild
similarity index 92%
rename from dev-python/cx-oracle/cx-oracle-8.0.1.ebuild
rename to dev-python/cx-oracle/cx-oracle-8.1.0.ebuild
index 7426529f..c1733342 100644
--- a/dev-python/cx-oracle/cx-oracle-8.0.1.ebuild
+++ b/dev-python/cx-oracle/cx-oracle-8.1.0.ebuild
@@ -3,12 +3,13 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
 MY_PN="cx_Oracle"
 MY_P=${MY_PN}-${PV}
+
 DESCRIPTION="Python interface to Oracle"
 HOMEPAGE="
 	https://oracle.github.io/python-cx_Oracle/
@@ -19,6 +20,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 LICENSE="Computronix"
 SLOT="0"
 KEYWORDS="~amd64"
+
 IUSE="examples"
 
 DEPEND="dev-db/oracle-instantclient"
@@ -26,8 +28,6 @@ RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
-DOCS=( README.txt )
-
 pkg_postinst() {
 	return
 	# no python_mod_optimize


             reply	other threads:[~2020-12-18 15:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18 15:52 Andrew Ammerlaan [this message]
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/cx-oracle/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13 22:21 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-13 17:09 Julien Roy
2022-06-28  9:59 Michal Gasewicz
2021-07-19 14:08 Michal Gasewicz
2021-07-16 13:21 Michal Gasewicz
2021-07-16 13:17 Michal Gasewicz
2021-07-16 11:58 Michal Gasewicz
2021-03-28  9:55 Andrew Ammerlaan
2020-12-15 18:42 Michal Gasewicz

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=1608306582.9e80807fe2b96a3538d3bd860c7712529822a667.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