Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove egg_info #4

Merged
merged 1 commit into from
Sep 13, 2015
Merged

Remove egg_info #4

merged 1 commit into from
Sep 13, 2015

Conversation

gforcada
Copy link
Member

Setting plone.registry on development with this egg_info section in
setup.cfg made its version be 1.0.3.dev0dev-r0 which was breaking
setuptools ordering as can be seen in:
http://jenkins.plone.org/view/Dependencies/job/plone-package-dependencies/193/console

This drove me nuts for quite a lot of months until I had enough to investigate it.

I will do a quick check on all other distributions, but this [egg_info] section is evil evil evil.

Setting plone.registry on development with this egg_info section in
setup.cfg made its version be 1.0.3.dev0dev-r0 which was breaking
setuptools ordering as can be seen in:
http://jenkins.plone.org/view/Dependencies/job/plone-package-dependencies/193/console
gforcada added a commit to plone/plone.app.registry that referenced this pull request Sep 12, 2015
gforcada added a commit to plone/plone.alterego that referenced this pull request Sep 12, 2015
gforcada added a commit to plone/plone.formwidget.contenttree that referenced this pull request Sep 12, 2015
gforcada added a commit to plone/txtfilter that referenced this pull request Sep 12, 2015
gforcada added a commit to plone/buildout.coredev that referenced this pull request Sep 13, 2015
Branch: refs/heads/master
Date: 2015-09-12T16:29:07+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/txtfilter@de402d3

Remove egg_info

See plone/plone.registry#4

Files changed:
D setup.cfg
Repository: txtfilter
Branch: refs/heads/master
Date: 2015-09-13T22:28:22+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/txtfilter@6bd6fe6

Merge pull request #1 from plone/gforcada-patch-1

Remove egg_info

Files changed:
D setup.cfg
gforcada added a commit to plone/buildout.coredev that referenced this pull request Sep 13, 2015
Branch: refs/heads/master
Date: 2015-09-12T16:29:07+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/txtfilter@de402d3

Remove egg_info

See plone/plone.registry#4

Files changed:
D setup.cfg
Repository: txtfilter
Branch: refs/heads/master
Date: 2015-09-13T22:28:22+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/txtfilter@6bd6fe6

Merge pull request #1 from plone/gforcada-patch-1

Remove egg_info

Files changed:
D setup.cfg
gforcada added a commit to plone/buildout.coredev that referenced this pull request Sep 13, 2015
Branch: refs/heads/master
Date: 2015-09-12T16:28:35+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.formwidget.contenttree@329fb2c

Remove egg_info

See plone/plone.registry#4

Files changed:
D setup.cfg
Repository: plone.formwidget.contenttree
Branch: refs/heads/master
Date: 2015-09-13T22:28:43+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.formwidget.contenttree@c4cebc6

Merge pull request #20 from plone/gforcada-patch-1

Remove egg_info

Files changed:
D setup.cfg
gforcada added a commit to plone/buildout.coredev that referenced this pull request Sep 13, 2015
Branch: refs/heads/master
Date: 2015-09-12T16:28:35+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.formwidget.contenttree@329fb2c

Remove egg_info

See plone/plone.registry#4

Files changed:
D setup.cfg
Repository: plone.formwidget.contenttree
Branch: refs/heads/master
Date: 2015-09-13T22:28:43+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.formwidget.contenttree@c4cebc6

Merge pull request #20 from plone/gforcada-patch-1

Remove egg_info

Files changed:
D setup.cfg
gforcada added a commit to plone/buildout.coredev that referenced this pull request Sep 13, 2015
Branch: refs/heads/master
Date: 2015-09-12T16:28:05+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.alterego@14f5e70

Remove egg_info

See plone/plone.registry#4

Files changed:
D setup.cfg
Repository: plone.alterego
Branch: refs/heads/master
Date: 2015-09-13T22:28:51+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.alterego@70216e9

Merge pull request #1 from plone/gforcada-patch-1

Remove egg_info

Files changed:
D setup.cfg
gforcada added a commit to plone/buildout.coredev that referenced this pull request Sep 13, 2015
Branch: refs/heads/master
Date: 2015-09-12T16:28:05+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.alterego@14f5e70

Remove egg_info

See plone/plone.registry#4

Files changed:
D setup.cfg
Repository: plone.alterego
Branch: refs/heads/master
Date: 2015-09-13T22:28:51+02:00
Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org>
Commit: plone/plone.alterego@70216e9

Merge pull request #1 from plone/gforcada-patch-1

Remove egg_info

Files changed:
D setup.cfg
gforcada added a commit that referenced this pull request Sep 13, 2015
@gforcada gforcada merged commit b102598 into master Sep 13, 2015
@gforcada gforcada deleted the remove-egg-info branch September 13, 2015 20:29
@mauritsvanrees
Copy link
Member

Ouch. Those should be removed indeed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants