14
0

- add tests

- require setuptools
- initial package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-types-python-dateutil?expand=0&rev=4
This commit is contained in:
2024-01-02 22:42:15 +00:00
committed by Git OBS Bridge
parent 1ad84426e8
commit b932bc60a3
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 2 22:41:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add tests
- require setuptools
-------------------------------------------------------------------
Wed Dec 27 12:33:40 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -6,4 +12,4 @@ Wed Dec 27 12:33:40 UTC 2023 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
Thu Nov 16 21:45:23 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- initial package
- initial package

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-types-python-dateutil
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,9 @@ Summary: Typing stubs for python-dateutil
License: Apache-2.0
URL: https://github.com/python/typeshed
Source: https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-%{version}.tar.gz
BuildRequires: %{python_module mypy}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,6 +45,9 @@ can be used by type-checking tools like
%build
%pyproject_wheel
%check
%python_exec -m mypy dateutil-stubs
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}