14
0

- update to 5.0:

* Drop support for Python 2.7, 3.5, 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=12
This commit is contained in:
2023-01-13 09:42:06 +00:00
committed by Git OBS Bridge
parent e5374b801c
commit 1568492e53
4 changed files with 11 additions and 4 deletions

View File

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

3
DateTime-5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 13 09:40:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.
-------------------------------------------------------------------
Wed Jan 4 16:24:44 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-DateTime
Version: 4.9
Version: 5.0
Release: 0
Summary: Zope DateTime data type
License: ZPL-2.1
Group: Development/Languages/Python
URL: https://github.com/zopefoundation/DateTime
Source: https://files.pythonhosted.org/packages/source/D/DateTime/DateTime-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros