diff --git a/python-typepy.changes b/python-typepy.changes index 1e60af3..7b169e8 100644 --- a/python-typepy.changes +++ b/python-typepy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 4 10:42:07 UTC 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 7 15:27:29 UTC 2021 - pgajdos@suse.com @@ -10,7 +18,7 @@ Sat Oct 30 20:46:13 UTC 2021 - Dirk Müller * add python 3.6, drop support for python 3.5 * Fix linting error * Refactorings - * Add support for string with thousand separators as integer + * Add support for string with thousand separators as integer ------------------------------------------------------------------- Fri Apr 23 11:27:31 UTC 2021 - Matej Cepl diff --git a/python-typepy.spec b/python-typepy.spec index bcfc8d9..30611d4 100644 --- a/python-typepy.spec +++ b/python-typepy.spec @@ -1,7 +1,7 @@ # # spec file for package python-typepy # -# Copyright (c) 2021 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 @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-typepy -Version: 1.3.0 +Version: 1.3.2 Release: 0 Summary: Python library for run time variable type checker License: MIT diff --git a/typepy-1.3.0.tar.gz b/typepy-1.3.0.tar.gz deleted file mode 100644 index 0642bf7..0000000 --- a/typepy-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96788530614083164993d1443959f6c58e6bb8e2da839812ddf462c203e4b84c -size 23364 diff --git a/typepy-1.3.2.tar.gz b/typepy-1.3.2.tar.gz new file mode 100644 index 0000000..3cfb967 --- /dev/null +++ b/typepy-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69fd48b9f50cdb3809906eef36b855b3134ff66c8893a4f8580abddb0b39517 +size 24233