forked from pool/python-iso8601
- update to 1.1.0:
* raise ParseError if we get an exception on is_iso8601() * Add is_iso8601() function * Update license years OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=36
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1
|
||||
size 12653
|
||||
BIN
iso8601-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
iso8601-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 19:47:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.0:
|
||||
* raise ParseError if we get an exception on is_iso8601()
|
||||
* Add is_iso8601() function
|
||||
* Update license years
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 12 11:37:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-iso8601
|
||||
#
|
||||
# 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
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-iso8601
|
||||
Version: 1.0.2
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Python module to parse ISO 8601 dates
|
||||
License: MIT
|
||||
@@ -27,8 +27,8 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/micktwomey/pyiso8601
|
||||
Source: https://files.pythonhosted.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module pytest >= 2.4.2}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
Reference in New Issue
Block a user