From 9b3302c3642a6227daad6922ce010290c841239ebf974c95f81ba84e99a9f313 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 Jan 2024 15:58:15 +0000 Subject: [PATCH] - update to 3.3.0: * Features - Require Python 3.8 or later. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.classes?expand=0&rev=18 --- jaraco.classes-3.2.3.tar.gz | 3 --- jaraco.classes-3.3.0.tar.gz | 3 +++ python-jaraco.classes.changes | 6 ++++++ python-jaraco.classes.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 jaraco.classes-3.2.3.tar.gz create mode 100644 jaraco.classes-3.3.0.tar.gz diff --git a/jaraco.classes-3.2.3.tar.gz b/jaraco.classes-3.2.3.tar.gz deleted file mode 100644 index 9d48ff4..0000000 --- a/jaraco.classes-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89559fa5c1d3c34eff6f631ad80bb21f378dbcbb35dd161fd2c6b93f5be2f98a -size 9416 diff --git a/jaraco.classes-3.3.0.tar.gz b/jaraco.classes-3.3.0.tar.gz new file mode 100644 index 0000000..1fb5813 --- /dev/null +++ b/jaraco.classes-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c063dd08e89217cee02c8d5e5ec560f2c8ce6cdc2fcdc2e68f7b2e5547ed3621 +size 10729 diff --git a/python-jaraco.classes.changes b/python-jaraco.classes.changes index e062e5b..78b9147 100644 --- a/python-jaraco.classes.changes +++ b/python-jaraco.classes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 5 15:57:20 UTC 2024 - Dirk Müller + +- update to 3.3.0: + * Features - Require Python 3.8 or later. + ------------------------------------------------------------------- Fri Apr 21 12:27:15 UTC 2023 - Dirk Müller diff --git a/python-jaraco.classes.spec b/python-jaraco.classes.spec index d2c2da2..2595895 100644 --- a/python-jaraco.classes.spec +++ b/python-jaraco.classes.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.classes # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-jaraco.classes -Version: 3.2.3 +Version: 3.3.0 Release: 0 Summary: Tools to work with classes License: MIT URL: https://github.com/jaraco/jaraco.classes Source0: https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest}