14
0

Accepting request 992319 from home:ohollmann:branches:devel:languages:python

Update to 4.5

OBS-URL: https://build.opensuse.org/request/show/992319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=6
This commit is contained in:
2022-08-02 13:40:14 +00:00
committed by Git OBS Bridge
parent aefea85b9e
commit 24622d481e
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cef605bab8259ff61281762cdf3290e459fbf0b4719951d5fab967d5f2ea0ea
size 58091

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65416160ff35a564c6cca67ce0c5cd1816eee4e8a2fb324556939689d0a9ee41
size 61893

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 2 12:25:41 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- Update to 4.5:
* Add __format__ method for DateTime objects (#35)
- Changes from 4.4:
* Fix WAT definition #31.
* Add support for Python 3.8, 3.9, and 3.10.
* Drop support for Python 3.4.
-------------------------------------------------------------------
Wed May 19 09:31:11 UTC 2021 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-DateTime
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-DateTime
Version: 4.3
Version: 4.5
Release: 0
Summary: Zope DateTime data type
License: ZPL-2.1
@@ -57,7 +57,7 @@ better off using Python's built-in datetime module.
%pytest
%files %{python_files}
%doc CHANGES.rst README.txt
%doc CHANGES.rst README.rst
%license LICENSE.txt
%{python_sitelib}/*