diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-07-14 15:19:20 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-07-14 15:19:45 -0400 |
commit | f38b838bd62e7573a4ae9f1707cc27bdfcc38cf0 (patch) | |
tree | 85cc626b3be2f0f9fcf9c15feaa2551ab16eb975 /dev-lang | |
parent | app-shells/tcsh: fix install (diff) | |
download | gentoo-f38b838bd62e7573a4ae9f1707cc27bdfcc38cf0.tar.gz gentoo-f38b838bd62e7573a4ae9f1707cc27bdfcc38cf0.tar.bz2 gentoo-f38b838bd62e7573a4ae9f1707cc27bdfcc38cf0.zip |
dev-lang/python: update patchset for 3.7.4
Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/python/python-3.7.4-r1.ebuild (renamed from dev-lang/python/python-3.7.4.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index e03f0285ea3f..0cde4cd067b3 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -15,4 +15,4 @@ DIST python-gentoo-patches-3.6.4.tar.xz 12888 BLAKE2B 7cf49ae22df53e855f2e99df51 DIST python-gentoo-patches-3.6.8.tar.xz 11224 BLAKE2B 5fe38282bcf28df18e0bd37756c880ae191ea738dc92f1cf83f682cfdc52525b9c44287dc99191a73d75c90672ab501b56adf49515b35ff1fdee88c8dc07b175 SHA512 89e700663db25d6d78eee1d4bfdab686c5341a794062f3a63df3485ac0b58deb4b4885d24701f3ae138d06ca783be92e310e1100c6d633910c33732f3cb0d7df DIST python-gentoo-patches-3.7.2.tar.xz 9776 BLAKE2B fe451c3fb44a1ace4489d1bc68db9848b4227422fe9135659594248d057a8916e2abfe8e2677ef6efc9c962dbefe3ca7cd05cbd62b325d53eef6b05928f82017 SHA512 55e932624333b78b55e8981aaa7e7bfbddb635a61f594353a77a6bd5c2b57de31a4ee9ae04e072c4e2eb0fddd1c2702b4bd6133cf0a2c94ab35808df86550156 DIST python-gentoo-patches-3.7.3-0.tar.xz 9800 BLAKE2B b3e1df06cc2c404f08d2da7ea7d44c3612c5b4f908c58d469084b4e78ee4c3024e57879b3f83027d980c9f5e065804e3e144ba734b1da357d3d073c22c14b02e SHA512 deeaf5fbd1d557d4c40c770c1bd772b835bf5ced1842b964fd8ad1aa652b706782301e8a860d6fd1909d90246a8f48a9aaf384d047fca594f96d6771c2901338 -DIST python-gentoo-patches-3.7.4-0.tar.xz 10268 BLAKE2B 832614a550e434428cf177fbfd3d0174c301d1c9feff220f3841c2ce1fde682c7e0c2e8c9edc4f5f043862dccd37afcb7e7f41402d04395c866b848d5e757377 SHA512 0adc8564db219887526171efd073b3e889f4a6681bf6921be93f8f631d541e01a7b1a4d3445d17596ba96b0e30594dac9a69062baea823a3b72f5ad1d58ceda9 +DIST python-gentoo-patches-3.7.4-1.tar.xz 10100 BLAKE2B 63e8fada89b64b59ba083745626a1e8a07bec0cf93b7b6ab405c33a0f2932cbe497a331c52895a07f10434b230c438f27c9582efecdd57f3bad15d9aa604d157 SHA512 11b0e811a9890a1235c85426061b35f9964eba64cac0536f4c9e0498b1cc66eb005f14aed34eead735b43e91c2b5babced60e3310f5329231a1706871b95b547 diff --git a/dev-lang/python/python-3.7.4.ebuild b/dev-lang/python/python-3.7.4-r1.ebuild index a634748437a9..35e893d37e6d 100644 --- a/dev-lang/python/python-3.7.4.ebuild +++ b/dev-lang/python/python-3.7.4-r1.ebuild @@ -7,7 +7,7 @@ WANT_LIBTOOL="none" inherit autotools flag-o-matic pax-utils python-utils-r1 toolchain-funcs MY_P="Python-${PV}" -PATCHSET_VERSION="3.7.4-0" +PATCHSET_VERSION="3.7.4-1" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE="https://www.python.org/" |