8c7fb8a
%if ( 0%{?fedora} && 0%{?fedora} >= 31 ) || ( 0%{?rhel} && 0%{?rhel} >= 8 )
0253269
%global with_python3 1
8c7fb8a
%else
1612cd9
%global with_python2 1
1612cd9
%endif
1612cd9
f45a41c
%global modname moksha.hub
f45a41c
f45a41c
Name:           python-moksha-hub
43c5a94
Version:        1.5.17
781ef14
Release:        23%{?dist}
f45a41c
Summary:        Hub components for Moksha
f45a41c
f45a41c
License:        ASL 2.0
0c58537
URL:            https://pypi.io/project/moksha.hub
0c58537
Source0:        https://pypi.io/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
Michal Konečný b235f40
# https://github.com/mokshaproject/moksha/pull/76
Michal Konečný b235f40
Patch0:         0002-decode-topics.patch
f45a41c
f45a41c
BuildArch:      noarch
f45a41c
1612cd9
%if 0%{?with_python2}
f45a41c
BuildRequires:  python2-devel
0253269
BuildRequires:  python2-setuptools
0253269
BuildRequires:  python2-nose
0253269
BuildRequires:  python2-mock
f45a41c
50b67e4
BuildRequires:  python2-six
50b67e4
50b67e4
%if 0%{?rhel} && 0%{?rhel} <= 7
50b67e4
BuildRequires:  python-moksha-common
50b67e4
BuildRequires:  python-txzmq
50b67e4
BuildRequires:  python-txws
50b67e4
BuildRequires:  python-daemon
50b67e4
BuildRequires:  python-twisted-core
50b67e4
BuildRequires:  python-stomper
50b67e4
%else
50b67e4
BuildRequires:  python2-moksha-common
98b7d4c
BuildRequires:  python2-txzmq
98b7d4c
BuildRequires:  python2-txws
98b7d4c
BuildRequires:  python2-daemon
50b67e4
BuildRequires:  python2-twisted
50b67e4
BuildRequires:  python2-stomper
746ea79
BuildRequires:  python2-pyasn1
746ea79
BuildRequires:  python2-service-identity
50b67e4
%endif
1612cd9
%endif
f45a41c
1612cd9
%if 0%{?with_python2}
7fa2995
%if 0%{?fedora}
98b7d4c
BuildRequires:  python2-websocket-client
7fa2995
%endif
1612cd9
%endif
900720e
62c7d5e
%if 0%{?with_python3}
62c7d5e
BuildRequires:  python3-devel
62c7d5e
BuildRequires:  python3-setuptools
62c7d5e
BuildRequires:  python3-nose
62c7d5e
BuildRequires:  python3-mock
62c7d5e
62c7d5e
BuildRequires:  python3-moksha-common >= 1.0.6
0253269
BuildRequires:  python3-twisted
62c7d5e
BuildRequires:  python3-txzmq
62c7d5e
BuildRequires:  python3-txws
62c7d5e
BuildRequires:  python3-six
0253269
BuildRequires:  python3-stomper
746ea79
BuildRequires:  python3-pyasn1
746ea79
BuildRequires:  python3-service-identity
0253269
BuildRequires:  python3-daemon
62c7d5e
62c7d5e
BuildRequires:  python3-websocket-client
62c7d5e
%endif
62c7d5e
f2a45b3
# When installed, these enable new plugins for the moksha.hub
98b7d4c
#BuildRequires:  python2-qpid
98b7d4c
#Requires:       python2-qpid
f2a45b3
f2a45b3
# Its a whole different package now.
f2a45b3
f2a45b3
%global _description\
f2a45b3
Hub components for Moksha.\
f2a45b3
f2a45b3
f2a45b3
%description %_description
f2a45b3
1612cd9
%if 0%{?with_python2}
f2a45b3
%package -n python2-moksha-hub
f2a45b3
Summary: %summary
50b67e4
50b67e4
Requires:       python2-six
50b67e4
50b67e4
%if 0%{?rhel} && 0%{?rhel} <= 7
50b67e4
Requires:       python-moksha-common
50b67e4
Requires:       python-txzmq
50b67e4
Requires:       python-txws
50b67e4
Requires:       python-daemon
50b67e4
Requires:       python-twisted-core
50b67e4
Requires:       python-stomper
50b67e4
%else
50b67e4
Requires:       python2-moksha-common
98b7d4c
Requires:       python2-txzmq
98b7d4c
Requires:       python2-txws
98b7d4c
Requires:       python2-daemon
50b67e4
Requires:       python2-twisted
50b67e4
Requires:       python2-stomper
746ea79
Requires:       python2-pyasn1
3ac9b14
Recommends:     python2-service-identity
50b67e4
%endif
50b67e4
feee95f
Conflicts:      moksha < 1.0.0
f7d87b1
Conflicts:      python3-moksha-hub < 1.5.17-4
f2a45b3
%{?python_provide:%python_provide python2-moksha-hub}
feee95f
f2a45b3
%description -n python2-moksha-hub %_description
1612cd9
%endif
62c7d5e
62c7d5e
%if 0%{?with_python3}
62c7d5e
%package -n python3-moksha-hub
62c7d5e
Summary:        Hub components for Moksha
62c7d5e
62c7d5e
Requires:       python3-moksha-common >= 1.0.6
0253269
Requires:       python3-twisted
0253269
Requires:       python3-stomper
746ea79
Requires:       python3-pyasn1
62c7d5e
Requires:       python3-txzmq
62c7d5e
Requires:       python3-txws
0253269
Requires:       python3-daemon
62c7d5e
Requires:       python3-six
62c7d5e
3ac9b14
Recommends:     python3-service-identity
3ac9b14
f7d87b1
Conflicts:      python2-moksha-hub < 1.5.17-4
f7d87b1
62c7d5e
%description -n python3-moksha-hub
62c7d5e
Hub components for Moksha.
62c7d5e
%endif
62c7d5e
62c7d5e
f45a41c
%prep
f45a41c
%setup -q -n %{modname}-%{version}
Michal Konečný b235f40
%patch 0 -p1
f45a41c
a68bd3a
# Removed twisted from the list of deps in setup.py.
a68bd3a
%{__sed} -i 's/"Twisted",//' setup.py
a68bd3a
900720e
# *Experimental* support for python-zmq-13.0.0 in rawhide.
900720e
%{__sed} -i 's/pyzmq<=2.2.0.1/pyzmq/' setup.py
900720e
f45a41c
%build
1612cd9
%if 0%{?with_python2}
0253269
%py2_build
1612cd9
%endif
62c7d5e
62c7d5e
%if 0%{?with_python3}
0253269
%py3_build
62c7d5e
%endif
62c7d5e
f45a41c
f45a41c
%install
1612cd9
%if 0%{?with_python2}
0253269
%py2_install
0253269
mv %{buildroot}%{_bindir}/moksha-hub %{buildroot}%{_bindir}/moksha-hub-%{python2_version}
0253269
ln -s ./moksha-hub-%{python2_version} %{buildroot}%{_bindir}/moksha-hub-2
f7d87b1
%endif
f7d87b1
f7d87b1
%if 0%{?with_python3}
f7d87b1
%py3_install
f7d87b1
ln -s ./moksha-hub %{buildroot}%{_bindir}/moksha-hub-3
f7d87b1
ln -s ./moksha-hub %{buildroot}%{_bindir}/moksha-hub-%{python3_version}
1612cd9
%endif
0253269
f45a41c
%check
7fa2995
%if 0%{?rhel}
c47e4f1
# Test suite requires a more modern Twisted than is in el6, so don't run it for
c47e4f1
# now.
7fa2995
7fa2995
# Furthermore, the test suite requires python-websocket-client, which is in a
7fa2995
# rhel7-optional and isn't showing up in the fedoraproject koji buildroot.
7fa2995
# https://bugzilla.redhat.com/show_bug.cgi?id=1185049
7fa2995
c47e4f1
%else
1612cd9
%if 0%{?with_python2}
62c7d5e
%{__python2} setup.py test
62c7d5e
%endif
1612cd9
%endif
62c7d5e
62c7d5e
%if 0%{?with_python3}
62c7d5e
%{__python3} setup.py test
c47e4f1
%endif
f45a41c
1612cd9
%if 0%{?with_python2}
f2a45b3
%files -n python2-moksha-hub
0253269
%doc README AUTHORS
0253269
%license COPYING
62c7d5e
%{python2_sitelib}/moksha/hub/
62c7d5e
%{python2_sitelib}/%{modname}-%{version}*
0253269
%{_bindir}/moksha-hub-2
0253269
%{_bindir}/moksha-hub-%{python2_version}
1612cd9
%endif
f45a41c
62c7d5e
%if 0%{?with_python3}
62c7d5e
%files -n python3-moksha-hub
0253269
%doc README AUTHORS
0253269
%license COPYING
62c7d5e
%{python3_sitelib}/moksha/hub/
62c7d5e
%{python3_sitelib}/%{modname}-%{version}*
f7d87b1
%{_bindir}/moksha-hub
62c7d5e
%{_bindir}/moksha-hub-3
0253269
%{_bindir}/moksha-hub-%{python3_version}
62c7d5e
%endif
62c7d5e
f45a41c
%changelog
781ef14
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-23
781ef14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
781ef14
8a5063e
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-22
8a5063e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
8a5063e
f8cd70b
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-21
f8cd70b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
f8cd70b
dc19466
* Sat Jul 01 2023 Python Maint <python-maint@redhat.com> - 1.5.17-20
dc19466
- Rebuilt for Python 3.12
dc19466
Michal Konečný b235f40
* Fri Jun 30 2023 Michal Konecny <mkonecny@redhat.com> - 1.5.17-19
Michal Konečný b235f40
- Add patch for https://github.com/mokshaproject/moksha/pull/76
Michal Konečný b235f40
dc20885
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 1.5.17-18
dc20885
- Rebuilt for Python 3.12
dc20885
8c7fb8a
* Tue Jan 24 2023 Diego Herrera <dherrera@redhat.com> - 1.5.17-17
8c7fb8a
- Fix python version filters for RHEL/EPEL
8c7fb8a
bc45735
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-16
bc45735
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
bc45735
b0fd362
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-15
b0fd362
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
b0fd362
6d2ae21
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 1.5.17-14
6d2ae21
- Rebuilt for Python 3.11
6d2ae21
1b955ff
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-13
1b955ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
1b955ff
6fe2e60
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-12
6fe2e60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
6fe2e60
a92404a
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.5.17-11
a92404a
- Rebuilt for Python 3.10
a92404a
2cde68c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-10
2cde68c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2cde68c
77b3c23
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-9
77b3c23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
77b3c23
bbb5ddb
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 1.5.17-8
bbb5ddb
- Rebuilt for Python 3.9
bbb5ddb
db087a8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-7
db087a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
db087a8
e31e6ab
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.17-6
e31e6ab
- Rebuilt for Python 3.8.0rc1 (#1748018)
e31e6ab
82d127a
* Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.17-5
82d127a
- Rebuilt for Python 3.8
82d127a
f7d87b1
* Mon Aug 05 2019 Lumír Balhar <lbalhar@redhat.com> - 1.5.17-4
f7d87b1
- Move unversioned command to Python 3 subpackage and add proper conflicts
f7d87b1
1612cd9
* Mon Aug 05 2019 Lumír Balhar <lbalhar@redhat.com> - 1.5.17-3
1612cd9
- Disable Python 2 subpackage in Fedora 31+
1612cd9
- Fixes: rhbz#1736510
1612cd9
8b2321c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.17-2
8b2321c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8b2321c
43c5a94
* Tue Feb 12 2019 Ralph Bean <rbean@redhat.com> - 1.5.17-1
43c5a94
- new version
43c5a94
e3f2972
* Wed Feb 06 2019 Ralph Bean <rbean@redhat.com> - 1.5.16-1
e3f2972
- new version
e3f2972
3ac9b14
* Wed Feb 06 2019 Ralph Bean <rbean@redhat.com> - 1.5.15-4
3ac9b14
- Make service-identity a weak dependency.
3ac9b14
51c4b99
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.15-3
51c4b99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
51c4b99
d5caaa1
* Thu Jan 10 2019 Ralph Bean <rbean@redhat.com> - 1.5.15-2
d5caaa1
- Remove patch for https://github.com/mokshaproject/moksha/pull/65
d5caaa1
  which didn't prove helpful.
d5caaa1
5cb6432
* Thu Jan 10 2019 Ralph Bean <rbean@redhat.com> - 1.5.15-1
5cb6432
- new version
5cb6432
746ea79
* Mon Jan 07 2019 Ralph Bean <rbean@redhat.com> - 1.5.14-1
746ea79
- new version
746ea79
dce1899
* Mon Sep 24 2018 Ralph Bean <rbean@redhat.com> - 1.5.13-2.0.1cb025525
dce1899
- Apply experimental upstream patch for stomp heartbeat handling
dce1899
  https://github.com/mokshaproject/moksha/pull/65
dce1899
7cae26f
* Tue Aug 21 2018 Ralph Bean <rbean@redhat.com> - 1.5.13-1
7cae26f
- new version
7cae26f
385bc87
* Tue Aug 07 2018 Ralph Bean <rbean@redhat.com> - 1.5.12-1
385bc87
- new version
385bc87
22bf24a
* Thu Aug 02 2018 Ralph Bean <rbean@redhat.com> - 1.5.11-1
22bf24a
- new version
22bf24a
99a805f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-3
99a805f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
99a805f
1361448
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.10-2
1361448
- Rebuilt for Python 3.7
1361448
0789ced
* Mon Jun 18 2018 Ralph Bean <rbean@redhat.com> - 1.5.10-1
0789ced
- new version
0789ced
480cc7a
* Fri Jun 08 2018 Ralph Bean <rbean@redhat.com> - 1.5.9-1
480cc7a
- new version
480cc7a
4c4195d
* Thu Jun 07 2018 Ralph Bean <rbean@redhat.com> - 1.5.8-1
4c4195d
- new version
4c4195d
3e1d3c5
* Fri May 25 2018 Ralph Bean <rbean@redhat.com> - 1.5.7-1
3e1d3c5
- new version
3e1d3c5
065b997
* Mon Apr 30 2018 Ralph Bean <rbean@redhat.com> - 1.5.6-1
065b997
- new version
065b997
50b67e4
* Mon Mar 19 2018 Ralph Bean <rbean@redhat.com> - 1.5.5-2
50b67e4
- Conditionalize deps for epel7.
50b67e4
830c618
* Mon Mar 19 2018 Ralph Bean <rbean@redhat.com> - 1.5.5-1
830c618
- new version
830c618
98b7d4c
* Fri Mar 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.4-2
98b7d4c
- Update Python 2 dependency declarations to new packaging standards
98b7d4c
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
98b7d4c
caf2982
* Wed Mar 07 2018 Ralph Bean <rbean@redhat.com> - 1.5.4-1
caf2982
- new version
caf2982
535b6ad
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-6
535b6ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
535b6ad
f2a45b3
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.3-5
f2a45b3
- Python 2 binary package renamed to python2-moksha-hub
f2a45b3
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
f2a45b3
0253269
* Mon Jul 31 2017 Lumír Balhar <lbalhar@redhat.com> - 1.5.3-4
0253269
- Python 3 subpackage enabled
0253269
- Specfile modernized and improved
0253269
79a1a0e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
79a1a0e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
79a1a0e
fa01fd0
* Mon Jul 17 2017 Ralph Bean <rbean@redhat.com> - 1.5.3-2
fa01fd0
- Apply patch to increase logging when JSON is weird.
fa01fd0
3854143
* Tue Jul 11 2017 Ralph Bean <rbean@redhat.com> - 1.5.3-1
3854143
- new version
3854143
50e6bc0
* Mon Jun 26 2017 Ralph Bean <rbean@redhat.com> - 1.5.2-1
50e6bc0
- new version
50e6bc0
f64bbeb
* Fri Jun 09 2017 Ralph Bean <rbean@redhat.com> - 1.5.1-1
f64bbeb
- new version
f64bbeb
bc71c9f
* Fri Jun 09 2017 Ralph Bean <rbean@redhat.com> - 1.5.0-1
bc71c9f
- new version
bc71c9f
23cea1a
* Wed May 31 2017 Ralph Bean <rbean@redhat.com> - 1.4.9-1
23cea1a
- new version
23cea1a
a5639a9
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-2
a5639a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a5639a9
56dae82
* Thu Nov 10 2016 Ralph Bean <rbean@redhat.com> - 1.4.8-1
56dae82
- new version
56dae82
0c58537
* Thu Oct 13 2016 Ralph Bean <rbean@redhat.com> - 1.4.7-1
0c58537
- new version
0c58537
35e2f4d
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-3
35e2f4d
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
35e2f4d
8932360
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-2
8932360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8932360
2b5060d
* Mon Jul 27 2015 Ralph Bean <rbean@redhat.com> - 1.4.6-1
2b5060d
- new version
2b5060d
569ce0f
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-2
569ce0f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
569ce0f
617f51a
* Fri May 08 2015 Ralph Bean <rbean@redhat.com> - 1.4.5-1
617f51a
- Latest upstream.  Fixes exception counting stats.
617f51a
f8af246
* Wed Oct 22 2014 Ralph Bean <rbean@redhat.com> - 1.4.4-1
f8af246
- Latest upstream; removed our patches.
f8af246
- Consumers can now handle a list of multiple topics again.
f8af246
38717a9
* Wed Oct 01 2014 Ralph Bean <rbean@redhat.com> - 1.4.3-2
38717a9
- Patch to make polling producers advertise the last time they ran.
38717a9
166b807
* Thu Sep 25 2014 Ralph Bean <rbean@redhat.com> - 1.4.3-1
166b807
- Latest upstream with stomp improvements.
166b807
3e4c7ff
* Mon Sep 15 2014 Ralph Bean <rbean@redhat.com> - 1.4.2-1
3e4c7ff
- Latest upstream with support for STOMP-1.1.
3e4c7ff
3f99ec9
* Fri Aug 08 2014 Ralph Bean <rbean@redhat.com> - 1.4.1-1
3f99ec9
- Configurable permissions on the monitoring socket.
3f99ec9
- Suggest a threadpool size to twisted based on the number of consumers.
3f99ec9
51c7063
* Fri Jul 18 2014 Ralph Bean <rbean@redhat.com> - 1.4.0-1
51c7063
- New API points: pre_consume and post_consume.
51c7063
0b3eb4b
* Mon Jun 30 2014 Ralph Bean <rbean@redhat.com> - 1.3.4-1
0b3eb4b
- Improved exception handling in the consumer API.
0b3eb4b
b428be6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-2
b428be6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b428be6
b40d115
* Tue Jun 03 2014 Ralph Bean <rbean@redhat.com> - 1.3.3-1
b40d115
- Added threading model to the polling producer API.
b40d115
def5932
* Thu Apr 24 2014 Ralph Bean <rbean@redhat.com> - 1.3.2-1
def5932
- Bugfixes to the monitoring socket.
def5932
3f8c1d5
* Thu Apr 24 2014 Ralph Bean <rbean@redhat.com> - 1.3.1-2
3f8c1d5
- Add dep on python-six.
3f8c1d5
33c70be
* Thu Apr 24 2014 Ralph Bean <rbean@redhat.com> - 1.3.1-1
33c70be
- More stats written to the monitoring socket.
33c70be
594482d
* Sun Apr 13 2014 Ralph Bean <rbean@redhat.com> - 1.3.0-1
594482d
- Introduce a new monitoring socket.
594482d
- Moksha consumers are now given their own thread and incoming queue.
594482d
efb3d61
* Tue Jan 14 2014 Ralph Bean <rbean@redhat.com> - 1.2.2-2
efb3d61
- Enable websocket portion of the test suite again.
efb3d61
- Remove hard dep on python-qpid.
efb3d61
7de6cf9
* Fri Dec 13 2013 Ralph Bean <rbean@redhat.com> - 1.2.2-1
7de6cf9
- Latest upstream fixing a memory leak in the websocket server.
7de6cf9
c340b21
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
c340b21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c340b21
c2ff185
* Mon Apr 15 2013 Ralph Bean <rbean@redhat.com> - 1.2.1-1
c2ff185
- Latest upstream with a bugfix to consumer loading.
c2ff185
900720e
* Tue Mar 26 2013 Ralph Bean <rbean@redhat.com> - 1.2.0-1
900720e
- Latest upstream.
900720e
- Removed websocket tests until this review is complete:
900720e
  https://bugzilla.redhat.com/show_bug.cgi?id=909644
900720e
6b06f81
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
6b06f81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6b06f81
9bfe325
* Tue Dec 04 2012 Ralph Bean <rbean@redhat.com> - 1.1.0-1
9bfe325
- Latest upstream with support for zmq_tcp_keepalive.
9bfe325
a975fd5
* Tue Dec 04 2012 Ralph Bean <rbean@redhat.com> - 1.0.9-1
a975fd5
- Latest upstream.
a975fd5
- Fixed check conditional for rhel6.
a975fd5
388e39d
* Wed Oct 10 2012 Ralph Bean <rbean@redhat.com> - 1.0.7-1
388e39d
- Various bugfixes.
388e39d
- Support for zeromq3.
388e39d
- Needs python-moksha-common-1.0.6 or later.
388e39d
428f5cd
* Mon Oct 01 2012 Ralph Bean <rbean@redhat.com> - 1.0.4-1
428f5cd
- Allow moksha-hub to use a non-standard config (specified as an argument).
428f5cd
- Temporary bug fix in websocket server message distribution.
428f5cd
e73cce3
* Wed Sep 26 2012 Ralph Bean <rbean@redhat.com> - 1.0.3-1
e73cce3
- Fix to _initialized namespacing for consumers.
e73cce3
- More careful still when cleaning up consumers.
e73cce3
feee95f
* Wed Sep 19 2012 Ralph Bean <rbean@redhat.com> - 1.0.2-1
feee95f
- Miscellaneous bugfixes in consumer cleanup.
feee95f
- Added conflicts tag against old moksha.
feee95f
93fd47e
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 1.0.1-1
93fd47e
- Require latest python-moksha-common
93fd47e
c47e4f1
* Sat Sep 08 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-5
c47e4f1
- Disable test suite for el6.
c47e4f1
a68bd3a
* Sat Sep 08 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-4
a68bd3a
- Remove "Twisted" from the list of deps in setup.py.
a68bd3a
f45a41c
* Wed Sep 05 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-3
f45a41c
- Use optflags instead of RPM_OPT_FLAGS to be consistent.
f45a41c
f45a41c
* Wed Sep 05 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-2
f45a41c
- Added RPM_OPT_FLAGS to the build section.
f45a41c
f45a41c
* Tue Sep 04 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-1
f45a41c
- Initial package for Fedora and fork from moksha core.