rebuilt with distdeps [release 4.1-2mamba;Tue Jan 25 2022]
This commit is contained in:
parent
7c855b97bb
commit
4f339d963d
@ -1,6 +1,6 @@
|
||||
Name: python-tzlocal
|
||||
Version: 4.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: This Python module returns a tzinfo object with the local timezone information
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,9 +10,10 @@ URL: https://pypi.org/project/tzlocal/
|
||||
Source: https://pypi.debian.net/tzlocal/tzlocal-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(backports.zoneinfo)
|
||||
BuildRequires: python3.7dist(pytz-deprecation-shim)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,18 +37,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--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
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
# %{python_sitearch}/%{name}.py*
|
||||
# %{python_sitearch}/%{name}.so
|
||||
|
||||
## note: add extra documentation (if any)
|
||||
# %doc README.rst
|
||||
%dir %{python_sitearch}/tzlocal-%{version}-py*.egg-info
|
||||
%{python_sitearch}/tzlocal-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Fri Oct 29 2021 Automatic Build System <autodist@mambasoft.it> 4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user