diff --git a/python-jdatetime.changes b/python-jdatetime.changes index 7ac855e..8ac3ac7 100644 --- a/python-jdatetime.changes +++ b/python-jdatetime.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 7 22:26:41 UTC 2023 - Dirk Müller + +- update to 4.1.1: + * Add `fromisoformat` method to `jdatetime.date` + * Add support for Python 3.11 + * Fix two chars month handling in jdatetime.datetime.strptime + ------------------------------------------------------------------- Thu Jun 23 01:06:35 UTC 2022 - Yogalakshmi Arunachalam @@ -6,7 +14,7 @@ Thu Jun 23 01:06:35 UTC 2022 - Yogalakshmi Arunachalam * Add support for %b and %B directive directive in ``jdatetime.datetime.strptime` Changed * Potential breaking change: Replace spaces with ZWNJ (نیم‌فاصله) in output of ``jdatetime.datetime.strftime` -- Update to 4.0.0: +- Update to 4.0.0: * Add fold attribute to jdatetime.datetime * Change * Drop Python < 3.7 support diff --git a/python-jdatetime.spec b/python-jdatetime.spec index 943f7be..4ff882d 100644 --- a/python-jdatetime.spec +++ b/python-jdatetime.spec @@ -1,7 +1,7 @@ # # spec file for package python-jdatetime # -# Copyright (c) 2022 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jdatetime -Version: 4.1.0 +Version: 4.1.1 Release: 0 Summary: Jalali datetime binding for python License: Python-2.0 diff --git a/v4.1.0.tar.gz b/v4.1.0.tar.gz deleted file mode 100644 index 8d73f0f..0000000 --- a/v4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d54fbbe8872a48898a11990b22502bb2a35b5c57e36ecb4d8c7b5182bd64198 -size 22406 diff --git a/v4.1.1.tar.gz b/v4.1.1.tar.gz new file mode 100644 index 0000000..510da04 --- /dev/null +++ b/v4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9f08742b322bd6e4ac4e0fda778f0e2fa7fd7d4cc3cfc368de851b002c974e +size 23202