14
0
forked from pool/python-typepy

Accepting request 1130708 from devel:languages:python

- 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/request/show/1130708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typepy?expand=0&rev=9
This commit is contained in:
2023-12-04 22:01:40 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 4 10:42:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
* 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 <mcepl@suse.com>

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96788530614083164993d1443959f6c58e6bb8e2da839812ddf462c203e4b84c
size 23364

3
typepy-1.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b69fd48b9f50cdb3809906eef36b855b3134ff66c8893a4f8580abddb0b39517
size 24233