diff --git a/DateTime-4.3.tar.gz b/DateTime-4.3.tar.gz deleted file mode 100644 index 77bed36..0000000 --- a/DateTime-4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cef605bab8259ff61281762cdf3290e459fbf0b4719951d5fab967d5f2ea0ea -size 58091 diff --git a/DateTime-4.5.tar.gz b/DateTime-4.5.tar.gz new file mode 100644 index 0000000..d7d2435 --- /dev/null +++ b/DateTime-4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65416160ff35a564c6cca67ce0c5cd1816eee4e8a2fb324556939689d0a9ee41 +size 61893 diff --git a/python-DateTime.changes b/python-DateTime.changes index 6701b1a..4c6bfc8 100644 --- a/python-DateTime.changes +++ b/python-DateTime.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 2 12:25:41 UTC 2022 - Otto Hollmann + +- 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 diff --git a/python-DateTime.spec b/python-DateTime.spec index 5d9c0d7..a0e7286 100644 --- a/python-DateTime.spec +++ b/python-DateTime.spec @@ -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}/*