15
0

Accepting request 792660 from home:mcalabkova:branches:devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/792660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-04-09 10:38:23 +00:00
committed by Git OBS Bridge
parent f368a34010
commit 17ceae006c
4 changed files with 26 additions and 4 deletions

View File

@@ -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