From f4deb348a1108951c65d711130bf2485cba7dc6bc8d76bc6293e836d74aab639 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 21:20:07 +0000 Subject: [PATCH] - update to 3.2.0: * Require Python 3.8 or later. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.logging?expand=0&rev=11 --- jaraco.logging-3.1.2.tar.gz | 3 --- jaraco.logging-3.2.0.tar.gz | 3 +++ python-jaraco.logging.changes | 6 ++++++ python-jaraco.logging.spec | 11 +++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 jaraco.logging-3.1.2.tar.gz create mode 100644 jaraco.logging-3.2.0.tar.gz diff --git a/jaraco.logging-3.1.2.tar.gz b/jaraco.logging-3.1.2.tar.gz deleted file mode 100644 index f6b401b..0000000 --- a/jaraco.logging-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93a70b8b3767779ad6c7b56ee98579ced77b69f16abbcae749f62c2c59e67931 -size 8107 diff --git a/jaraco.logging-3.2.0.tar.gz b/jaraco.logging-3.2.0.tar.gz new file mode 100644 index 0000000..ce00754 --- /dev/null +++ b/jaraco.logging-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcb2c3f12351d4d50375b6b60f3899c5837b232f1a2d8ffcbaff5ecd2b733e7 +size 8907 diff --git a/python-jaraco.logging.changes b/python-jaraco.logging.changes index 91cd5a7..b96600f 100644 --- a/python-jaraco.logging.changes +++ b/python-jaraco.logging.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 16 21:19:43 UTC 2023 - Dirk Müller + +- update to 3.2.0: + * Require Python 3.8 or later. + ------------------------------------------------------------------- Tue May 23 14:22:57 UTC 2023 - Ben Greiner diff --git a/python-jaraco.logging.spec b/python-jaraco.logging.spec index ed1a03d..66b7922 100644 --- a/python-jaraco.logging.spec +++ b/python-jaraco.logging.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.logging # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,19 @@ # +%{?sle15_python_module_pythons} Name: python-jaraco.logging -Version: 3.1.2 +Version: 3.2.0 Release: 0 Summary: Tools to work with logging License: MIT Group: Development/Languages/Python URL: https://github.com/jaraco/jaraco.logging Source0: https://files.pythonhosted.org/packages/source/j/jaraco.logging/jaraco.logging-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tempora} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -60,7 +59,7 @@ cp -r %{python3_sitelib}/jaraco/* jaraco/ %files %{python_files} %license LICENSE -%doc docs/*.rst README.rst CHANGES.rst +%doc docs/*.rst README.rst %{python_sitelib}/jaraco.logging-%{version}*-info %{python_sitelib}/jaraco/logging.py* %dir %{python_sitelib}/jaraco