Sync from SUSE:SLFO:Main python-jaraco.classes revision 9f8fa4563a16941c9e6eb203233b62d8

This commit is contained in:
Adrian Schröter 2024-12-13 11:36:26 +01:00
parent 9aa8773563
commit 8a6ce618ea
4 changed files with 26 additions and 8 deletions

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

Binary file not shown.

BIN
jaraco.classes-3.4.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Apr 3 14:19:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* Better type hints for NonDataProperty.
-------------------------------------------------------------------
Sat Mar 16 08:33:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.3.1:
* No significant changes.
-------------------------------------------------------------------
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-jaraco.classes Name: python-jaraco.classes
Version: 3.2.3 Version: 3.4.0
Release: 0 Release: 0
Summary: Tools to work with classes Summary: Tools to work with classes
License: MIT License: MIT
URL: https://github.com/jaraco/jaraco.classes URL: https://github.com/jaraco/jaraco.classes
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-%{version}.tar.gz 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 more-itertools}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
@ -55,9 +55,9 @@ jaraco.classes Tools for working with classes.
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc docs/*.rst README.rst CHANGES.rst %doc docs/*.rst README.rst NEWS.rst
%dir %{python_sitelib}/jaraco %dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco/classes %{python_sitelib}/jaraco/classes
%{python_sitelib}/jaraco.classes-%{version}*-info %{python_sitelib}/jaraco.classes-%{version}.dist-info
%changelog %changelog