Upgrade to version 3.5.1 and add yaml

This commit is contained in:
desert-sailor 2023-06-05 05:09:29 +08:00
parent 6afed80133
commit b927119137
4 changed files with 10 additions and 3 deletions

Binary file not shown.

BIN
platformdirs-3.5.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-platformdirs Name: python-platformdirs
Version: 3.5.0 Version: 3.5.1
Release: 1 Release: 1
Summary: A small Python module for determining appropriate platform-specific dirs Summary: A small Python module for determining appropriate platform-specific dirs
License: MIT License: MIT
URL: https://github.com/platformdirs/platformdirs URL: https://github.com/platformdirs/platformdirs
Source0: https://files.pythonhosted.org/packages/91/17/3836ffe140abb245726d0e21c5b9b984e2569e7027c20d12e969ec69bd8a/platformdirs-3.5.0.tar.gz Source0: https://files.pythonhosted.org/packages/9c/0e/ae9ef1049d4b5697e79250c4b2e72796e4152228e67733389868229c92bb/platformdirs-3.5.1.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
@ -51,7 +51,7 @@ cp -r src/platformdirs ./
%pyproject_build %pyproject_build
%install %install
%pyproject_install platformdirs==%{version} %pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
@ -69,6 +69,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jun 05 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.5.1-1
- Upgrade the version to 3.5.1 for tox 4.5.2
* Sat May 06 2023 xu_ping <707078654@qq.com> - 3.5.0-1 * Sat May 06 2023 xu_ping <707078654@qq.com> - 3.5.0-1
- Upgrade the version to 3.5.0 - Upgrade the version to 3.5.0

4
python-platformdirs.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: platformdirs
tag_prefix: "^v"
seperator: "."