forked from pool/python-aniso8601
- update to 10.0.0:
* Reduced accuracy representations of years when parsing a
calendar date are now only allowed to be [YY] (see 31)
* No longer specify a Python interpreter version to Black
* Cleanup unsupported Pylint configuration options
* Fix used-before-assignment errors
* Fix coverage issue caused by unreachable conditional in
_parse_interval_end
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aniso8601?expand=0&rev=28
This commit is contained in:
3
aniso8601-10.0.0.tar.gz
Normal file
3
aniso8601-10.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf
|
||||
size 47008
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973
|
||||
size 47345
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 13:35:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 10.0.0:
|
||||
* Reduced accuracy representations of years when parsing a
|
||||
calendar date are now only allowed to be [YY] (see 31)
|
||||
* No longer specify a Python interpreter version to Black
|
||||
* Cleanup unsupported Pylint configuration options
|
||||
* Fix used-before-assignment errors
|
||||
* Fix coverage issue caused by unreachable conditional in
|
||||
_parse_interval_end
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 09:40:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-aniso8601
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_without python2
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{modname}
|
||||
Version: 9.0.1
|
||||
Version: 10.0.0
|
||||
Release: 0
|
||||
Summary: A library for parsing ISO 8601 strings
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user