diff --git a/holidays-0.9.10.tar.gz b/holidays-0.9.10.tar.gz new file mode 100644 index 0000000..c9bdeaf --- /dev/null +++ b/holidays-0.9.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f06d143eb708e8732230260636938f2f57114e94defd8fa2082408e0d422d6f +size 73539 diff --git a/holidays-0.9.9.tar.gz b/holidays-0.9.9.tar.gz deleted file mode 100644 index 5d6f35b..0000000 --- a/holidays-0.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b38e11736e2fad04c51e6d8d38ff66b483905d9448ba0291640cda5889687baa -size 68973 diff --git a/python-holidays.changes b/python-holidays.changes index 45f0907..3ea5cd1 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Mar 15 13:19:45 UTC 2019 - Tomáš Chvátal + +- Update to 0.9.10: + - Added Lithuanian holidays support (GiedriusMauza) + - Added Luxembourgish holidays (theFeverDog) + - Added Russian holidays (mshinkareva) + - Added Bulgarian holidays (pavelsof) + - Holidays in date range (elln2) + - German holidays updates (MrtnBckr, alexanderschulze) + - South African holidays updates (nickyspag) + - Australian holidays updates (itssimon) +- Run tests +- Run fdupes +- Fix URL + ------------------------------------------------------------------- Tue Mar 12 07:16:43 UTC 2019 - Adrian Schröter diff --git a/python-holidays.spec b/python-holidays.spec index ffe970d..c47c3f8 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,7 +1,7 @@ # -# spec file for package python-phue +# spec file for package python-holidays # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,31 +12,32 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-holidays -Version: 0.9.9 +Version: 0.9.10 Release: 0 Summary: Python library for generating holidays on the fly License: MIT Group: Development/Languages/Python -Url: https://pypi.python.org/pypi/holidyas +URL: https://github.com/dr-prodigy/python-holidays Source: https://files.pythonhosted.org/packages/source/h/holidays/holidays-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-python-dateutil +Requires: python-six BuildArch: noarch - %python_subpackages %description -A fast, efficient Python library for generating country, province and state specific sets of holidays on the fly. It aims to make determining whether a specific date is a holiday as fast and flexible as possible. - +A fast, efficient Python library for generating country, province and state specific sets of holidays on the fly. +It aims to make determining whether a specific date is a holiday as fast and flexible as possible. %prep %setup -q -n holidays-%{version} @@ -46,6 +47,10 @@ A fast, efficient Python library for generating country, province and state spec %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%python_expand $python -m unittest discover %files %{python_files} %license LICENSE