Skip to content

Commit

Permalink
plone.app.contenttypes usada pelo Plone (1.1.1) (#139)
Browse files Browse the repository at this point in the history
* Remove plone.app.contenttypes de dependência.

O pacote brasil.gov.temas não faz nenhuma referência ao
plone.app.contenttypes, essa dependência aqui não faz sentido.

Esse commit é necessário para prosseguirmos com

plonegovbr/brasil.gov.portal#240

* Tenta corrigir build que não finaliza.

https://travis-ci.org/plonegovbr/brasil.gov.temas/jobs/250375370

Finalizamos o processo do firefox.
  • Loading branch information
idgserpro authored and hvelarde committed Jul 5, 2017
1 parent fbba6e3 commit 5a5ecb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ before_script:
script:
- bin/code-analysis
- bin/test
after_script:
# XXX:
# Firefox reclama: GConf-WARNING **: Got Disconnected from DBus.
# E continua falhndo, criando um job falho a cada 30-50 minutos.
# Então simplesmente matamos o processo.
- pkill -9 firefox
after_success:
- bin/createcoverage -t "--layer=!Acceptance"
- pip install -q coveralls
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Histórico de Alterações
1.3 (unreleased)
^^^^^^^^^^^^^^^^

- Nothing changed yet.
- Remove plone.app.contenttypes de dependência.
[idgserpro]


1.2 (2016-11-07)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name='brasil.gov.temas',
version=version,
description="Temas para o Portal PadrĂŁo do Governo Federal",
description="Temas para o Portal Padrão do Governo Federal",
long_description=long_description,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -47,7 +47,6 @@
'Products.CMFPlone >=4.3',
'setuptools',
'plone.app.themingplugins',
'plone.app.contenttypes<1.1a1',
],
extras_require={
'test': [
Expand Down

0 comments on commit 5a5ecb9

Please sign in to comment.