forked from pool/python-iso8601
- 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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c6dc85b
|
|
||||||
size 19599
|
|
||||||
3
iso8601-1.0.2.tar.gz
Normal file
3
iso8601-1.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1
|
||||||
|
size 12653
|
||||||
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 6 18:07:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 1 09:32:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sun Aug 1 09:32:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%global skip_python2 1
|
||||||
Name: python-iso8601
|
Name: python-iso8601
|
||||||
Version: 0.1.16
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to parse ISO 8601 dates
|
Summary: Python module to parse ISO 8601 dates
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/micktwomey/pyiso8601
|
URL: https://github.com/micktwomey/pyiso8601
|
||||||
Source: https://files.pythonhosted.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz
|
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 pytest >= 2.4.2}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
|||||||
Reference in New Issue
Block a user