Hello community, here is the log from the commit of package python3 for openSUSE:Factory checked in at 2015-01-15 16:00:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3 (Old) and /work/SRC/openSUSE:Factory/.python3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3" Changes: -------- --- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2014-10-31 12:30:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes 2015-01-15 16:00:48.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Jan 11 13:01:30 UTC 2015 - [email protected] + +- asyncio has been merged in python3 main package; provide and + obsolete it +- Remove obsolete AUTHORS section +- Remove redundant %clean section + +------------------------------------------------------------------- python3.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-base.spec ++++++ --- /var/tmp/diff_new_pack.qFJf17/_old 2015-01-15 16:00:50.000000000 +0100 +++ /var/tmp/diff_new_pack.qFJf17/_new 2015-01-15 16:00:50.000000000 +0100 @@ -45,6 +45,9 @@ # not a conflict to have python3-3.1 and python3-base > 3.1 Obsoletes: python3 < 3.2 # no Provides, because python3 is obviously provided by package python3 +# python3 3.4 provides asyncio +Provides: python3-asyncio = %{version} +Obsoletes: python3-asyncio < %{version} Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz Source1: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz.asc @@ -129,11 +132,6 @@ install python-devel package. -Authors: --------- - Guido van Rossum <[email protected]> - - %package -n python3-tools Requires: %{name} = %{version} Summary: Python Utility and Demonstration Scripts @@ -401,9 +399,6 @@ ) echo %{sitedir}/_import_failed > $RPM_BUILD_ROOT/%{sitedir}/site-packages/zzzz-import-failed-hooks.pth -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libpython%{so_version} -p /sbin/ldconfig %postun -n libpython%{so_version} -p /sbin/ldconfig python3.spec: same change -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
