From 9ce19362aa4c30e99fea71696f6ce6037d1bea7b4740f0deaede55ffabc586cc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 19:48:26 +0000 Subject: [PATCH] - 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 --- iso8601-1.0.2.tar.gz | 3 --- iso8601-1.1.0.tar.gz | 3 +++ python-iso8601.changes | 8 ++++++++ python-iso8601.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 iso8601-1.0.2.tar.gz create mode 100644 iso8601-1.1.0.tar.gz diff --git a/iso8601-1.0.2.tar.gz b/iso8601-1.0.2.tar.gz deleted file mode 100644 index 04105e7..0000000 --- a/iso8601-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1 -size 12653 diff --git a/iso8601-1.1.0.tar.gz b/iso8601-1.1.0.tar.gz new file mode 100644 index 0000000..8236937 --- /dev/null +++ b/iso8601-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f +size 12836 diff --git a/python-iso8601.changes b/python-iso8601.changes index 910b629..798f20e 100644 --- a/python-iso8601.changes +++ b/python-iso8601.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 4 19:47:08 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-iso8601.spec b/python-iso8601.spec index c51f3c0..3c22f43 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -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