Hello community, here is the log from the commit of package python3-nose for openSUSE:Factory checked in at 2013-08-02 15:30:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-nose (Old) and /work/SRC/openSUSE:Factory/.python3-nose.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-nose" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-nose/python3-nose.changes 2013-07-02 07:42:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-nose.new/python3-nose.changes 2013-08-02 15:30:22.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Aug 1 13:08:18 UTC 2013 - speili...@suse.com + +- Use setuptools instead of distribute +- Fix imports for 12.2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-nose.spec ++++++ --- /var/tmp/diff_new_pack.JN7NaU/_old 2013-08-02 15:30:24.000000000 +0200 +++ /var/tmp/diff_new_pack.JN7NaU/_new 2013-08-02 15:30:24.000000000 +0200 @@ -27,12 +27,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-devel -BuildRequires: python3-distribute +BuildRequires: python3-setuptools +%if 0%{?suse_version} <= 1220 +BuildRequires: python3-2to3 BuildRequires: python3-xml -#Testsuite build requirements: +%endif +#Test requirements: BuildRequires: python-coverage -Requires: python3-distribute +Requires: python3-setuptools +%if 0%{?suse_version} <= 1220 +Requires: python3-2to3 Requires: python3-xml +%endif Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org