py-fiscalyear: add v0.3.0 (#20911)

This commit is contained in:
Adam J. Stewart 2021-01-15 02:16:08 -06:00 committed by GitHub
parent 3233debf1b
commit ac2b9a3e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,11 @@
class PyFiscalyear(PythonPackage):
"""fiscalyear is a small, lightweight Python module providing helpful
utilities for managing the fiscal calendar. It is designed as an extension
of the built-in datetime and calendar modules, adding the ability to query
the fiscal year and fiscal quarter of a date or datetime object."""
utilities for managing the fiscal calendar.
It is designed as an extension of the built-in datetime and calendar
modules, adding the ability to query the fiscal year, fiscal quarter,
fiscal month, and fiscal day of a date or datetime object."""
homepage = "https://github.com/adamjstewart/fiscalyear"
pypi = "fiscalyear/fiscalyear-0.2.0.tar.gz"
@ -19,6 +21,7 @@ class PyFiscalyear(PythonPackage):
maintainers = ['adamjstewart']
version('master', branch='master')
version('0.3.0', sha256='64f97b3a0ab6b2857d09f0016bd3aae37646a454a5c2c66e907fef03ae54a816')
version('0.2.0', sha256='f513616aeb03046406c56d7c69cd9e26f6a12963c71c1410cc3d4532a5bfee71')
version('0.1.0', sha256='3fde4a12eeb72da446beb487e078adf1223a92d130520e589b82d7d1509701a2')