Accepting request 1137297 from devel:languages:python

- update to 3.3.0:
  * Features - Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/request/show/1137297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.classes?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2024-01-07 20:38:51 +00:00 committed by Git OBS Bridge
commit 226868074d
4 changed files with 14 additions and 8 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}
@ -55,9 +55,9 @@ jaraco.classes Tools for working with classes.
%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst CHANGES.rst
%doc docs/*.rst README.rst NEWS.rst
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco/classes
%{python_sitelib}/jaraco.classes-%{version}*-info
%{python_sitelib}/jaraco.classes-%{version}.dist-info
%changelog