1
0

9 Commits

Author SHA256 Message Date
014b8141c6 Accepting request 1266255 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.logging?expand=0&rev=8
2025-04-10 19:59:37 +00:00
fc58c25c82 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.logging?expand=0&rev=16
2025-04-01 16:03:19 +00:00
65c9135178 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.logging?expand=0&rev=15
2025-03-26 05:50:39 +00:00
c6d4238f70 Accepting request 1135279 from devel:languages:python
- update to 3.3.0:
  * Replaced deprecated datetime.utcfromtimestamp. (#3)

OBS-URL: https://build.opensuse.org/request/show/1135279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.logging?expand=0&rev=7
2023-12-28 22:01:39 +00:00
e713d53df6 Accepting request 1133657 from devel:languages:python
- update to 3.2.0:
  * Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/request/show/1133657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.logging?expand=0&rev=6
2023-12-17 20:32:56 +00:00
8b83404911 Accepting request 1088690 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1088690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.logging?expand=0&rev=5
2023-05-24 18:22:22 +00:00
a7fea55380 Accepting request 1000111 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1000111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.logging?expand=0&rev=4
2022-08-30 12:49:57 +00:00
f972f09214 Accepting request 784210 from devel:languages:python
Staging:I

OBS-URL: https://build.opensuse.org/request/show/784210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.logging?expand=0&rev=3
2020-04-19 19:39:36 +00:00
52bdb1cb4e Accepting request 679743 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/679743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.logging?expand=0&rev=2
2019-03-04 08:21:22 +00:00
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 1 16:03:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Wed Dec 27 10:52:16 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.logging
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -60,7 +60,7 @@ cp -r %{python3_sitelib}/jaraco/* jaraco/
%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst
%{python_sitelib}/jaraco.logging-%{version}*-info
%{python_sitelib}/jaraco[_.]logging-%{version}.dist-info
%{python_sitelib}/jaraco/logging.py*
%dir %{python_sitelib}/jaraco
%pycache_only %dir %{python_sitelib}/jaraco/__pycache__