14
0

- update to 0.1.14:

* Add GitHub build actions for project
  * Add project URLs in setup.py (thanks to Steve Piercy)
  * Update README links (thanks to Steve Piercy)
  * Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
  * Fix README links (thanks to Chris Barker)
  * Add Python 3.9 to test matrix (thanks to Luciano Mammino)
  * Add type hints (thanks to Brett Cannon)
  * Derive `ParseError` from `ValueError` (thanks to Lex Robinson)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=31
This commit is contained in:
2021-03-08 08:38:05 +00:00
committed by Git OBS Bridge
parent 46aa36f8db
commit 5514c5beda
4 changed files with 18 additions and 5 deletions

View File

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

3
iso8601-0.1.14.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 18 21:45:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.1.14:
* Add GitHub build actions for project
* Add project URLs in setup.py (thanks to Steve Piercy)
* Update README links (thanks to Steve Piercy)
* Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
* Fix README links (thanks to Chris Barker)
* Add Python 3.9 to test matrix (thanks to Luciano Mammino)
* Add type hints (thanks to Brett Cannon)
* Derive `ParseError` from `ValueError` (thanks to Lex Robinson)
-------------------------------------------------------------------
Mon Sep 28 11:18:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-iso8601
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-iso8601
Version: 0.1.13
Version: 0.1.14
Release: 0
Summary: Python module to parse ISO 8601 dates
License: MIT