- 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
This commit is contained in:
Dirk Mueller 2024-01-05 15:58:15 +00:00 committed by Git OBS Bridge
parent ca5fb12e10
commit 9b3302c364
4 changed files with 12 additions and 6 deletions

BIN
jaraco.classes-3.2.3.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 5 15:57:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.3.0:
* Features - Require Python 3.8 or later.
-------------------------------------------------------------------
Fri Apr 21 12:27:15 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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}