summaryrefslogtreecommitdiff
path: root/dev-python/spyder-unittest
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-05 16:24:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-05 16:24:39 +0100
commit4aec9255c99411cb07138353f1bdda61fe0b501d (patch)
tree034e5a94d1660a6fa13cec598dfb476647978e20 /dev-python/spyder-unittest
parenta0f09b2c947909b614c52fcfbdce964469404101 (diff)
gentoo auto-resync : 05:09:2022 - 16:24:39
Diffstat (limited to 'dev-python/spyder-unittest')
-rw-r--r--dev-python/spyder-unittest/Manifest4
-rw-r--r--dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild (renamed from dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/spyder-unittest/Manifest b/dev-python/spyder-unittest/Manifest
index 3007af6523a8..6ede223aa25a 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,3 +1,3 @@
-DIST spyder-unittest-0.5.0.tar.gz 80022 BLAKE2B c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a SHA512 4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
-EBUILD spyder-unittest-0.5.0.ebuild 1002 BLAKE2B cb333283acb99f8660a2ebb3b4c139019f9adf0593c1cf33d2d7daa55e9cded3bc558b1d183ca0ddf85d7f7736d9706b03e5441bb49c44918130b6e876c90893 SHA512 f0313c199a6dade3560edd37ffaf54f63f1c7ffb84e872785a1912eeba4913be23c397ab1a1e774c4a564d7983b6885d4d209a03ddb69a70ec3b49bc81de23b3
+DIST spyder-unittest-0.5.1.gh.tar.gz 80022 BLAKE2B c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a SHA512 4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
+EBUILD spyder-unittest-0.5.1.ebuild 1005 BLAKE2B 068c60e0d3f2a7155be9b932510aa2b4d1ec1bb5d0adfa715eac519a6ce0f98447ca54f839f42107a32c043a8aba41af8ad8698e4697851723d970b7f154c4c8 SHA512 448e25341687cf41bce2438c9ecd306d0b1e3a2762c5b34270fea0f2fa65dfe7970ddf549c83da382e1eae67426c278f5979ddf06132b20a5f6cbd3e8bef6f9c
MISC metadata.xml 361 BLAKE2B 9d9ab5a6fcc2bd47042aaca2342fe7603ccf68929f35e45d2f4435b62bdbee2fcfc8ebf236b3e6930154387a2c83b775cb9782d50db13343ac96f7a325bb9a82 SHA512 4227a170633b961a20a045cdbd39dd2438d02fdfe94b41e9801198f126fe4578285bc16097a8377357ea70ff625b7e47e5a2573af88ca6dd27ab1fac0235d05c
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
index dbb35f3719d4..abd29d2cb968 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
@@ -11,7 +11,7 @@ COMMIT="d210d9fe6c4efbb21d680a040cc4741d76a81f49"
DESCRIPTION="Plugin for Spyder to run tests and view the results"
HOMEPAGE="https://github.com/spyder-ide/spyder-unittest"
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
# AttributeError: 'NoneType' object has no attribute 'split'
@@ -22,7 +22,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/spyder-5.3.1[${PYTHON_USEDEP}]
<dev-python/spyder-6[${PYTHON_USEDEP}]
dev-python/pyzmq[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]