|
 |
4940695 |
%global modname PyLink
|
|
 |
4940695 |
|
|
 |
4940695 |
Name: python-PyLink
|
|
 |
4940695 |
Version: 0.3.2
|
|
 |
bdf6c5d |
Release: 24%{?dist}
|
|
 |
4940695 |
Summary: Universal communication interface using File-Like API
|
|
 |
4940695 |
|
|
 |
4940695 |
License: BSD
|
|
 |
4940695 |
URL: https://pypi.python.org/pypi/%{modname}
|
|
 |
4940695 |
Source0: https://pypi.python.org/packages/source/P/%{modname}/%{modname}-%{version}.tar.gz
|
|
 |
4940695 |
|
|
 |
4940695 |
BuildArch: noarch
|
|
 |
4940695 |
|
|
 |
4940695 |
%description
|
|
 |
4940695 |
Pylink offers a universal communication interface using File-Like API. For now,
|
|
 |
4940695 |
only the TCP, UDP, Serial and GSM interfaces are supported.
|
|
 |
4940695 |
|
|
 |
4940695 |
The aim of this project is to allow any type of communication. It is best
|
|
 |
4940695 |
suited for projects that have various ways of communicating including IP
|
|
 |
4940695 |
remote or local serial communication.
|
|
 |
4940695 |
|
|
 |
4940695 |
%package -n python3-%{modname}
|
|
 |
4940695 |
Summary: %{summary}
|
|
 |
4940695 |
%{?python_provide:%python_provide python3-%{modname}}
|
|
 |
4940695 |
%{?python_provide:%python_provide python3-pylink}
|
|
 |
cb1182b |
BuildRequires: python3-devel
|
|
 |
cb1182b |
BuildRequires: python3-setuptools
|
|
 |
4940695 |
Requires: python3-pyserial
|
|
 |
4940695 |
|
|
 |
4940695 |
%description -n python3-%{modname}
|
|
 |
4940695 |
Pylink offers a universal communication interface using File-Like API. For now,
|
|
 |
4940695 |
only the TCP, UDP, Serial and GSM interfaces are supported.
|
|
 |
4940695 |
|
|
 |
4940695 |
The aim of this project is to allow any type of communication. It is best
|
|
 |
4940695 |
suited for projects that have various ways of communicating including IP
|
|
 |
4940695 |
remote or local serial communication.
|
|
 |
4940695 |
|
|
 |
4940695 |
Python 3 version.
|
|
 |
4940695 |
|
|
 |
4940695 |
%prep
|
|
 |
4940695 |
%autosetup -n %{modname}-%{version}
|
|
 |
4940695 |
rm -rf *.egg-info
|
|
 |
4940695 |
|
|
 |
4940695 |
%build
|
|
 |
4940695 |
%py3_build
|
|
 |
4940695 |
|
|
 |
4940695 |
%install
|
|
 |
4940695 |
%py3_install
|
|
 |
4940695 |
|
|
 |
4940695 |
%check
|
|
 |
4940695 |
# No network things available
|
|
 |
4940695 |
|
|
 |
4940695 |
%files -n python3-%{modname}
|
|
 |
4940695 |
%license LICENSE
|
|
 |
4940695 |
%doc AUTHORS CHANGES.rst README.rst
|
|
 |
4940695 |
%{python3_sitelib}/%{modname}*.egg-info/
|
|
 |
4940695 |
%{python3_sitelib}/pylink/
|
|
 |
4940695 |
|
|
 |
4940695 |
%changelog
|
|
 |
bdf6c5d |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-24
|
|
 |
bdf6c5d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
bdf6c5d |
|
|
 |
d767524 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-23
|
|
 |
d767524 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
d767524 |
|
|
 |
7d0fcd3 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.2-22
|
|
 |
7d0fcd3 |
- Rebuilt for Python 3.11
|
|
 |
7d0fcd3 |
|
|
 |
d0d0e48 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-21
|
|
 |
d0d0e48 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
d0d0e48 |
|
|
 |
d5e7054 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-20
|
|
 |
d5e7054 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
d5e7054 |
|
|
 |
8706ed0 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.2-19
|
|
 |
8706ed0 |
- Rebuilt for Python 3.10
|
|
 |
8706ed0 |
|
|
 |
de354ad |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-18
|
|
 |
de354ad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
de354ad |
|
|
 |
a36b4d9 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-17
|
|
 |
a36b4d9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
a36b4d9 |
|
|
 |
6d802c9 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-16
|
|
 |
6d802c9 |
- Rebuilt for Python 3.9
|
|
 |
6d802c9 |
|
|
 |
8d9613b |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-15
|
|
 |
8d9613b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
8d9613b |
|
|
 |
c95bf02 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-14
|
|
 |
c95bf02 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
c95bf02 |
|
|
 |
9d2f485 |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-13
|
|
 |
9d2f485 |
- Rebuilt for Python 3.8
|
|
 |
9d2f485 |
|
|
 |
59a0208 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-12
|
|
 |
59a0208 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
59a0208 |
|
|
 |
84391ef |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-11
|
|
 |
84391ef |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
84391ef |
|
|
 |
cb1182b |
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.3.2-10
|
|
 |
cb1182b |
- Subpackage python2-PyLink has been removed
|
|
 |
cb1182b |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
 |
cb1182b |
|
|
 |
7286162 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-9
|
|
 |
7286162 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
7286162 |
|
|
 |
619c5b2 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-8
|
|
 |
619c5b2 |
- Rebuilt for Python 3.7
|
|
 |
619c5b2 |
|
|
 |
aa0f935 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-7
|
|
 |
aa0f935 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
aa0f935 |
|
|
 |
244f246 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-6
|
|
 |
244f246 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
244f246 |
|
|
 |
94ce4a5 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-5
|
|
 |
94ce4a5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
94ce4a5 |
|
|
 |
e69f04f |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-4
|
|
 |
e69f04f |
- Rebuild for Python 3.6
|
|
 |
e69f04f |
|
|
 |
055e0aa |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-3
|
|
 |
055e0aa |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
 |
055e0aa |
|
|
 |
bacd5ba |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
|
|
 |
bacd5ba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
bacd5ba |
|
|
 |
4940695 |
* Wed Nov 11 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.3.2-1
|
|
 |
4940695 |
- Initial package
|