Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-convertdate for 
openSUSE:Factory checked in at 2021-03-19 16:40:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-convertdate (Old)
 and      /work/SRC/openSUSE:Factory/.python-convertdate.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-convertdate"

Fri Mar 19 16:40:05 2021 rev:6 rq:879557 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-convertdate/python-convertdate.changes    
2020-05-04 18:33:56.692247630 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-convertdate.new.2401/python-convertdate.changes
  2021-03-19 16:40:05.609866006 +0100
@@ -1,0 +2,20 @@
+Wed Mar 17 05:48:21 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update to 2.3.2:
+  * Switch Persian calendar to astronomical computation (was non-canonical 
algorithmic method)
+  * Fix inappropriate uses of trunc, which caused several errors before the 
Julian Day epoch (#39, #40, #42)
+  * Fix bug in julian.leap (#43)
+  * Add official suppport and tests for Python 3.9
+  * Raise ValueError for attempted conversion of dates before the Mayan epoch
+  * Fix bug in Bahai calculations during Ayy??m-i-H?? (#32). Thanks @chiuczek
+  * Regularize variable names:
+  * coptic: rename MONTH_NAMES to MONTHS, rename DAY_NAMES to WEEKDAYS
+  * french_republican: add MONTHS
+  * mayan: rename HAAB_MONTHS to HAAB, rename TZOLKIN_NAMES to TZOLKIN
+  * Add some Jewish and Islamic holidays to holidays: shemini_azeret, 
lag_baomer, tu_beshvat, tisha_bav, ramadan, ashura, eid_alfitr, eid_aladha
+  * Add docs. See https://convertdate.readthedocs.io/
+  * Fix December 31st bug in ordinal (#34)
+  * Add Indigenous Peoples' Day and Juneteenth to holidays, deprecate Columbus 
day
+- Switch to using pytest
+
+-------------------------------------------------------------------

Old:
----
  v2.2.0.tar.gz

New:
----
  v2.3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-convertdate.spec ++++++
--- /var/tmp/diff_new_pack.xV6lXI/_old  2021-03-19 16:40:06.157866745 +0100
+++ /var/tmp/diff_new_pack.xV6lXI/_new  2021-03-19 16:40:06.161866751 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-convertdate
 #
-# 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-convertdate
-Version:        2.2.0
+Version:        2.3.2
 Release:        0
 Summary:        Module for date conversions from and to Gregorian calendar
 License:        MIT
@@ -32,6 +32,7 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyMeeus >= 0.3.6}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz >= 2014.10}
 # /SECTION
 %python_subpackages
@@ -56,7 +57,7 @@
 
 %check
 export LC_ALL="en_US.UTF8"
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.md

++++++ v2.2.0.tar.gz -> v2.3.2.tar.gz ++++++
++++ 10502 lines of diff (skipped)

Reply via email to