14
0
forked from pool/python-typepy

- 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
  * Add support for string with thousand separators as integer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=16
This commit is contained in:
2023-12-04 10:42:49 +00:00
committed by Git OBS Bridge
parent 1605bac7f0
commit 4ccb639732
4 changed files with 15 additions and 8 deletions

View File

@@ -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