From f368a34010156e460b4560acf92570ab63ee7b9fb8af7bd55aad26ef2dd80355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jan 2020 12:01:45 +0000 Subject: [PATCH] Accepting request 765222 from home:alarrosa:branches:devel:languages:python - Update to 0.9.12: * Support for Nigeria (ioluwayo) * Support for India - Telangana (kiranbeethoju, dr-p) * Support for Dominican Republic (gabmartinez) * Support for Nicaragua (CARocha) * Code refactoring, bugfixes (vlt) * Add method to list all supported countries (fabaff) * Germany bugfixes (bitraten) * Correctly handle United Kingdom "May Day" holiday in 2020 - #219 (robfraz) * Hungary fixes (gypapp) * Chile test fixes (rpanai) * Italy fixes (jokerigno, sixbladeknife) * Other minor fixes OBS-URL: https://build.opensuse.org/request/show/765222 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=10 --- holidays-0.9.11.tar.gz | 3 --- holidays-0.9.12.tar.gz | 3 +++ python-holidays.changes | 17 +++++++++++++++++ python-holidays.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 holidays-0.9.11.tar.gz create mode 100644 holidays-0.9.12.tar.gz diff --git a/holidays-0.9.11.tar.gz b/holidays-0.9.11.tar.gz deleted file mode 100644 index 287cce2..0000000 --- a/holidays-0.9.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:915fdb92b596cfb66067010759b4384a9c6bc82931311d5bf07fe04920cc11bc -size 81217 diff --git a/holidays-0.9.12.tar.gz b/holidays-0.9.12.tar.gz new file mode 100644 index 0000000..598d437 --- /dev/null +++ b/holidays-0.9.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3182c4a6fef8d01a829468362ace9c3bba7645873610535fef53454dbb4ea092 +size 85685 diff --git a/python-holidays.changes b/python-holidays.changes index 3bea003..105aaf2 100644 --- a/python-holidays.changes +++ b/python-holidays.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jan 17 11:51:51 UTC 2020 - Antonio Larrosa + +- Update to 0.9.12: + * Support for Nigeria (ioluwayo) + * Support for India - Telangana (kiranbeethoju, dr-p) + * Support for Dominican Republic (gabmartinez) + * Support for Nicaragua (CARocha) + * Code refactoring, bugfixes (vlt) + * Add method to list all supported countries (fabaff) + * Germany bugfixes (bitraten) + * Correctly handle United Kingdom "May Day" holiday in 2020 - #219 (robfraz) + * Hungary fixes (gypapp) + * Chile test fixes (rpanai) + * Italy fixes (jokerigno, sixbladeknife) + * Other minor fixes + ------------------------------------------------------------------- Thu Sep 12 09:00:03 UTC 2019 - Tomáš Chvátal diff --git a/python-holidays.spec b/python-holidays.spec index 1e8ce0d..ad12bfa 100644 --- a/python-holidays.spec +++ b/python-holidays.spec @@ -1,7 +1,7 @@ # # spec file for package python-holidays # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-holidays -Version: 0.9.11 +Version: 0.9.12 Release: 0 Summary: Python library for generating holidays on the fly License: MIT