rebuilt with python 3.10 [release 1.4.4-2mamba;Tue Aug 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:44:45 +01:00
parent d03ebca5f7
commit 5163807c24

View File

@ -1,20 +1,18 @@
Name: python-appdirs Name: python-appdirs
Version: 1.4.3 Version: 1.4.4
Release: 1mamba Release: 2mamba
Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir" Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://pypi.python.org/pypi/appdirs URL: https://pypi.org/project/appdirs/
Source: https://pypi.debian.net/appdirs/appdirs-%{version}.tar.gz Source: https://pypi.debian.net/appdirs/appdirs-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 python-appdirs' to get the list of build requirements. BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython-devel BuildRequires: libpython3-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -38,17 +36,19 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required %dir %{python_sitearch}/appdirs-%{version}-py*.egg-info
# %{python_sitearch}/%{name}.py* %{python_sitearch}/appdirs-%{version}-py*.egg-info/*
# %{python_sitearch}/%{name}.so
## note: add extra documentation (if any)
# %doc README.rst
%changelog %changelog
* Tue Aug 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4-2mamba
- rebuilt with python 3.10
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
- automatic version update by autodist
* Fri May 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-1mamba * Fri May 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface