From b832cc6b0364d4137a234aeb1d1259a9fb7965d2 Mon Sep 17 00:00:00 2001
From: omni <omni+alpine@hack.org>
Date: Sat, 21 May 2022 11:45:43 +0000
Subject: [PATCH] community/py3-tzlocal: move from testing

To help keep some history, an upgrade of this aport to 4.2 was reverted
due to the not yet packaged runtime dependency 'pytz_deprecation_shim'.

Reference issue alpine/aports#13687 and MR alpine/aports!33130
---
 {testing => community}/py3-tzlocal/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename {testing => community}/py3-tzlocal/APKBUILD (91%)

diff --git a/testing/py3-tzlocal/APKBUILD b/community/py3-tzlocal/APKBUILD
similarity index 91%
rename from testing/py3-tzlocal/APKBUILD
rename to community/py3-tzlocal/APKBUILD
index 7eae6f3cfadf..f33893683154 100644
--- a/testing/py3-tzlocal/APKBUILD
+++ b/community/py3-tzlocal/APKBUILD
@@ -1,6 +1,6 @@
 # Maintainer: prspkt <prspkt@protonmail.com>
 pkgname=py3-tzlocal
-pkgver=2.1
+pkgver=2.1 # Read about API change & pytz_deprecation_shim before upgrade!
 pkgrel=3
 pkgdesc="Python tzinfo object for the local timezone"
 url="https://github.com/regebro/tzlocal"
-- 
GitLab