Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-holidays for openSUSE:Factory
checked in at 2021-05-04 22:01:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-holidays (Old)
and /work/SRC/openSUSE:Factory/.python-holidays.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-holidays"
Tue May 4 22:01:28 2021 rev:8 rq:890465 version:0.11.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-holidays/python-holidays.changes
2021-03-17 20:19:13.423257552 +0100
+++
/work/SRC/openSUSE:Factory/.python-holidays.new.2988/python-holidays.changes
2021-05-04 22:01:42.160439786 +0200
@@ -1,0 +2,26 @@
+Mon May 3 13:19:03 UTC 2021 - Matej Cepl <[email protected]>
+
+- Use %pytest macro
+
+-------------------------------------------------------------------
+Mon May 3 07:33:00 UTC 2021 - Adrian Schr??ter <[email protected]>
+
+- update to version 0.11.1
+ * Support for Saudi Arabia
+ * Support for Curacao
+ * Support for Jamaica
+ * Support for Georgia
+ * init.py flake8 issue fix
+ * Korea 2020 fix
+ * Singapore fix for multi-year
+ * Israel fix
+ * Japan fix
+ * Serbia fix
+ * United Kingdom get_list fix
+ * Singapore fix for multi-year
+ * Fixed holidays pickling
+- remove:
+ - disable-lag-baomer.patch
+ - disable-flake.patch
+
+-------------------------------------------------------------------
Old:
----
disable-flake.patch
disable-lag-baomer.patch
holidays-0.10.5.2.tar.gz
New:
----
holidays-0.11.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-holidays.spec ++++++
--- /var/tmp/diff_new_pack.tgjwwo/_old 2021-05-04 22:01:42.600438133 +0200
+++ /var/tmp/diff_new_pack.tgjwwo/_new 2021-05-04 22:01:42.604438117 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-holidays
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-holidays
-Version: 0.10.5.2
+Version: 0.11.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
-Patch1: disable-flake.patch
-# searched for 15 minutes and did not found it anywhere, sorry
-Patch2: disable-lag-baomer.patch
BuildRequires: %{python_module convertdate}
BuildRequires: %{python_module hijri-converter}
BuildRequires: %{python_module korean-lunar-calendar}
-#BuildRequires: %{python_module lag_baomer}
+BuildRequires: %{python_module pytest}
+#BuildRequires: %%{python_module lag_baomer}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
+BuildRequires: %{python_module testsuite}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-convertdate
@@ -52,8 +51,6 @@
%prep
%setup -q -n holidays-%{version}
-%patch1 -p0
-%patch2 -p0
%build
%python_build
@@ -63,7 +60,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand $python tests.py
+%pytest
%files %{python_files}
%license LICENSE
++++++ holidays-0.10.5.2.tar.gz -> holidays-0.11.1.tar.gz ++++++
++++ 15218 lines of diff (skipped)