From c96e5c214008d77afb6f6607522cc3919191348f Mon Sep 17 00:00:00 2001 From: OscarL Date: Mon, 29 Jul 2024 17:54:23 -0300 Subject: [PATCH] pandas: revert unnintended rename. (#10773) Commit 6ae2dcba0f5d66f9892b0a65a8204f77293acc52 contained an accidental rename on this recipe. Reverting that. Still, I can re-build this version, or newer ones for that matter. Giving up on pandas for a while. Maybe other folks will have better luck (or more skills at least :-D). --- dev-python/pandas/{pandas-1.5.3.recipe => pandas-1.3.2.recipe} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dev-python/pandas/{pandas-1.5.3.recipe => pandas-1.3.2.recipe} (100%) diff --git a/dev-python/pandas/pandas-1.5.3.recipe b/dev-python/pandas/pandas-1.3.2.recipe similarity index 100% rename from dev-python/pandas/pandas-1.5.3.recipe rename to dev-python/pandas/pandas-1.3.2.recipe