Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jdatetime for
openSUSE:Factory checked in at 2022-01-29 20:57:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jdatetime (Old)
and /work/SRC/openSUSE:Factory/.python-jdatetime.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jdatetime"
Sat Jan 29 20:57:25 2022 rev:4 rq:949531 version:3.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jdatetime/python-jdatetime.changes
2020-03-08 22:22:03.992000793 +0100
+++
/work/SRC/openSUSE:Factory/.python-jdatetime.new.1898/python-jdatetime.changes
2022-01-29 20:57:27.800509584 +0100
@@ -1,0 +2,12 @@
+Thu Jan 27 20:11:23 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 3.8.2:
+ * Fix older version objects unpickling problem
+ * Fixed pickle problem of jdate and jdatetime objects(#108)
+ * Fixed unicode literal problem in isoformat
+ * Add ZoneInfo support
+ * Add date.min based on cpython implementation
+ * Add date.max based on cpython implementation
+ * Run test and publish package from github action
+
+-------------------------------------------------------------------
Old:
----
v3.6.2.tar.gz
New:
----
v3.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jdatetime.spec ++++++
--- /var/tmp/diff_new_pack.qhihJu/_old 2022-01-29 20:57:28.272506522 +0100
+++ /var/tmp/diff_new_pack.qhihJu/_new 2022-01-29 20:57:28.276506497 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jdatetime
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jdatetime
-Version: 3.6.2
+Version: 3.8.2
Release: 0
Summary: Jalali datetime binding for python
License: Python-2.0
Group: Development/Languages/Python
URL: https://github.com/slashmili/python-jalali
Source:
https://github.com/slashmili/python-jalali/archive/v%{version}.tar.gz
+BuildRequires: %{python_module pytzdata}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: glibc-locale
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -45,7 +47,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec t/test.py
+%python_exec -m unittest discover tests -v
%files %{python_files}
%doc README.rst CHANGELOG.md
++++++ v3.6.2.tar.gz -> v3.8.2.tar.gz ++++++
++++ 3749 lines of diff (skipped)