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:
commit
226868074d
BIN
jaraco.classes-3.2.3.tar.gz
(Stored with Git LFS)
BIN
jaraco.classes-3.2.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
jaraco.classes-3.3.0.tar.gz
Normal file
3
jaraco.classes-3.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c063dd08e89217cee02c8d5e5ec560f2c8ce6cdc2fcdc2e68f7b2e5547ed3621
|
||||
size 10729
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user