|
 |
1fa666a |
%define realname webthing-python
|
|
 |
1fa666a |
Name: python-webthing
|
|
 |
813f30d |
Version: 0.15.0
|
|
 |
d0efc95 |
Release: 5%{?dist}
|
|
 |
1fa666a |
Summary: HTTP Web Thing implementation in Python
|
|
 |
1fa666a |
License: MPLv2.0
|
|
 |
497da1c |
URL: https://github.com/WebThingsIO/webthing-python
|
|
 |
497da1c |
Source0: https://github.com/WebThingsIO/webthing-python/archive/v%{version}.tar.gz#/%{realname}-%{version}.tar.gz
|
|
 |
1fa666a |
|
|
 |
1fa666a |
BuildArch: noarch
|
|
 |
1fa666a |
|
|
 |
1fa666a |
BuildRequires: python3-devel
|
|
 |
1fa666a |
BuildRequires: python3-setuptools
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%description
|
|
 |
1fa666a |
A server implementing the HTTP Web Thing implementation.
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%package -n python3-webthing
|
|
 |
1fa666a |
Summary: HTTP Web Thing implementation in Python
|
|
 |
1fa666a |
%{?python_provide:%python_provide python3-webthing}
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%description -n python3-webthing
|
|
 |
1fa666a |
A server implementing the HTTP Web Thing implementation.
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%prep
|
|
 |
1fa666a |
%autosetup -p1 -n %{realname}-%{version}
|
|
 |
1fa666a |
# Remove bundled egg-info
|
|
 |
1fa666a |
rm -rf %{realname}.egg-info
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%build
|
|
 |
1fa666a |
%py3_build
|
|
 |
1fa666a |
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%install
|
|
 |
1fa666a |
%py3_install
|
|
 |
1fa666a |
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%files -n python3-webthing
|
|
 |
1fa666a |
%license LICENSE.txt
|
|
 |
1fa666a |
%doc README.rst
|
|
 |
1fa666a |
%{python3_sitelib}/webthing/
|
|
 |
1fa666a |
%{python3_sitelib}/webthing-%{version}-py3.*.egg-info
|
|
 |
1fa666a |
|
|
 |
1fa666a |
%changelog
|
|
 |
d0efc95 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-5
|
|
 |
d0efc95 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
d0efc95 |
|
|
 |
6ff0d54 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-4
|
|
 |
6ff0d54 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
6ff0d54 |
|
|
 |
a24fe29 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.15.0-3
|
|
 |
a24fe29 |
- Rebuilt for Python 3.10
|
|
 |
a24fe29 |
|
|
 |
ce16fe0 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2
|
|
 |
ce16fe0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
ce16fe0 |
|
|
 |
813f30d |
* Sun Jan 10 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.0-1
|
|
 |
813f30d |
- Update to 0.15.0
|
|
 |
813f30d |
|
|
 |
497da1c |
* Sat Oct 03 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.14.0-1
|
|
 |
497da1c |
- Update to 0.14.0, update project URLs
|
|
 |
497da1c |
|
|
 |
0f59869 |
* Fri Aug 07 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.13.2-1
|
|
 |
0f59869 |
- Update to 0.13.2
|
|
 |
0f59869 |
|
|
 |
c63f29d |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2
|
|
 |
c63f29d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
c63f29d |
|
|
 |
e945d32 |
* Sat May 30 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.13.1-1
|
|
 |
e945d32 |
- Update to 0.13.1
|
|
 |
e945d32 |
|
|
 |
f55ffcf |
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.13.0-2
|
|
 |
f55ffcf |
- Rebuilt for Python 3.9
|
|
 |
f55ffcf |
|
|
 |
1fa666a |
* Sun May 10 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.13.0-1
|
|
 |
1fa666a |
- Update to 0.13.0
|
|
 |
1fa666a |
|
|
 |
1fa666a |
* Tue Jan 7 2020 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.0-1
|
|
 |
1fa666a |
- Update to 0.12.0
|
|
 |
1fa666a |
|
|
 |
1fa666a |
* Wed Aug 8 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.7-1
|
|
 |
1fa666a |
- Initial package
|