From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ecdsa/
Date: Thu, 19 Mar 2020 06:35:12 +0000 (UTC) [thread overview]
Message-ID: <1584599500.f24e935a113dedd77d502364ca8dfb4991269a6b.mgorny@gentoo> (raw)
commit: f24e935a113dedd77d502364ca8dfb4991269a6b
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Thu Mar 19 03:07:31 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 06:31:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24e935a
dev-python/ecdsa: Drop vulnerable versions
Bug: https://bugs.gentoo.org/699848
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ecdsa/Manifest | 2 --
dev-python/ecdsa/ecdsa-0.13.2.ebuild | 23 -----------------------
dev-python/ecdsa/ecdsa-0.13.ebuild | 23 -----------------------
3 files changed, 48 deletions(-)
diff --git a/dev-python/ecdsa/Manifest b/dev-python/ecdsa/Manifest
index 53ec75ac641..efaa6f0ef6b 100644
--- a/dev-python/ecdsa/Manifest
+++ b/dev-python/ecdsa/Manifest
@@ -1,4 +1,2 @@
-DIST ecdsa-0.13.2.tar.gz 61595 BLAKE2B 0a8c8a0609a680ab26e84963f84d6194eaeb8aba78281fe277f585008d90a23469df66c9d4f4d0b7bf218445b596a13f7a9824c764827253f21bbd5d943b2702 SHA512 2b485d85a3cd48b2b9155eb36df8721a4bc76f1152a544970f535c056ddd944d72951e76b2cf5cbfe45277c2a156f2fb15f3b62c2b0fcc9a251962dec2a0f9de
DIST ecdsa-0.13.3.tar.gz 60477 BLAKE2B 4dba6c4778460dc8b778c2d7294e79a33d0fa23a50b3c04f7fe9011b2df95e9712bb41fa502043ec62efa8186374555c0eb4b59b96d2ae99d9861f816bd6c9e3 SHA512 621d36dcbdc0338b5e595e73337f62de0cc69febcabae40a6ba9292f2466f5d8818346d9d29d0b1c479ad4400fa57bdc52a7b264a475f8abed4c4a1161902b58
-DIST ecdsa-0.13.tar.gz 55579 BLAKE2B b8fab652527f945820b87931477d431bbfa605ec123fd5fea313b377edc118809c4109737ec6f6a97fb536f4aad193a4fd3154401d40f26fe05a336ab730e33e SHA512 f21d4d196404455135a1a2255c889ffa26160ea1e9b9d16c914ea82614831816acb6d27c86aac68cdaafa8b1d5fefe065b5f49ce45acaae4a035cd7f08a97594
DIST ecdsa-0.14.1.tar.gz 100303 BLAKE2B f7f02bcd99752a7e0c7ac7d22625f5a42638fefb9a92fefda3da279cdbb76d1a5337df5abfd43eb1edccf794c5b2fe34e10df876696d74e921c5ddb35f61f3a5 SHA512 6a66e07ec75e93af73d2363dfd817b35a103f8ff8d62c5ce3af9e98e917d38213aa4f80d570f81c830938123f9599e24d96605a36650eaefd806ed07ab0c14a5
diff --git a/dev-python/ecdsa/ecdsa-0.13.2.ebuild b/dev-python/ecdsa/ecdsa-0.13.2.ebuild
deleted file mode 100644
index bff9c0832d5..00000000000
--- a/dev-python/ecdsa/ecdsa-0.13.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ECDSA cryptographic signature library in pure Python"
-HOMEPAGE="https://github.com/warner/python-ecdsa"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/ecdsa/ecdsa-0.13.ebuild b/dev-python/ecdsa/ecdsa-0.13.ebuild
deleted file mode 100644
index 32fbbba6cc3..00000000000
--- a/dev-python/ecdsa/ecdsa-0.13.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ECDSA cryptographic signature library in pure Python"
-HOMEPAGE="https://github.com/warner/python-ecdsa"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
next reply other threads:[~2020-03-19 6:35 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-19 6:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-29 10:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/ecdsa/ Michał Górny
2025-03-29 10:14 Sam James
2025-03-13 20:03 Arthur Zamarin
2024-10-25 13:45 Michał Górny
2024-07-20 21:06 James Le Cuirot
2024-04-24 17:15 Michał Górny
2024-04-24 15:31 Sam James
2024-04-09 6:01 Michał Górny
2023-11-08 16:07 Michał Górny
2022-08-13 11:11 Arthur Zamarin
2022-08-13 11:09 Arthur Zamarin
2022-07-10 11:25 Michał Górny
2022-05-18 14:22 Andrew Ammerlaan
2021-07-28 0:19 Marek Szuba
2021-07-03 6:32 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-05-27 23:18 Michał Górny
2021-05-15 11:51 Michał Górny
2020-12-27 16:31 Fabian Groffen
2020-12-16 19:33 Michał Górny
2020-12-16 19:33 Michał Górny
2020-12-16 18:08 Sam James
2020-12-06 20:50 Michał Górny
2020-12-06 18:45 Sam James
2020-11-12 21:13 Michał Górny
2020-08-28 7:14 Michał Górny
2020-07-11 22:08 Sam James
2020-07-08 20:16 Michał Górny
2020-05-26 18:09 Michał Górny
2020-05-26 18:09 Michał Górny
2020-03-27 8:58 Michał Górny
2020-03-27 8:58 Michał Górny
2020-03-27 8:58 Michał Górny
2020-03-21 16:26 Agostino Sarubbo
2020-03-20 11:29 Agostino Sarubbo
2020-03-20 11:28 Agostino Sarubbo
2020-03-20 11:27 Agostino Sarubbo
2020-03-20 11:14 Agostino Sarubbo
2020-03-20 9:04 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2020-03-19 6:35 Michał Górny
2020-03-19 6:35 Michał Górny
2019-12-27 14:22 Anthony G. Basile
2019-11-27 13:33 Mikle Kolyada
2019-11-27 5:32 Patrick McLean
2019-11-22 16:23 Matt Turner
2019-11-14 11:55 Agostino Sarubbo
2019-11-13 21:37 Sergei Trofimovich
2019-11-13 7:44 Agostino Sarubbo
2019-11-13 7:39 Agostino Sarubbo
2019-11-12 15:08 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-12 7:25 Sergei Trofimovich
2019-11-08 17:39 Anthony G. Basile
2019-10-08 14:26 Anthony G. Basile
2019-04-28 0:13 Anthony G. Basile
2018-10-10 15:49 Matthew Thode
2018-04-03 21:34 Jonas Stein
2017-05-16 20:00 Manuel Rüger
2016-01-15 12:32 Justin Lecher
2016-01-14 17:00 Agostino Sarubbo
2015-11-20 1:23 Mike Frysinger
2015-11-03 11:38 Justin Lecher
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=1584599500.f24e935a113dedd77d502364ca8dfb4991269a6b.mgorny@gentoo \
--to=mgorny@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