Accepting request 171304 from devel:languages:python

Resubmit

OBS-URL: https://build.opensuse.org/request/show/171304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2013-04-17 21:17:05 +00:00 committed by Git OBS Bridge
commit eea138c9ac
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Sat Apr 13 10:17:23 UTC 2013 - toddrme2178@gmail.com Sat Apr 13 10:17:23 UTC 2013 - toddrme2178@gmail.com
- Changes suggests to recommends since suggets are not well supported - Changes suggests to recommends since suggets are not well supported
- Remove unused patch - Remove patch that is no longer needed
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 12 17:47:22 UTC 2013 - alexandre@exatati.com.br Fri Apr 12 17:47:22 UTC 2013 - alexandre@exatati.com.br

View File

@ -24,7 +24,7 @@ Fri Apr 12 17:47:22 UTC 2013 - alexandre@exatati.com.br
- Redis: More friendly error for when keys are missing. - Redis: More friendly error for when keys are missing.
- Connection URLs: The parser did not work well when there were - Connection URLs: The parser did not work well when there were
multiple '+' tokens. multiple '+' tokens.
- Remove unused patch - Remove patch that is no longer needed
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 12 12:06:17 UTC 2013 - toddrme2178@gmail.com Fri Apr 12 12:06:17 UTC 2013 - toddrme2178@gmail.com

View File

@ -33,6 +33,9 @@ BuildRequires: python3-distribute
BuildRequires: python3-mock BuildRequires: python3-mock
BuildRequires: python3-msgpack-python BuildRequires: python3-msgpack-python
BuildRequires: python3-nose-cover3 BuildRequires: python3-nose-cover3
# This package is not compatible with python 3.3 for now,
# please re-enable when this builds properly on
# openSUSE 12.3+
%if 0%{?suse_version} >= 1230 %if 0%{?suse_version} >= 1230
BuildRequires: python3-simplejson BuildRequires: python3-simplejson
%endif %endif