summaryrefslogtreecommitdiffstats
path: root/python/pytz-deprecation-shim/slack-desc
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-06-04 02:54:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:12 +0700
commitc6d8900231de08c2ccd9890e9b66956b91990254 (patch)
tree78d26fbb7437f528b2d9493091eb61b151dbd9a2 /python/pytz-deprecation-shim/slack-desc
parent145faa176fcdfaccbfc30fe8846ce6be6350283e (diff)
downloadslackbuilds-c6d8900231de08c2ccd9890e9b66956b91990254.tar.gz
slackbuilds-c6d8900231de08c2ccd9890e9b66956b91990254.tar.xz
python/pytz-deprecation-shim: Added (Shims to help you remove pytz)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytz-deprecation-shim/slack-desc')
-rw-r--r--python/pytz-deprecation-shim/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pytz-deprecation-shim/slack-desc b/python/pytz-deprecation-shim/slack-desc
new file mode 100644
index 0000000000..c324373281
--- /dev/null
+++ b/python/pytz-deprecation-shim/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+pytz-deprecation-shim: pytz-deprecation-shim (Shims to help you safely remove pytz)
+pytz-deprecation-shim:
+pytz-deprecation-shim: pytz has served the Python community well for many years, but it is no
+pytz-deprecation-shim: longer the best option for providing time zones. pytz has a
+pytz-deprecation-shim: non-standard interface that is very easy to misuse; this interface was
+pytz-deprecation-shim: necessary when pytz was created, because datetime had no way to
+pytz-deprecation-shim: represent ambiguous datetimes, but this was solved in Python 3.6,
+pytz-deprecation-shim: which added a fold attribute to datetimes in PEP 495. With the
+pytz-deprecation-shim: addition of the zoneinfo module in Python 3.9 (PEP 615), there has
+pytz-deprecation-shim: never been a better time to migrate away from pytz.
+pytz-deprecation-shim: Homepage: https://github.com/pganssle/pytz-deprecation-shim