summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-03-29 10:11:12 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-03-29 10:29:48 -0500
commit7dc246ccd4fe6eddab79c1c1f68460c4ae973b9e (patch)
tree4c40179bb57b36f1ed0e99c0a952d4ad9b3d5f7d
parentsys-fs/xfsdump: x86 stable (bug #628120) (diff)
downloadgentoo-7dc246cc.tar.gz
gentoo-7dc246cc.tar.bz2
gentoo-7dc246cc.zip
dev-python/os-brick: 2.3.1 bup
Package-Manager: Portage-2.3.26, Repoman-2.3.7
-rw-r--r--dev-python/os-brick/Manifest2
-rw-r--r--dev-python/os-brick/os-brick-2.3.1.ebuild (renamed from dev-python/os-brick/os-brick-2.3.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/os-brick/Manifest b/dev-python/os-brick/Manifest
index 81eff649bb1d..29dca82da59e 100644
--- a/dev-python/os-brick/Manifest
+++ b/dev-python/os-brick/Manifest
@@ -1,2 +1,2 @@
DIST os-brick-1.15.5.tar.gz 161371 BLAKE2B 0fdfb5978cb1d1ca635d64f98b75210b03353c033affd9834294c4d505a0d9e580f0f829a5e5c96fdb53f1cf2a29ba63ded6fbba4ae662a5dad0d20fdf98356b SHA512 c73c0f227e68aeba80b6b5687fc876e7dfe3ba36a800b7241ed08a0f189e0a57adfdf3b3e1f63230514ddac848be84e1f05e6be6aa0f50412695c6d37124717d
-DIST os-brick-2.3.0.tar.gz 166100 BLAKE2B 073aa9f27ba75776f693b99b69e4abc73900d0d13560666335e3af0ca368dcc7ff1ef5ea4ea95e9e9aa8ba56808c3cbd78ac07d3fad82f3eae4601e0df5c398c SHA512 ab40e16ba3362a8ad5b5778bd8ea73c3a8adf831f504533d1566d563513df232747bd94ed3888fdfa7d1f519f7f50cb5022db7040afe6d8fc9c6fe43fa5d01af
+DIST os-brick-2.3.1.tar.gz 166518 BLAKE2B d58acd3ffffa6a5ca328eda9f74f4e9897846b047fc96777fb438c5e5a2fbef642e1672bd7f216acddef29138543627ef79fb6e6fc01e9e7cb34ee59663bedd8 SHA512 243d574289a95a07c43b112f9c00372a8b95560628f1d86f3ea750755b4026ef9426864a216a459c159b7275218a08df585aaf0f4f3c973d63af5a59083a6b2b
diff --git a/dev-python/os-brick/os-brick-2.3.0.ebuild b/dev-python/os-brick/os-brick-2.3.1.ebuild
index 0214d7f04231..eb8a0f93d480 100644
--- a/dev-python/os-brick/os-brick-2.3.0.ebuild
+++ b/dev-python/os-brick/os-brick-2.3.1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
>=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/os-win-2.0.0[${PYTHON_USEDEP}]"
+ >=dev-python/os-win-3.0.0[${PYTHON_USEDEP}]"
python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die