From a17024e1f4eccdca8507093e22ca95cde65365d2 Mon Sep 17 00:00:00 2001
From: ptrcnull <git@ptrcnull.me>
Date: Fri, 26 Jan 2024 22:32:09 +0100
Subject: [PATCH] community/py3-smmap2: add comment about mistagged version

see pypi project page for smmap
---
 community/py3-smmap2/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/community/py3-smmap2/APKBUILD b/community/py3-smmap2/APKBUILD
index d017e318574a..145642431c51 100644
--- a/community/py3-smmap2/APKBUILD
+++ b/community/py3-smmap2/APKBUILD
@@ -3,6 +3,7 @@
 pkgname=py3-smmap2
 pkgver=5.0.1
 pkgrel=0
+# 6.0.0 was yanked and replaced with 5.0.1, should not be upgraded to
 pkgdesc="pure Python3 implementation of a sliding window memory map manager"
 url="https://github.com/gitpython-developers/smmap"
 arch="noarch"
-- 
GitLab