1- about_resource: crontab-1.0.4 .tar.gz
1+ about_resource: crontab-1.0.5 .tar.gz
22name: crontab
3- version: 1.0.4
4- download_url: https://files.pythonhosted.org/packages/1e/8b/3ea72ac8e26090b63779b4e0074af79b02bbbab7ddd01b36109bc0892d31 /crontab-1.0.4 .tar.gz
3+ version: 1.0.5
4+ download_url: https://files.pythonhosted.org/packages/d6/36/a255b6f5a2e22df03fd2b2f3088974b44b8c9e9407e26b44742cb7cfbf5b /crontab-1.0.5 .tar.gz
55description: |
66 Parse and use crontab schedules in Python
77 Copyright 2011-2021 Josiah Carlson
@@ -26,7 +26,7 @@ description: |
2626 Seconds No 0-59 0 \* / , -
2727 Minutes Yes 0-59 N/A \* / , -
2828 Hours Yes 0-23 N/A \* / , -
29- Day of month Yes 1-31 N/A \* / , - ? L
29+ Day of month Yes 1-31 N/A \* / , - ? L Z
3030 Month Yes 1-12 or JAN-DEC N/A \* / , -
3131 Day of week Yes 0-6 or SUN-SAT N/A \* / , - ? L
3232 Year No 1970-2099 * \* / , -
@@ -122,15 +122,19 @@ description: |
122122 24 7 * * L5 -> 7:24 AM on the last friday of every month
123123 24 7 * * Lwed-fri ->
124124 7:24 AM on the last wednesday, thursday, and friday of every month
125+ 0 8 L * * -> 8 AM on the last day of the month, every month
126+ 0 8 Z0 * * -> 8 AM on the last day of the month, z0 is an alias for L
127+ 0 8 Z1 * * -> 8 AM 1 day before the last day of the month, every month
128+ 0 8 Z2 * * -> 8 AM 2 days before last day of the month, every month
125129homepage_url: https://github.com/josiahcarlson/parse-crontab
126- package_url: pkg:pypi/crontab@1.0.4
130+ package_url: pkg:pypi/crontab@1.0.5
127131license_expression: lgpl-2.1 AND (lgpl-2.0-plus AND lgpl-2.0 AND lgpl-3.0)
128132copyright: Copyright Josiah Carlson
129133redistribute: yes
130134attribute: yes
131135track_changes: yes
132- checksum_md5: ad190b69ff4199c44a5170daf896e73f
133- checksum_sha1: 5a7e52b3f0e84519966b370b871c0ca1d3f9c20a
136+ checksum_md5: 77ddc1000a05cbcf82e4471d6382cbef
137+ checksum_sha1: e5a630966b862ab66f71db3e730da9d853e96f02
134138licenses:
135139 - key: lgpl-2.1
136140 name: GNU Lesser General Public License 2.1
0 commit comments