update ntplib version to 0.3.4

This commit is contained in:
liuzy518 2020-07-28 16:45:49 +08:00
parent de6a1e2f48
commit 9e7936b159
3 changed files with 11 additions and 5 deletions

Binary file not shown.

BIN
ntplib-0.3.4.tar.gz Normal file

Binary file not shown.

View File

@ -5,13 +5,13 @@ text (mode, leap indicator...). Since it's pure Python, and only depends on core
modules, it should work on any platform with a Python implementation. modules, it should work on any platform with a Python implementation.
Name: python-ntplib Name: python-ntplib
Version: 0.3.3 Version: 0.3.4
Release: 13 Release: 1
Summary: This module offers a simple interface to query NTP servers from Python. Summary: This module offers a simple interface to query NTP servers from Python.
License: MIT License: MIT
URL: https://pypi.org/project/ntplib/ URL: https://pypi.org/project/ntplib/
Source0: https://pypi.org/project/ntplib/0.3.3/ntplib-%{?version}.tar.gz Source0: https://github.com/cf-natali/ntplib/archive/ntplib-%{?version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -49,16 +49,22 @@ BuildRequires: python3-devel python3-setuptools
%files -n python2-ntplib %files -n python2-ntplib
%{python2_sitelib}/ntplib.* %{python2_sitelib}/ntplib.*
%{python2_sitelib}/ntplib-0.3.3-py?.?.egg-info %{python2_sitelib}/ntplib-%{?version}-py?.?.egg-info
%files -n python3-ntplib %files -n python3-ntplib
%{python3_sitelib}/ntplib.py %{python3_sitelib}/ntplib.py
%{python3_sitelib}/ntplib-0.3.3-py?.?.egg-info %{python3_sitelib}/ntplib-%{?version}-py?.?.egg-info
%{python3_sitelib}/__pycache__/ntplib*.pyc %{python3_sitelib}/__pycache__/ntplib*.pyc
%files help %files help
%doc CHANGELOG %doc CHANGELOG
%changelog %changelog
* Tue Jul 28 2020 liulong <liulong20@huawei.com> - 0.3.4-1
- Type:requirement
- ID:NA
- SUG:NA
- DESC:update ntplib version to 0.3.4
* Sat Oct 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.3-13 * Sat Oct 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.3-13
- Package Init - Package Init