Accepting request 1136016 from devel:languages:python
- 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/request/show/1136016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformdirs?expand=0&rev=10
This commit is contained in:
commit
56ebb2c153
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-platformdirs
|
||||
Version: 3.11.0
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
Summary: Module for determining appropriate platform-specific dirs
|
||||
License: MIT
|
||||
@ -57,6 +57,6 @@ A small Python module for determining appropriate platform-specific dirs, e.g. a
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/platformdirs
|
||||
%{python_sitelib}/platformdirs-%{version}*-info
|
||||
%{python_sitelib}/platformdirs-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user