14
0

- update to 1.0.2:

* Add missing `__all__` in `__init__.py`
  * Add missing py.typed file (as per PEP 561), keeps mypy happy :D
  * Drop python < 3.6 support
  * Add type annotations to code
  * Remove external type annotations in pyi
  * Switch to poetry for packaging
  * Simplify internals and remove old compatability code
  * Switch to nox for testing
  * Lots of small project development changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=34
This commit is contained in:
2021-12-06 18:13:10 +00:00
committed by Git OBS Bridge
parent 9d2ea9e30c
commit c7fffa3bc2
4 changed files with 20 additions and 4 deletions

View File

@@ -17,14 +17,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-iso8601
Version: 0.1.16
Version: 1.0.2
Release: 0
Summary: Python module to parse ISO 8601 dates
License: MIT
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 pytest >= 2.4.2}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes