Accepting request 1124386 from home:ecsos:python
- Update to 3.11.0 - README: Fix CI badge in #222 - Fix documentation build in #225 - Add support for Homebrew-installed software in #232 - Changes from 3.10.0 - Fix docs build failure in #210 - platformdirs: introduce site_runtime_dir in #212 - Changes from 3.9.1 - unix: Optionally create the opinionated log/ in user_log_dir() in #208 - Changes from 3.9.0 - Added desktop folder in #200 - Changes from 3.8.1 - BSD: provide a fallback for user_runtime_dir in #201 - Changes from 3.8.0 - Add missing user media directory docs in #195 - Changes from 3.7.0 - Have user_runtime_dir return /var/run/user/uid for *BSD in #194 - Changes from 3.6.0 - platformdirs: introduce user_downloads_dir() in #192 - Changes from 3.5.3 - https://github.com/platformdirs/platformdirs/compare/3.5.2...3.5.3 - Changes from 3.5.2 - git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' in #187 - Use ruff in #189 OBS-URL: https://build.opensuse.org/request/show/1124386 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=17
This commit is contained in:
parent
44e4b80fef
commit
422914ad98
3
platformdirs-3.11.0.tar.gz
Normal file
3
platformdirs-3.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3
|
||||
size 19914
|
BIN
platformdirs-3.5.1.tar.gz
(Stored with Git LFS)
BIN
platformdirs-3.5.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 9 08:47:29 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 3.11.0
|
||||
- README: Fix CI badge in #222
|
||||
- Fix documentation build in #225
|
||||
- Add support for Homebrew-installed software in #232
|
||||
- Changes from 3.10.0
|
||||
- Fix docs build failure in #210
|
||||
- platformdirs: introduce site_runtime_dir in #212
|
||||
- Changes from 3.9.1
|
||||
- unix: Optionally create the opinionated log/ in user_log_dir()
|
||||
in #208
|
||||
- Changes from 3.9.0
|
||||
- Added desktop folder in #200
|
||||
- Changes from 3.8.1
|
||||
- BSD: provide a fallback for user_runtime_dir in #201
|
||||
- Changes from 3.8.0
|
||||
- Add missing user media directory docs in #195
|
||||
- Changes from 3.7.0
|
||||
- Have user_runtime_dir return /var/run/user/uid for *BSD in #194
|
||||
- Changes from 3.6.0
|
||||
- platformdirs: introduce user_downloads_dir() in #192
|
||||
- Changes from 3.5.3
|
||||
- https://github.com/platformdirs/platformdirs/compare/3.5.2...3.5.3
|
||||
- Changes from 3.5.2
|
||||
- git ls-files -z -- .github/workflows/check.yml | xargs -0
|
||||
sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' in #187
|
||||
- Use ruff in #189
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 20:55:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-platformdirs
|
||||
Version: 3.5.1
|
||||
Version: 3.11.0
|
||||
Release: 0
|
||||
Summary: Module for determining appropriate platform-specific dirs
|
||||
License: MIT
|
||||
@ -29,8 +29,9 @@ BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module hatch-vcs}
|
||||
BuildRequires: %{python_module hatchling >= 0.22.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest >= 6}
|
||||
BuildRequires: %{python_module pytest-mock >= 3.6}
|
||||
BuildRequires: %{python_module pytest >= 7.4}
|
||||
BuildRequires: %{python_module pytest-cov >= 4.1}
|
||||
BuildRequires: %{python_module pytest-mock >= 3.11.1}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user