forked from pool/python-holidays
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
This commit is contained in:
committed by
Git OBS Bridge
parent
bc25736ac0
commit
f368a34010
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:915fdb92b596cfb66067010759b4384a9c6bc82931311d5bf07fe04920cc11bc
|
||||
size 81217
|
||||
3
holidays-0.9.12.tar.gz
Normal file
3
holidays-0.9.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3182c4a6fef8d01a829468362ace9c3bba7645873610535fef53454dbb4ea092
|
||||
size 85685
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 11:51:51 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user