Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
b6e7833f04 | |||
c77862a753 |
3
_multibuild
Normal file
3
_multibuild
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<multibuild>
|
||||||
|
<package>test</package>
|
||||||
|
</multibuild>
|
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.
BIN
platformdirs-4.3.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
platformdirs-4.3.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 16 06:03:25 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.3.8
|
||||||
|
* Add missing examples and fix order of examples in README
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 28 14:18:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.3.7:
|
||||||
|
* Chunk dependabot updates into a single PR
|
||||||
|
* Drop support for EOL Python 3.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 5 12:15:54 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Use multibuild for test package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Jun 4 20:37:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-platformdirs
|
# spec file for package python-platformdirs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,22 +16,33 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
|
%if "%{flavor}" == "test"
|
||||||
|
%define psuffix -test
|
||||||
|
%bcond_without test
|
||||||
|
%else
|
||||||
|
%define psuffix %{nil}
|
||||||
|
%bcond_with test
|
||||||
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-platformdirs
|
Name: python-platformdirs%{psuffix}
|
||||||
Version: 4.2.2
|
Version: 4.3.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module for determining appropriate platform-specific dirs
|
Summary: Module for determining appropriate platform-specific dirs
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/platformdirs/platformdirs
|
URL: https://github.com/platformdirs/platformdirs
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module appdirs == 1.4.4}
|
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module hatch-vcs}
|
BuildRequires: %{python_module hatch-vcs}
|
||||||
BuildRequires: %{python_module hatchling >= 0.22.0}
|
BuildRequires: %{python_module hatchling >= 0.22.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module appdirs == 1.4.4}
|
||||||
|
BuildRequires: %{python_module platformdirs = %{version}}
|
||||||
BuildRequires: %{python_module pytest >= 7.4}
|
BuildRequires: %{python_module pytest >= 7.4}
|
||||||
BuildRequires: %{python_module pytest-cov >= 4.1}
|
BuildRequires: %{python_module pytest-cov >= 4.1}
|
||||||
BuildRequires: %{python_module pytest-mock >= 3.11.1}
|
BuildRequires: %{python_module pytest-mock >= 3.11.1}
|
||||||
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -44,19 +55,27 @@ A small Python module for determining appropriate platform-specific dirs, e.g. a
|
|||||||
%autosetup -p1 -n platformdirs-%{version}
|
%autosetup -p1 -n platformdirs-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if !%{with test}
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%if !%{with test}
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if %{with test}
|
||||||
%pytest
|
%pytest
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/platformdirs
|
%{python_sitelib}/platformdirs
|
||||||
%{python_sitelib}/platformdirs-%{version}.dist-info
|
%{python_sitelib}/platformdirs-%{version}.dist-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user