Changelog for
python311-typepy-1.3.4-1.1.noarch.rpm :
* Tue Jan 28 2025 John Paul Adrian Glaubitz
- Update to version 1.3.4
* Update README
* Refactor release process to use Tox for better environment management- from version 1.3.3
* Replace deprecated abctractproperty
* Drop support for Python 3.7/3.8
* Add support for Python 3.13
* Add GitHub Actions workflow for building and publishing to PyPI
* Update copyright years
* Bump actions/setup-python from 4 to 5
* Mon Dec 04 2023 Dirk Müller - update to 1.3.2:
* Fix `DateTime` conversion for timezone aware datetime
* Modify to use `pypa/build` for package build
* Add support for Python 3.12
* Tue Dec 07 2021 pgajdosAATTsuse.com- remove pytest-runner from BuildRequires, it is not needed
* Sat Oct 30 2021 Dirk Müller - update to 1.3.0:
* add python 3.6, drop support for python 3.5
* Fix linting error
* Refactorings
* Add support for string with thousand separators as integer
* Fri Apr 23 2021 Matej Cepl - Update to version 1.1.5: - Change packaging dependency from mandatory to optional.
* Sat Mar 06 2021 Martin Hauke - Update to version 1.1.4
* Fix bool values conversion- Update to version 1.1.3
* Add support for Python 3.10
* Improve error messages when conversion error happens.
* Drop dependency of deprecated distutils- Update to version 1.1.2
* Modify dependencies
* Wed Jul 08 2020 Ondřej Súkup - Update to 1.1.1 - no upstream changelog
* Fri Apr 17 2020 Martin Hauke - Update to version 1.1.0
* Improve type annotations
* Improve dictionary type detection
* Rename a type from Binary to Bytes
* Sun Mar 29 2020 Martin Hauke - Update to version 1.0.0
* Drop Python 2 support
* Add support for Python 3.9
* Add extract_typepy_from_dtype function
* Remove deprecated functions
* Modify NullString not to strip white spaces in default
* Tue Mar 17 2020 pgajdosAATTsuse.com- version update to 0.6.6
* no upstream changelog found