public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysql-connector-python/
Date: Mon, 16 Jul 2018 13:43:29 +0000 (UTC)	[thread overview]
Message-ID: <1531748598.03d1b50bd3cd36192cc5b23c16a12c47070948fa.vdupras@gentoo> (raw)

commit:     03d1b50bd3cd36192cc5b23c16a12c47070948fa
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 13:34:27 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 13:43:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d1b50b

dev-python/mysql-connector-python: remove vulnerable version

Bug: https://bugs.gentoo.org/635616
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/mysql-connector-python/Manifest         |  1 -
 .../mysql-connector-python-2.1.4.ebuild            | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/mysql-connector-python/Manifest b/dev-python/mysql-connector-python/Manifest
index ba2fcc8372c..8f82b30b7a1 100644
--- a/dev-python/mysql-connector-python/Manifest
+++ b/dev-python/mysql-connector-python/Manifest
@@ -1,2 +1 @@
-DIST mysql-connector-python-2.1.4.tar.gz 11766506 BLAKE2B 41ba6a4515e20de6cfc876ec770b382347881fbd521ed68f09e287be91ababd06544edde7302fa6ab1e9b0f05dd04d2bfe06c5d2c9cb00c8c2f262a4d73a67e2 SHA512 1071c4b3d0e30dd90cb1ed7d6376a7dd688f16b285ab28c26eccd182a3b3c5bb3c36890aec38b037ccf70e2c2ae24a9013139c7ca71e69ae8e9e29f2c15204d9
 DIST mysql-connector-python-2.1.7.tar.gz 11781659 BLAKE2B 332092059a32249e449f99540beb9eebf80e9381cef4560208412a19385894eb2193f02d5a20aceafe9644b8a225926a02d57c3acc89ba7d321b6d0f9c7c4d76 SHA512 f88c3a6dd3c3c1cd5c16165daef801dbcc7ea9163406273dd751e25687a57dcdf4ffbcdb65bb107e8cd9d7c91029823f625dc19ab34116398263fa074598880a

diff --git a/dev-python/mysql-connector-python/mysql-connector-python-2.1.4.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-2.1.4.ebuild
deleted file mode 100644
index 06dbeacf045..00000000000
--- a/dev-python/mysql-connector-python/mysql-connector-python-2.1.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1
-
-DESCRIPTION="Python client library for MariaDB/MySQL"
-HOMEPAGE="https://dev.mysql.com/downloads/connector/python/"
-SRC_URI="https://dev.mysql.com/get/Downloads/Connector-Python/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples test"
-
-# tests/mysqld.py does not like MariaDB version strings.
-# See the regex MySQLServerBase._get_version.
-DEPEND="test? ( dev-db/mysql[server(+)] )"
-
-# Tests currently fail.
-# mysql.connector.errors.DatabaseError: 1300 (HY000): Invalid utf8 character string: ''
-RESTRICT="test"
-
-DOCS=( README.txt CHANGES.txt docs/README_DOCS.txt )
-
-python_test() {
-	"${EPYTHON}" unittests.py --with-mysql="${EPREFIX}/usr" --unix-socket="${T}"
-}
-
-python_install_all(){
-	distutils-r1_python_install_all
-	if use examples ; then
-		dodoc -r examples
-	fi
-}


             reply	other threads:[~2018-07-16 13:43 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-16 13:43 Virgil Dupras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-18 18:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/mysql-connector-python/ Michał Górny
2021-12-18 18:10 Sam James
2021-12-18 15:09 Arthur Zamarin
2021-11-14  3:49 Thomas Deutschmann
2021-09-08  6:16 Michał Górny
2021-09-08  0:42 Sam James
2021-09-06  5:40 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-08-04 19:13 Thomas Deutschmann
2021-05-15 18:02 Sam James
2021-05-12 15:38 Thomas Deutschmann
2021-05-11 10:03 Agostino Sarubbo
2021-05-11 10:02 Agostino Sarubbo
2021-04-26  1:15 Thomas Deutschmann
2021-04-26  1:10 Thomas Deutschmann
2021-04-26  1:03 Thomas Deutschmann
2021-02-03 14:30 Agostino Sarubbo
2021-02-03 14:28 Agostino Sarubbo
2021-01-21 22:32 Thomas Deutschmann
2020-11-27 16:18 Michał Górny
2020-11-27 16:04 Agostino Sarubbo
2020-11-26 19:48 Sam James
2020-11-25 16:34 Thomas Deutschmann
2020-10-20 18:56 Thomas Deutschmann
2020-08-07 11:53 Agostino Sarubbo
2020-08-07 11:44 Agostino Sarubbo
2020-08-05 22:59 Sam James
2020-07-26  1:46 Thomas Deutschmann
2020-06-16 22:01 Thomas Deutschmann
2020-04-11 21:50 Thomas Deutschmann
2020-03-28  8:34 Michał Górny
2020-02-14 15:30 Thomas Deutschmann
2019-12-29 13:06 David Seifert
2019-10-21 13:58 Brian Evans
2018-06-01 20:00 Brian Evans
2018-02-22 21:38 Thomas Deutschmann
2016-11-19 18:05 Mike Gilbert
2016-11-19 18:02 Mike Gilbert
2016-02-24 19:39 Brian Evans

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=1531748598.03d1b50bd3cd36192cc5b23c16a12c47070948fa.vdupras@gentoo \
    --to=vdupras@gentoo.org \
    --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