commit python-raet for openSUSE:Factory
Hello community, here is the log from the commit of package python-raet for openSUSE:Factory checked in at 2015-02-27 11:10:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-raet (Old) and /work/SRC/openSUSE:Factory/.python-raet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-raet" Changes: -------- --- /work/SRC/openSUSE:Factory/python-raet/python-raet.changes 2015-01-29 09:58:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-raet.new/python-raet.changes 2015-02-27 11:10:34.000000000 +0100 @@ -1,0 +2,15 @@ +Thu Feb 26 21:30:45 UTC 2015 - aboe76@gmail.com + +- Updated to 0.6.1 + - Updated tutorial fixed log message + - Added enum support using python 3.4 enums via backport enum34 raeting.py NamedTuples replaced with enums + - Added tutorial documents Fixed merge error Fixed bugs + - Updated setup.py dependencies + - Added python-argparse as depency for python < 2.7 + - Windows impossible file check More coverage tests + - Python3 support + - Added support for burst size limits in the Message transaction to deal with limits on UDP receive buffers + on some hosts. Significant changes to how the Messenger and Messagent transactions work. + - Added more units tests for messaging. + +------------------------------------------------------------------- Old: ---- raet-0.4.6.tar.gz New: ---- raet-0.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-raet.spec ++++++ --- /var/tmp/diff_new_pack.3HjWd3/_old 2015-02-27 11:10:35.000000000 +0100 +++ /var/tmp/diff_new_pack.3HjWd3/_new 2015-02-27 11:10:35.000000000 +0100 @@ -16,7 +16,7 @@ # Name: python-raet -Version: 0.4.6 +Version: 0.6.1 Release: 0 License: Apache-2.0 Summary: Reliable Asynchronous Event Transport protocol @@ -38,9 +38,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +BuildRequires: python BuildRequires: python-importlib +BuildRequires: python-argparse Requires: python-importlib -BuildRequires: python +Requires: python-argparse Requires: python %else BuildArch: noarch ++++++ raet-0.4.6.tar.gz -> raet-0.6.1.tar.gz ++++++ ++++ 13083 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de