Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hijri-converter for
openSUSE:Factory checked in at 2023-03-03 22:28:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hijri-converter (Old)
and /work/SRC/openSUSE:Factory/.python-hijri-converter.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hijri-converter"
Fri Mar 3 22:28:21 2023 rev:2 rq:1069085 version:2.2.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-hijri-converter/python-hijri-converter.changes
2021-03-16 15:46:45.925262335 +0100
+++
/work/SRC/openSUSE:Factory/.python-hijri-converter.new.31432/python-hijri-converter.changes
2023-03-03 22:31:26.116038424 +0100
@@ -1,0 +2,31 @@
+Fri Mar 3 06:39:33 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 2.2.4:
+ * Fixed location of type checking marker file. (#10 bt @dimbleby)
+ * Added some missing variable annotations to ummalqura module.
+ * Fixed an issue when generating documentation.
+ * Fixed some typos in docstrings and improved documentation.
+ * Other minor fixes and enhancements.
+ * Fixed calculation of month 12 of year 1354 AH.
+ * Fixed an issue when generating documentation without the package being
+ installed. (#7)
+ * Refactored internal helper functions.
+ * Added today() classmethod to Hijri class to get the Hijri Object of
+ today's date.
+ * Added separator and padding parameters to dmyformat() method to have more
+ control on formatting.
+ * Refactored locales for better management and testing.
+ * Updated main classes to be conveniently imported into the package
+ level e.g. from hijri_converter import Hijri, Gregorian.
+ * Removed deprecated method slashformat() from Hijri and Gregorian classes.
+ * Other minor fixes and internal enhancements.
+ * Changed Hijri rich comparison to return NotImplemented when the second
+ operand is not Hijri class.
+ * Updated packaging configuration files and local development workflow.
+ * Other minor fixes and documentation enhancements.
+ * Added dmyformat() to return dates in DD/MM/YYYY format.
+ * Deprecated slashformat() method to be replaced by dmyformat() method.
+ * Fixed PyPI package not including some required files. (#3)
+- Stop using python_sitelib/*
+
+-------------------------------------------------------------------
Old:
----
hijri-converter-2.1.1.tar.gz
New:
----
hijri-converter-2.2.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hijri-converter.spec ++++++
--- /var/tmp/diff_new_pack.OsGe9G/_old 2023-03-03 22:31:26.636040641 +0100
+++ /var/tmp/diff_new_pack.OsGe9G/_new 2023-03-03 22:31:26.640040658 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package python-holidays
+# spec file for package python-hijri-converter
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,17 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
%define modname hijri-converter
Name: python-hijri-converter
-Version: 2.1.1
+Version: 2.2.4
Release: 0
Summary: Python package to convert accurately between Hijri and
Gregorian dates
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/dralshehri/hijri-converter
Source:
https://github.com/dralshehri/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -36,7 +34,6 @@
%description
A Python package to convert accurately between Hijri and Gregorian dates using
the Umm al-Qura calendar of Saudi Arabia.
-
%prep
%setup -q -n hijri-converter-%{version}
@@ -52,7 +49,8 @@
%files %{python_files}
%license LICENSE
-%doc CHANGELOG.rst README.rst
-%{python_sitelib}/*
+%doc CHANGELOG.md README.md
+%{python_sitelib}/hijri_converter
+%{python_sitelib}/hijri_converter*info
%changelog
++++++ hijri-converter-2.1.1.tar.gz -> hijri-converter-2.2.4.tar.gz ++++++
++++ 9847 lines of diff (skipped)