14
0

Accepting request 940072 from home:bnavigator:branches:devel:languages:python

- Explicitly require test depenendency pytz (it's only optional in
  hypothesis[pytz])

OBS-URL: https://build.opensuse.org/request/show/940072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=35
This commit is contained in:
2021-12-13 18:45:30 +00:00
committed by Git OBS Bridge
parent c7fffa3bc2
commit 7c8fd186ea
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 12 11:37:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Explicitly require test depenendency pytz (it's only optional in
hypothesis[pytz])
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 6 18:07:53 UTC 2021 - Dirk Müller <dmueller@suse.com> Mon Dec 6 18:07:53 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -27,6 +27,7 @@ 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 hypothesis}
BuildRequires: %{python_module pytz}
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
@@ -54,6 +55,7 @@ This module parses the most common forms of ISO 8601 date strings (e.g.
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python_sitelib}/* %{python_sitelib}/iso8601
%{python_sitelib}/iso8601-%{version}*-info
%changelog %changelog