14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=8
This commit is contained in:
2022-01-27 20:16:22 +00:00
committed by Git OBS Bridge
parent ba6e344209
commit 2962a8e89d
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jan 27 20:11:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Mon Mar 2 04:02:53 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>