forked from pool/python-python-utils
- update to 3.8.1:
* fixed silly typo - update to 3.8.0: * Added slicabledeque - update to 3.7.0: * Fixed several typing issues and added more thorough tests - update to 3.6.1: * Increased `typing-extensions` version requirement to fix #38 - update to 3.6.0: * Added extra containers such as UniqueList and SlicableDeque. Added full pyright strict and mypy type checks - update to 3.5.2: * Added import shortcuts for container classes - update to 3.5.1: * Improved type hinting thanks to @jorenham - update to 3.5.0: * Added unique list container https://github.com/wolph/python-utils/commits/develop * added map/remap/scale/rescale function OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 21:32:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.8.1:
|
||||
* fixed silly typo
|
||||
- update to 3.8.0:
|
||||
* Added slicabledeque
|
||||
- update to 3.7.0:
|
||||
* Fixed several typing issues and added more thorough tests
|
||||
- update to 3.6.1:
|
||||
* Increased `typing-extensions` version requirement to fix #38
|
||||
- update to 3.6.0:
|
||||
* Added extra containers such as UniqueList and SlicableDeque.
|
||||
Added full pyright strict and mypy type checks
|
||||
- update to 3.5.2:
|
||||
* Added import shortcuts for container classes
|
||||
- update to 3.5.1:
|
||||
* Improved type hinting thanks to @jorenham
|
||||
- update to 3.5.0:
|
||||
* Added unique list container
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 07:43:32 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
@@ -8,7 +29,7 @@ Mon Dec 12 15:15:16 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- version update to 3.4.5
|
||||
* no upstream changelog, see
|
||||
https://github.com/wolph/python-utils/commits/develop
|
||||
https://github.com/wolph/python-utils/commits/develop
|
||||
- python-six is not required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -25,7 +46,7 @@ Sat Oct 23 16:28:04 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
Fri Mar 20 11:00:23 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.4.0
|
||||
* added map/remap/scale/rescale function
|
||||
* added map/remap/scale/rescale function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:53:10 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
Reference in New Issue
Block a user