forked from pool/python-platformdirs
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 895eab4ee7 | |||
| e147873505 | |||
| deb57205bd | |||
| bcd983d1cf | |||
| 271122f091 | |||
| 22156d7e17 | |||
| 8d3d1754ea | |||
| 7098d40bdb | |||
| 45acec2f8d | |||
| 48c61bfe60 | |||
| e37893f7ab | |||
| 3346f43253 |
BIN
platformdirs-4.3.8.tar.gz
LFS
BIN
platformdirs-4.3.8.tar.gz
LFS
Binary file not shown.
3
platformdirs-4.5.1.tar.gz
Normal file
3
platformdirs-4.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda
|
||||
size 21715
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 28 14:12:07 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.5.1:
|
||||
* Fix no-ctypes fallback on windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 11:41:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.5.0:
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in the
|
||||
all group
|
||||
* Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in
|
||||
/.github/workflows
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Add support for Python 3.14
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Update Windows file paths in README
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Bump astral-sh/setup-uv from 6 to 7 in the all group
|
||||
* Drop 3.9 support
|
||||
- update to 4.4.0:
|
||||
* feat: improve homebrew path detection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 16 06:03:25 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-platformdirs
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-platformdirs%{psuffix}
|
||||
Version: 4.3.8
|
||||
Version: 4.5.1
|
||||
Release: 0
|
||||
Summary: Module for determining appropriate platform-specific dirs
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user