14
0

Accepting request 984621 from home:yarunachalam:branches:devel:languages:python

- Update to 4.1.0
  * Add support for %z directive in ``jdatetime.datetime.strptime`
  * 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: 
  * Add fold attribute to jdatetime.datetime
  * Change
  * Drop Python < 3.7 support

OBS-URL: https://build.opensuse.org/request/show/984621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=9
This commit is contained in:
2022-06-23 05:21:07 +00:00
committed by Git OBS Bridge
parent 2962a8e89d
commit 8039b38e18
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 23 01:06:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.1.0
* Add support for %z directive in ``jdatetime.datetime.strptime`
* 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:
* Add fold attribute to jdatetime.datetime
* Change
* Drop Python < 3.7 support
-------------------------------------------------------------------
Thu Jan 27 20:11:23 UTC 2022 - Dirk Müller <dmueller@suse.com>