diff --git a/holidays-0.43.tar.gz b/holidays-0.43.tar.gz deleted file mode 100644 index 6556c3f27f437071e27f446743cadc9fa14de6bc..0000000000000000000000000000000000000000 Binary files a/holidays-0.43.tar.gz and /dev/null differ diff --git a/holidays-0.57.tar.gz b/holidays-0.57.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..40becf652cb88179819298c54749f540a0785c7d Binary files /dev/null and b/holidays-0.57.tar.gz differ diff --git a/python-holidays.spec b/python-holidays.spec index 2814881e251e9d08ab4a2a941028f9c8eb66135a..387740decc7cffb850fd239c79b68618bb24c8d0 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-holidays -Version: 0.43 +Version: 0.57 Release: 1 Summary: Generate and work with holidays in Python License: MIT URL: https://github.com/dr-prodigy/python-holidays -Source0: https://files.pythonhosted.org/packages/eb/82/8d1d8947d75bf21ec63549346eb0147e20ae4d5ef2ce9f62056f65d9b369/holidays-0.43.tar.gz +Source0: https://files.pythonhosted.org/packages/10/04/265ce4cd37147cb293ccc0f834ba1e42d07eb2be91b4091f633825955f00/holidays-0.57.tar.gz BuildArch: noarch Requires: python3-convertdate @@ -76,6 +76,19 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 20 2024 kkz - 0.57-1 +- Update package to version 0.57 + Update Australia holidays: add en_AU, en_US, th localization (#1977 by @PPsyrius) + Fix some docstrings (#1994 by @KJhellico) + Update Australia holidays: fix Christmas Day in ACT (#1986 by @KJhellico) + Update Germany holidays: add th localization, deprecated non-standard ISO code, add subdivision aliases (#1979 by @PPsyrius, @arkid15r) + Update Jersey holidays (#1971 by @PPsyrius) + Update South Korea holidays: add Armed Forces Day in 2024 (#1973 by @KJhellico) + Update examples to reflect recent holidays changes (#1978 by @KJhellico) + Add Frances Xavier Cabrini Day for United States, Colorado (#1995 by @e2thenegpii, @arkid15r) + Extend _ThaiLunisolar calendar support to 2157 (#1981 by @PPsyrius) + Unify en_US Islamic holidays name translation (#1984 by @KJhellico) + * Fri Feb 23 2024 wangjunqi - 0.43-1 - Update package to version 0.43 Introduce subdivisions aliases (#1662 by @sphh, @arkid15r)