forked from pool/python-jaraco.logging
- update to 3.2.0:
* Require Python 3.8 or later. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.logging?expand=0&rev=11
This commit is contained in:
parent
a860ca14b7
commit
f4deb348a1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93a70b8b3767779ad6c7b56ee98579ced77b69f16abbcae749f62c2c59e67931
|
|
||||||
size 8107
|
|
3
jaraco.logging-3.2.0.tar.gz
Normal file
3
jaraco.logging-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fcb2c3f12351d4d50375b6b60f3899c5837b232f1a2d8ffcbaff5ecd2b733e7
|
||||||
|
size 8907
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 16 21:19:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.2.0:
|
||||||
|
* Require Python 3.8 or later.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 23 14:22:57 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Tue May 23 14:22:57 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.logging
|
# spec file for package python-jaraco.logging
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -16,20 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.logging
|
Name: python-jaraco.logging
|
||||||
Version: 3.1.2
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with logging
|
Summary: Tools to work with logging
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/jaraco/jaraco.logging
|
URL: https://github.com/jaraco/jaraco.logging
|
||||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.logging/jaraco.logging-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.logging/jaraco.logging-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools >= 56}
|
|
||||||
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module tempora}
|
BuildRequires: %{python_module tempora}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -60,7 +59,7 @@ cp -r %{python3_sitelib}/jaraco/* jaraco/
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc docs/*.rst README.rst CHANGES.rst
|
%doc docs/*.rst README.rst
|
||||||
%{python_sitelib}/jaraco.logging-%{version}*-info
|
%{python_sitelib}/jaraco.logging-%{version}*-info
|
||||||
%{python_sitelib}/jaraco/logging.py*
|
%{python_sitelib}/jaraco/logging.py*
|
||||||
%dir %{python_sitelib}/jaraco
|
%dir %{python_sitelib}/jaraco
|
||||||
|
Loading…
Reference in New Issue
Block a user