public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/
Date: Fri, 15 Feb 2019 15:20:07 +0000 (UTC)	[thread overview]
Message-ID: <1550243994.7e3e795f1946ebbf4a96d2a7aae1c82476bb88a1.prometheanfire@gentoo> (raw)

commit:     7e3e795f1946ebbf4a96d2a7aae1c82476bb88a1
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 15:19:37 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 15:19:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3e795f

dev-python/mysqlclient: fixing a bug (src_uri)

Fixes: https://bugs.gentoo.org/678056
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/mysqlclient/Manifest                    | 2 +-
 dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mysqlclient/Manifest b/dev-python/mysqlclient/Manifest
index 829f9bfd568..da67291c1d9 100644
--- a/dev-python/mysqlclient/Manifest
+++ b/dev-python/mysqlclient/Manifest
@@ -1,5 +1,5 @@
 DIST mysqlclient-1.3.13.tar.gz 90368 BLAKE2B 34e6aad0d53f93017120334b09b901530a84cc5a5dd806381dcc3f12742764bda6f42699fef226b22274efd8f61304af0d1366abdf44607cd9827e9718ecc285 SHA512 e8e385490bfb2d926a94695089c9532981d1e3fcf1fb89a4dbabe98f0bbb25beed1cce8004b71a11fdf0161824e86826565cdb1ba5f2162450847b6b467f362e
 DIST mysqlclient-1.3.14.tar.gz 91391 BLAKE2B 06a781f21f608246ec2da8a591d7bf5e430d96bc4069e589d6466a2deb4e53ab8a51db0015e4db73a748d6cbdba9c8c550e888e415cf9390afe5f0d7f0620156 SHA512 2623130f67b989f981bec37d19fffd400ba1b144657ff25575d055d19297d0f94c0a70eac980d90a76ef2b0455a56ca033ad92bc54c9456b2c57d5a84475ae50
 DIST mysqlclient-1.4.1.tar.gz 85332 BLAKE2B d5a19a440ef2187f59e54f97100b9b10ddbe9357791b546f13330b5b9fcf4aa7931e453ef5f6b8445295a5241eef73f05c1fea2c0eca3a6dc02055b2433699ca SHA512 d1606c19bb0d05f69eeeb7699ac131405e06f386a0d752c4f9a5ea28f90a2c26cc5eda44bcda2bb934a88276f6685efa21fe1680e2904578a295da8827af4f9f
-DIST mysqlclient-1.4.2.post1.tar.gz 85662 BLAKE2B 5e375c142d392d79ca3b119d52625c3c65a074fb90e71eabd2791823738995d390de90c50c20dced9df91e071d74d7a318cf09779c44387eb4103845486b48ad SHA512 d42969bc37b5148fed14b815280890f07058f75ef99390674f6ba3921f5dbaddc3ab2344f41e3b6d36f35229feffbc419a2ad31e2268e70165b1973356ec9c32
+DIST mysqlclient-1.4.2-r2.tar.gz 85662 BLAKE2B 5e375c142d392d79ca3b119d52625c3c65a074fb90e71eabd2791823738995d390de90c50c20dced9df91e071d74d7a318cf09779c44387eb4103845486b48ad SHA512 d42969bc37b5148fed14b815280890f07058f75ef99390674f6ba3921f5dbaddc3ab2344f41e3b6d36f35229feffbc419a2ad31e2268e70165b1973356ec9c32
 DIST mysqlclient-1.4.2.tar.gz 85634 BLAKE2B 76c6de6e40a76b1629da4854ac3fbbbf77c58b2dfa3d2c9b815dcc840e62798094c6260e745727043c7e20f136f1a8015feb78e6d6232f917bef3f823fb4bb77 SHA512 1d5a62fbf70d59fa5674c733229f50f60524d2e6d6355e7c9d99186f2a8ad5566f830161996128f5a681b3601687754d8e581b3231b666bb70464fbb9cf4f94f

diff --git a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
index 381faea8c2f..20c583caca2 100644
--- a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
+++ b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Fork of MySQL-python"
 HOMEPAGE="https://pypi.org/project/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.post1.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.post1.tar.gz -> ${PF}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"


             reply	other threads:[~2019-02-15 15:20 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-15 15:20 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-18 15:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/ Michał Górny
2025-07-13  9:45 Sam James
2025-01-26  1:14 Jakov Smolić
2025-01-25 11:14 Arthur Zamarin
2025-01-25 10:05 Arthur Zamarin
2025-01-25  8:55 Sam James
2025-01-10 20:43 Michał Górny
2024-12-09 11:49 Michał Górny
2024-12-09  5:47 Arthur Zamarin
2024-11-30 12:44 Arthur Zamarin
2024-11-30 12:06 Arthur Zamarin
2024-11-30 11:57 Michał Górny
2024-11-30 11:40 Michał Górny
2024-11-13  9:17 Michał Górny
2024-06-12 19:32 Michał Górny
2024-03-17 13:06 Michał Górny
2024-03-17  6:27 Ionen Wolkens
2024-03-02 15:30 Arthur Zamarin
2024-02-24 19:25 Jakov Smolić
2024-02-24 14:04 Sam James
2024-02-24 10:07 Sam James
2024-02-10  4:41 Matthew Thode
2024-02-08 18:56 Michał Górny
2024-02-04 16:42 Matthew Thode
2024-01-24  6:33 Michał Górny
2024-01-24  4:57 Ionen Wolkens
2024-01-13 12:02 Sam James
2024-01-13 11:15 Sam James
2024-01-13  9:43 Arthur Zamarin
2024-01-13  9:38 Arthur Zamarin
2023-12-27 16:43 Michał Górny
2023-12-14 13:58 Michał Górny
2023-08-24 18:32 Michał Górny
2023-08-24 18:12 Arthur Zamarin
2023-07-24 10:05 Jakov Smolić
2023-06-23  6:06 Michał Górny
2023-06-03 17:45 Michał Górny
2023-03-16  4:03 Michał Górny
2023-01-27 15:47 Arthur Zamarin
2022-07-25 16:14 Michał Górny
2022-07-25 15:06 Agostino Sarubbo
2022-07-25  6:41 Sam James
2022-07-25  6:41 Sam James
2022-07-24 16:29 Sam James
2022-06-23  7:19 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 19:43 Arthur Zamarin
2021-12-20  7:26 Agostino Sarubbo
2021-12-19 21:35 Arthur Zamarin
2021-12-19 21:35 Arthur Zamarin
2021-12-19 21:19 Arthur Zamarin
2021-12-19 21:18 Jakov Smolić
2021-11-18  9:16 Michał Górny
2021-10-16  6:33 Sam James
2021-09-27  6:55 Agostino Sarubbo
2021-09-26  7:29 Agostino Sarubbo
2021-09-26  7:28 Agostino Sarubbo
2021-08-21 13:49 Arthur Zamarin
2021-06-29  5:53 Yixun Lan
2020-12-17 21:50 Craig Andrews
2020-10-11  9:00 Sergei Trofimovich
2020-09-26 21:34 Sergei Trofimovich
2020-09-20 12:58 Sam James
2020-09-20 12:49 Michał Górny
2020-09-20  9:36 Michał Górny
2020-07-14 14:50 Sam James
2020-06-21  6:23 Michał Górny
2020-05-17  9:37 Sergei Trofimovich
2020-05-15 17:33 Sergei Trofimovich
2020-05-07 16:35 Mart Raudsepp
2020-05-06  6:48 Sergei Trofimovich
2020-05-06  6:41 Sergei Trofimovich
2020-04-18  3:02 Craig Andrews
2020-03-28  8:34 Michał Górny
2020-03-28  8:34 Michał Górny
2019-12-22 18:39 Matthew Thode
2019-12-06 16:10 Matthew Thode
2019-11-22 16:10 Matthew Thode
2019-11-11 13:18 Jeroen Roovers
2019-11-06 21:23 Matthew Thode
2019-11-06 19:49 Matthew Thode
2019-02-20 20:17 Matthew Thode
2019-02-20 20:17 Matthew Thode
2019-02-16 17:12 Matthew Thode
2019-02-14 21:58 Matthew Thode
2019-02-11 15:12 Brian Evans
2019-02-08 23:01 Matthew Thode
2019-01-20 19:46 Matthew Thode
2019-01-18 21:48 Matthew Thode
2019-01-04  5:26 Matthew Thode
2018-12-04 17:59 Matthew Thode
2018-11-05 14:26 Craig Andrews
2018-07-27 19:13 Matt Thode
2018-06-28 15:59 Matt Thode
2018-01-05  9:36 Michał Górny
2017-09-29 23:32 Matt Thode
2017-09-01 20:12 Matt Thode
2017-03-24 15:30 Matt Thode
2017-03-22 17:11 Matt Thode
2017-02-24 16:34 Matt Thode
2017-02-23 20:21 Matt Thode
2016-10-30 16:10 Matt Thode
2016-09-30 23:59 Matt Thode
2016-04-03 20:01 Matt Thode
2015-11-06 16:22 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=1550243994.7e3e795f1946ebbf4a96d2a7aae1c82476bb88a1.prometheanfire@gentoo \
    --to=prometheanfire@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