9 Commits

Author SHA256 Message Date
d4c7b701a9 Accepting request 1293089 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1293089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tempora?expand=0&rev=25
2025-07-15 14:43:05 +00:00
aa4d6f8c5d - Update to 5.9.0
* Bump badge for 2025.
  * Removing dependabot config. Closes jaraco/skeleton#156
  * Add support for building lxml on pre-release Pythons.
  * Fix new mandatory configuration field for RTD (jaraco/skeleton#159)
  * Select Ruff rules for modern type annotations (jaraco/skeleton#160)
  * Consistent import sorting (isort) (jaraco/skeleton#157)
  * Enable ruff rules ISC001/ISC002 (jaraco/skeleton#158)
  * remove extra spaces in ruff.toml (jaraco/skeleton#164)
  * Remove pycodestyle warnings, no longer meaningful when using ruff formatter.
  * Update to the latest ruff version (jaraco/skeleton#166)
  * Remove deprecated license classifier (PEP 639) (jaraco/skeleton#170)
  * Remove workaround and update badge.
  * Remove PIP_NO_PYTHON_VERSION_WARNING.
  * Replace copy of license with an SPDX identifier. (jaraco/skeleton#171)
  * Python 3 is the default nowadays (jaraco/skeleton#173)
  * Add coherent.licensed plugin to inject license texts into the build.
  * Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jaraco/skeleton#175)
  * Bump to setuptools 77 or later.
  * Feed the hobgoblins (delint).
  * Remove timedelta rendering workaround and thus conftest, no longer needed.
  * Finalize
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=56
2025-07-14 09:31:38 +00:00
d510ed9848 Accepting request 1265485 from devel:languages:python
- update to 5.8.0:
  * Drop support for Python 3.8, now EOL.

OBS-URL: https://build.opensuse.org/request/show/1265485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tempora?expand=0&rev=24
2025-04-11 14:44:38 +00:00
f1755ba1ed - update to 5.8.0:
* Drop support for Python 3.8, now EOL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=54
2025-03-30 08:12:15 +00:00
2bea1dcdde Accepting request 1225320 from devel:languages:python
- add missing requires on dateutil

- Update to 5.7.0
  * Add a tzinfos mapping and parse method for
    easy datetime parsing with timezone support.

- Update to version 5.1.0

OBS-URL: https://build.opensuse.org/request/show/1225320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tempora?expand=0&rev=23
2024-11-21 14:13:16 +00:00
21a1ff3b0d - add missing requires on dateutil
- Update to version 5.1.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=52
2024-11-20 15:25:37 +00:00
a3cca6abca Accepting request 1224181 from home:glaubitz:branches:devel:languages:python
- Update to 5.7.0
  * Add a tzinfos mapping and parse method for
    easy datetime parsing with timezone support.

OBS-URL: https://build.opensuse.org/request/show/1224181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=51
2024-11-16 08:45:17 +00:00
cf335d03d6 Accepting request 1184902 from devel:languages:python
- update to 5.6.0:
  * Removed dependency on pytz.
  * In utc.now(), bind late to allow for monkeypatching.

OBS-URL: https://build.opensuse.org/request/show/1184902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tempora?expand=0&rev=22
2024-07-04 14:21:38 +00:00
2a039495ea - update to 5.6.0:
* Removed dependency on pytz.
  * In utc.now(), bind late to allow for monkeypatching.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=49
2024-07-02 15:22:04 +00:00
4 changed files with 63 additions and 10 deletions

View File

@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Mon Jul 14 09:19:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.9.0
* Bump badge for 2025.
* Removing dependabot config. Closes jaraco/skeleton#156
* Add support for building lxml on pre-release Pythons.
* Fix new mandatory configuration field for RTD (jaraco/skeleton#159)
* Select Ruff rules for modern type annotations (jaraco/skeleton#160)
* Consistent import sorting (isort) (jaraco/skeleton#157)
* Enable ruff rules ISC001/ISC002 (jaraco/skeleton#158)
* remove extra spaces in ruff.toml (jaraco/skeleton#164)
* Remove pycodestyle warnings, no longer meaningful when using ruff formatter.
* Update to the latest ruff version (jaraco/skeleton#166)
* Remove deprecated license classifier (PEP 639) (jaraco/skeleton#170)
* Remove workaround and update badge.
* Remove PIP_NO_PYTHON_VERSION_WARNING.
* Replace copy of license with an SPDX identifier. (jaraco/skeleton#171)
* Python 3 is the default nowadays (jaraco/skeleton#173)
* Add coherent.licensed plugin to inject license texts into the build.
* Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jaraco/skeleton#175)
* Bump to setuptools 77 or later.
* Feed the hobgoblins (delint).
* Remove timedelta rendering workaround and thus conftest, no longer needed.
* Finalize
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Sun Mar 30 08:11:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 5.8.0:
* Drop support for Python 3.8, now EOL.
-------------------------------------------------------------------
Wed Nov 20 15:25:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add missing requires on dateutil
-------------------------------------------------------------------
Thu Nov 14 12:05:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.7.0
* Add a tzinfos mapping and parse method for
easy datetime parsing with timezone support.
-------------------------------------------------------------------
Tue Jul 2 15:18:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.6.0:
* Removed dependency on pytz.
* In utc.now(), bind late to allow for monkeypatching.
-------------------------------------------------------------------
Sat Mar 16 14:39:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
@@ -62,7 +114,7 @@ Wed Jan 4 18:47:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Mon Dec 5 13:41:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.1.0
- Update to version 5.1.0
* Introduced infer_datetime and added some type hints.
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tempora
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,27 +23,28 @@
%endif
%{?sle15_python_module_pythons}
Name: python-tempora
Version: 5.5.1
Version: 5.8.1
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.8}
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module jaraco.functools >= 1.20}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest > 4.6}
BuildRequires: %{python_module pytest-freezegun}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools >= 77}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module tzdata}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929
Requires: python-jaraco.functools >= 1.20
Requires: python-pytz
Requires: python-python-dateutil
Requires: python-tzdata
BuildArch: noarch
%if %{with libalternatives}

View File

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

3
tempora-5.8.1.tar.gz Normal file
View File

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