rebuilt with distdeps [release 2021.1-2mamba;Fri Apr 09 2021]
This commit is contained in:
parent
6ff8ab7e44
commit
4d7e8108f3
@ -1,20 +1,17 @@
|
||||
Name: python-tz
|
||||
Version: 2019.2
|
||||
Release: 1mamba
|
||||
Version: 2021.1
|
||||
Release: 2mamba
|
||||
Summary: World Timezone Definitions for Python
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://pytz.sourceforge.net
|
||||
URL: https://pytz.sourceforge.net
|
||||
Source: http://pypi.debian.net/pytz/pytz-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -42,16 +39,27 @@ It also solves the issue of ambiguous times at the end of daylight savings, whic
|
||||
--single-version-externally-managed \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE.txt README.txt
|
||||
%dir %{python_sitearch}/pytz-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pytz-%{version}-py*.egg-info/*
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2021.1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2021.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 10 2020 Automatic Build System <autodist@mambasoft.it> 2020.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2019.2-1mamba
|
||||
- update to 2019.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user