From aa4d6f8c5d55bd43b5a576a4abf042dadc2897c1c5ccb32bcd9d8ab0701b58cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 14 Jul 2025 09:31:38 +0000 Subject: [PATCH] - 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 --- python-tempora.changes | 27 +++++++++++++++++++++++++++ python-tempora.spec | 6 +++--- tempora-5.8.0.tar.gz | 3 --- tempora-5.8.1.tar.gz | 3 +++ 4 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 tempora-5.8.0.tar.gz create mode 100644 tempora-5.8.1.tar.gz diff --git a/python-tempora.changes b/python-tempora.changes index b252821..1db1cd1 100644 --- a/python-tempora.changes +++ b/python-tempora.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jul 14 09:19:18 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-tempora.spec b/python-tempora.spec index cf06327..ec48892 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -23,19 +23,19 @@ %endif %{?sle15_python_module_pythons} Name: python-tempora -Version: 5.8.0 +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 setuptools >= 56} +BuildRequires: %{python_module setuptools >= 77} BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module toml} BuildRequires: %{python_module tzdata} diff --git a/tempora-5.8.0.tar.gz b/tempora-5.8.0.tar.gz deleted file mode 100644 index 0d33c58..0000000 --- a/tempora-5.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e9606e65a3f2063460961d68515dee07bdaca0859305a8d3e6604168175fef1 -size 23019 diff --git a/tempora-5.8.1.tar.gz b/tempora-5.8.1.tar.gz new file mode 100644 index 0000000..0331d77 --- /dev/null +++ b/tempora-5.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb5d9ec790cc5e4f9431778029ba3e3d9ba9bd50cb306dad824824b2b362dcd +size 23072