Accepting request 1098499 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1098499 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tempora?expand=0&rev=19
This commit is contained in:
commit
7022ac1d2d
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 22:50:07 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* require 3.8 or later
|
||||
* Changelog got renamed to NEWS
|
||||
|
||||
- update to version 5.5.0:
|
||||
* Features
|
||||
+ Stopwatch now uses time.monotonic.
|
||||
|
||||
- changes from version 5.4.0:
|
||||
* Features
|
||||
+ Require Python 3.8 or later.
|
||||
|
||||
- changes from version 5.3.0:
|
||||
* #24: Removed use of datetime.utc** functions deprecated in Python
|
||||
3.12.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 21:03:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -22,15 +22,14 @@
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tempora
|
||||
Version: 5.2.2
|
||||
Version: 5.5.0
|
||||
Release: 0
|
||||
Summary: Objects and routines pertaining to date and time (tempora)
|
||||
License: MIT
|
||||
URL: https://github.com/jaraco/tempora
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tempora/tempora-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module freezegun}
|
||||
BuildRequires: %{python_module jaraco.functools >= 1.20}
|
||||
BuildRequires: %{python_module pip}
|
||||
@ -46,6 +45,7 @@ BuildRequires: python-rpm-macros >= 20210929
|
||||
Requires: python-jaraco.functools >= 1.20
|
||||
Requires: python-pytz
|
||||
BuildArch: noarch
|
||||
%{?sle15_python_module_pythons}
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
@ -93,7 +93,7 @@ donttest="tempora.parse_timedelta"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc CHANGES.rst README.rst docs/*rst
|
||||
%doc NEWS.rst README.rst docs/*rst
|
||||
%python_alternative %{_bindir}/calc-prorate
|
||||
%{python_sitelib}/tempora
|
||||
%{python_sitelib}/tempora-%{version}.dist-info
|
||||
|
BIN
tempora-5.2.2.tar.gz
(Stored with Git LFS)
BIN
tempora-5.2.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
tempora-5.5.0.tar.gz
Normal file
3
tempora-5.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13e4fcc997d0509c3306d6841f03e9381b7e5e46b2bebfae9151af90085f0c26
|
||||
size 20877
|
Loading…
Reference in New Issue
Block a user