Accepting request 1225334 from devel:languages:python
- update to 4.3.6: * Fix readme download target - update to 4.3.5: * Split build and publish for release - update to 4.3.4: * Use upstream setup-uv with uv python - update to 4.3.3: * Update check.yml * don't include outdated changelog in docs - update to 4.3.2: * Use uv as installer * Fix multi-path returned from `_path` methods on MacOS - update to 4.3.0: * Speed up Hatch installation * Test with Python 3.13 * Test with latest PyPy * Use `include-hidden-files: true` to upload coverage artifacts * Ensure PlatformDirs is valid superclass type for mypy AND not an abstract class for other checkers OBS-URL: https://build.opensuse.org/request/show/1225334 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformdirs?expand=0&rev=14
This commit is contained in:
commit
e37893f7ab
BIN
platformdirs-4.2.2.tar.gz
(Stored with Git LFS)
BIN
platformdirs-4.2.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
platformdirs-4.3.6.tar.gz
Normal file
3
platformdirs-4.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907
|
||||
size 21302
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 16:12:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.3.6:
|
||||
* Fix readme download target
|
||||
- update to 4.3.5:
|
||||
* Split build and publish for release
|
||||
- update to 4.3.4:
|
||||
* Use upstream setup-uv with uv python
|
||||
- update to 4.3.3:
|
||||
* Update check.yml
|
||||
* don't include outdated changelog in docs
|
||||
- update to 4.3.2:
|
||||
* Use uv as installer
|
||||
* Fix multi-path returned from `_path` methods on MacOS
|
||||
- update to 4.3.0:
|
||||
* Speed up Hatch installation
|
||||
* Test with Python 3.13
|
||||
* Test with latest PyPy
|
||||
* Use `include-hidden-files: true` to upload coverage artifacts
|
||||
* Ensure PlatformDirs is valid superclass type for mypy AND not
|
||||
an abstract class for other checkers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 20:37:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-platformdirs
|
||||
Version: 4.2.2
|
||||
Version: 4.3.6
|
||||
Release: 0
|
||||
Summary: Module for determining appropriate platform-specific dirs
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user