forked from pool/python-holidays
Accepting request 822929 from system:homeautomation:home-assistant:unstable
- Update to version 0.10.3 Released July 15, 2020 - Added get_named(substring) method to retrieve holidays by name (dr-p) - Added pop_named(substring) method to pop specific holiday/s by name (samtregar, dr-p) - Support for Burundi (bmwachajr) - Support for Latvia (rolandinsh) - Support for Romania (dorianm) - Spain fix (dr-p) - Netherlands fix (RooieRakkert) - Switzerland fixes (cgrigis) - Germany fix (MikeTsenatek) - Added korean_cal attribute to Korea and Vietnam (seriousran, pelennor) - United States fixes (patrick-nicholson, dr-p) - Singapore fixes + 2021 holidays (mborsetti) Version 0.10.2 ============== Released April 13, 2020 - Support for Spain (piliamaurizio, jbroudou, dr-p, gerardo15) - Support for Turkey (cemkaragozlu) - Support for Korea (1kko, dr-p) - Support for Vietnam (1kko, dr-p) - Support for Morocco (abensrhir, dr-p) - Mexico fix (Rosi2143, dr-p) - Croatia fix (sebojanko, dr-p) - US Georgia fix (jbroudou, dr-p) - Austria province ISO3166-2 adoption (jbroudou, dr-p) - Portugal typos & name fixes (reinaldoramosarxi) - US MLK renamed (snoopyjc, dr-p) - ISO-3 codes export fix (dr-p) OBS-URL: https://build.opensuse.org/request/show/822929 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9024315e6c15e2cde1362a8c36a6d1e5004f78e56f17789a6dcc2ca7f24ca3b7
|
||||
size 105192
|
||||
3
holidays-0.10.3.tar.gz
Normal file
3
holidays-0.10.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:839281f2b1ae7ac576da7951472482f6e714818296853107ea861fa60f5013cc
|
||||
size 114481
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 07:36:43 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Update to version 0.10.3
|
||||
|
||||
Released July 15, 2020
|
||||
|
||||
- Added get_named(substring) method to retrieve holidays by name (dr-p)
|
||||
- Added pop_named(substring) method to pop specific holiday/s by name (samtregar, dr-p)
|
||||
- Support for Burundi (bmwachajr)
|
||||
- Support for Latvia (rolandinsh)
|
||||
- Support for Romania (dorianm)
|
||||
- Spain fix (dr-p)
|
||||
- Netherlands fix (RooieRakkert)
|
||||
- Switzerland fixes (cgrigis)
|
||||
- Germany fix (MikeTsenatek)
|
||||
- Added korean_cal attribute to Korea and Vietnam (seriousran, pelennor)
|
||||
- United States fixes (patrick-nicholson, dr-p)
|
||||
- Singapore fixes + 2021 holidays (mborsetti)
|
||||
|
||||
|
||||
Version 0.10.2
|
||||
==============
|
||||
|
||||
Released April 13, 2020
|
||||
|
||||
- Support for Spain (piliamaurizio, jbroudou, dr-p, gerardo15)
|
||||
- Support for Turkey (cemkaragozlu)
|
||||
- Support for Korea (1kko, dr-p)
|
||||
- Support for Vietnam (1kko, dr-p)
|
||||
- Support for Morocco (abensrhir, dr-p)
|
||||
- Mexico fix (Rosi2143, dr-p)
|
||||
- Croatia fix (sebojanko, dr-p)
|
||||
- US Georgia fix (jbroudou, dr-p)
|
||||
- Austria province ISO3166-2 adoption (jbroudou, dr-p)
|
||||
- Portugal typos & name fixes (reinaldoramosarxi)
|
||||
- US MLK renamed (snoopyjc, dr-p)
|
||||
- ISO-3 codes export fix (dr-p)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 08:51:48 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-holidays
|
||||
Version: 0.10.1
|
||||
Version: 0.10.3
|
||||
Release: 0
|
||||
Summary: Python library for generating holidays on the fly
|
||||
License: MIT
|
||||
@@ -26,12 +26,16 @@ 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 korean-lunar-calendar}
|
||||
#BuildRequires: %{python_module hijri-converter}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-convertdate
|
||||
Requires: python-korean-lunar-calendar
|
||||
#Requires: python-hijri-converter
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user