Accepting request 1124419 from devel:languages:python

Forwarded request #1124386 from ecsos

- 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/1124419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformdirs?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2023-11-10 11:28:57 +00:00 committed by Git OBS Bridge
commit 0a5df8a04e
4 changed files with 37 additions and 6 deletions

View 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)

Binary file not shown.

View File

@ -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>

View File

@ -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