diff --git a/holidays-0.10.1.tar.gz b/holidays-0.10.1.tar.gz new file mode 100644 index 0000000..1b196db --- /dev/null +++ b/holidays-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9024315e6c15e2cde1362a8c36a6d1e5004f78e56f17789a6dcc2ca7f24ca3b7 +size 105192 diff --git a/holidays-0.9.12.tar.gz b/holidays-0.9.12.tar.gz deleted file mode 100644 index 598d437..0000000 --- a/holidays-0.9.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3182c4a6fef8d01a829468362ace9c3bba7645873610535fef53454dbb4ea092 -size 85685 diff --git a/python-holidays.changes b/python-holidays.changes index 105aaf2..311d606 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Apr 9 08:51:48 UTC 2020 - Marketa Calabkova + +- Update to 0.10.1 + * Project structure refactoring (MaxHaertwig, dr-p) + * Added support for Python3.8 (dr-p) + * Dropped support for pypy and Python3.4, welcome back pypy3 (dr-p) + * Fully reviewed Travis CI integration (dr-p) + * Added 3-digit country ISO codes (MaxHaertwig) + * Support for Paraguay (dr-p, sfeliu) + * Support for Israel (giladmaya, dr-p) + * Support for Egypt (gaberm) + * Support for Serbia (kosugor) + * Support for Singapore (mborsetti) + * README.rst fixes / sync + * Brazil-Parana support (dr-p, jbroudou) + * Japan fixes (dr-p, thophan92, saurabh3896) + * Canada, Spain, US fixes (jbroudou) + * Belarus fix (mpolyakovsky) + ------------------------------------------------------------------- Fri Jan 17 11:51:51 UTC 2020 - Antonio Larrosa diff --git a/python-holidays.spec b/python-holidays.spec index ad12bfa..98fc54a 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -18,18 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-holidays -Version: 0.9.12 +Version: 0.10.1 Release: 0 Summary: Python library for generating holidays on the fly License: MIT Group: Development/Languages/Python URL: https://github.com/dr-prodigy/python-holidays Source: https://files.pythonhosted.org/packages/source/h/holidays/holidays-%{version}.tar.gz +BuildRequires: %{python_module convertdate} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-convertdate Requires: python-python-dateutil Requires: python-six BuildArch: noarch