diff --git a/holidays-0.48.tar.gz b/holidays-0.48.tar.gz deleted file mode 100644 index 6c4883f..0000000 --- a/holidays-0.48.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f87b778e041ac60a919643a35315e055801db2bea6718dfd853fe94ca01c4a -size 3691636 diff --git a/holidays-0.51.tar.gz b/holidays-0.51.tar.gz new file mode 100644 index 0000000..2f5f26f --- /dev/null +++ b/holidays-0.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4384d475a8473b3adac958556de9fadf30c160dbeaf05a86f92b507910673eb +size 3784811 diff --git a/python-holidays.changes b/python-holidays.changes index cac97da..8b066ac 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Jun 19 06:53:26 UTC 2024 - Adrian Schröter + +- update to 0.51: + * Update Aruba and Curaçao holidays l10n (split locales) (#1827 by @KJhellico) + * Update Brazil holidays: add new Nov 20 holiday (#1832 by @KJhellico) + * Update CI/CD job concurrency (#1823 by @arkid15r) + * Update CI/CD job concurrency (#1830 by @arkid15r) + * Update README.rst (#1828 by @arkid15r) + * Update ruff configuration (#1819 by @arkid15r) + * Align India subdivisions with ISO 3166-2 (#1821 by @KJhellico) + * Migrate to codecov.io (#1818 by @arkid15r) + * Narrow down ignored warnings (#1816 by @arkid15r) + * Refactor some holidays with uncommon rules (#1807 by @KJhellico) + * Add Greenland holidays (#1811 by @Klintrup, @arkid15r) + * Fix docs: update Italy docstring (#1808 by @arkid15r) + * Update Italy holidays (#1805 by @KJhellico) + * Add 2024 Russian Substituted Holidays (#1799 by @PPsyrius) + * Add Georgian government holiday for May 17, 2024 (#1802 by @PPsyrius, @arkid15r) + * Add v1 future incompatibility warning (#1801 by @arkid15r) + * Migrate Japan holidays to ObservedHolidayBase (#1810 by @KJhellico) + * Synchronize entity dynamic imports (#1794 by @Izzette) + * Add IFEU holidays (#1792 by @benjfield, @arkid15r) + * Update Hong Kong holidays (#1767 by @KJhellico, @arkid15r) + * Update Malaysia holidays (#1791 by @KJhellico) + * Update observed rules: add holiday removal support (#1796 by @arkid15r) + * Address numpy int argument conversion issue (#1782 by @arkid15r) + * Replace `datetime::timedelta` with custom function (#1785 by @KJhellico) + ------------------------------------------------------------------- Tue May 7 20:54:37 UTC 2024 - Dirk Müller diff --git a/python-holidays.spec b/python-holidays.spec index c1815a0..1ff1f58 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -17,7 +17,7 @@ Name: python-holidays -Version: 0.48 +Version: 0.51 Release: 0 Summary: Python library for generating holidays on the fly License: MIT @@ -27,6 +27,7 @@ BuildRequires: %{python_module convertdate} BuildRequires: %{python_module hijri-converter >= 2.2} BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module korean-lunar-calendar} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pip} BuildRequires: %{python_module polib} BuildRequires: %{python_module pytest}