Blob Blame History Raw
Name:          gwebsockets
Version:       0.4
Release:       10%{?dist}
Summary:       GLib based websockets server

Group:         System Environment/Libraries
License:       ASL 2.0
URL:           https://pypi.python.org/pypi/gwebsockets
Source0:       https://pypi.python.org/packages/source/g/gwebsockets/%{name}-%{version}.tar.gz
BuildArch:     noarch 

BuildRequires: glib2-devel
BuildRequires: python2-devel
BuildRequires: python2-setuptools
BuildRequires: python-unversioned-command
Requires: python-unversioned-command

%description
A websocket server written in python. It uses GIO for network 
communication and hence it easily integrates with the GLib mainloop.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%check
# missing dependencies
# python setup.py test

%files
%doc LICENSE README.md
%{python2_sitelib}/gwebsockets*

%changelog
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.4-8
- Update Python 2 dependency declarations to new packaging standards
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Mon Jan 13 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.4-1
- Update to 0.4

* Fri Aug 16 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.3-1
- Update to 0.3

* Sat Jul  6 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2-1
- Initial package