- update to 4.1.0:
* docs: fix Linux user_log_dir example in README * Drop support for EOL Python 3.7 - update to 4.0.0: * site_cache_dir: Use `/var/cache` again instead of `/var/tmp` on UNIX - unix: Optionally create the opinionated log/ in user_log_dir() - git ls-files -z -- .github/workflows/check.yml | xargs -0 * Declare support for Python 3.11 by @hugovk in #103 * python 3.6 removal OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=19
This commit is contained in:
parent
422914ad98
commit
5c948d5b3d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3
|
|
||||||
size 19914
|
|
3
platformdirs-4.1.0.tar.gz
Normal file
3
platformdirs-4.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420
|
||||||
|
size 19760
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 1 20:22:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.1.0:
|
||||||
|
* docs: fix Linux user_log_dir example in README
|
||||||
|
* Drop support for EOL Python 3.7
|
||||||
|
- update to 4.0.0:
|
||||||
|
* site_cache_dir: Use `/var/cache` again instead of `/var/tmp`
|
||||||
|
on UNIX
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 9 08:47:29 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Thu Nov 9 08:47:29 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-platformdirs
|
# spec file for package python-platformdirs
|
||||||
#
|
#
|
||||||
# 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-platformdirs
|
Name: python-platformdirs
|
||||||
Version: 3.11.0
|
Version: 4.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module for determining appropriate platform-specific dirs
|
Summary: Module for determining appropriate platform-specific dirs
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -57,6 +57,6 @@ A small Python module for determining appropriate platform-specific dirs, e.g. a
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/platformdirs
|
%{python_sitelib}/platformdirs
|
||||||
%{python_sitelib}/platformdirs-%{version}*-info
|
%{python_sitelib}/platformdirs-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user