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

Substanced doesn't work with Pyramid 1.10 #302

Closed
digitalresistor opened this issue Nov 6, 2018 · 12 comments
Closed

Substanced doesn't work with Pyramid 1.10 #302

digitalresistor opened this issue Nov 6, 2018 · 12 comments

Comments

@digitalresistor
Copy link
Member

digitalresistor commented Nov 6, 2018

Due to #301 I noticed that the current master of SubstanceD does not work with Pyramid 1.10.

@cguardia
Copy link
Member

cguardia commented Nov 6, 2018

Right. Thanks a lot. Will take a look.

@digitalresistor
Copy link
Member Author

@cguardia No worries. Only added this ticket so that it can easily be tracked :-) Was going to take a look later tonight to see how difficult it would be to get tests to pass again.

@cguardia
Copy link
Member

cguardia commented Nov 6, 2018

Thanks a lot @bertjwregeer, fixed the tests.

@cguardia
Copy link
Member

cguardia commented Nov 6, 2018

@cguardia cguardia closed this as completed Nov 6, 2018
@benricon
Copy link
Contributor

benricon commented Nov 7, 2018

Thank you.

When looking in to the sources published at https://pypi.org/project/substanced/1.0/ it seems like the locale folder is omitted in these sources. Is this intentional?

@cguardia
Copy link
Member

cguardia commented Nov 7, 2018

Not intentional. Just ran sdist and b_wheel and uploaded. Will review.

@cguardia cguardia reopened this Nov 7, 2018
@digitalresistor
Copy link
Member Author

@cguardia there is no MANIFEST.in in this project, make sure you have setuptools_git installed when running python setup.py sdist bdist_wheel.

@jordic
Copy link

jordic commented Nov 9, 2018

Hey, I'm just trying to install it without luck... seems like the issue from the locales...

@cguardia
Copy link
Member

cguardia commented Nov 9, 2018

Sorry for my bad pypi skills. Should install now.

@benricon
Copy link
Contributor

it seems that the updated sdi/init.py didn't make it to pypi.

@benricon
Copy link
Contributor

benricon commented May 9, 2019

any way that i can contribute to get the install from pypi working

@tseaver
Copy link
Member

tseaver commented May 3, 2024

Apologies for the long delay. I am able to install into a fresh virtualenv (note the need to pin pyramid<2.0dev):

$ python3.8 -m venv /tmp/sd-302
$ /tmp/sd-302/bin/pip install --upgrade setuptools pip
...
Successfully installed pip-24.0 setuptools-69.5.1
$ /tmp/sd-302/bin/pip install "pyramid<2.0dev" substanced
...
Successfully installed BTrees-5.2 Chameleon-4.4.4 PasteDeploy-3.1.0 PyYAML-6.0.1 ZConfig-4.1 ZEO-6.0.0 ZODB-6.0 cffi-1.16.0 colander-2.0 cryptacular-1.6.2 deform-2.0.15 hupper-1.12.1 hypatia-0.4 importlib-metadata-7.1.0 importlib-resources-6.4.0 iso8601-2.1.0 pbkdf2-1.3 peppercorn-0.6 persistent-5.2 plaster-1.1.2 plaster-pastedeploy-1.0.1 pycparser-2.22 pyramid-1.10.8 pyramid-chameleon-0.3 pyramid-mailer-0.15.1 pyramid-zodbconn-0.8.1 python-magic-0.4.27 pytz-2024.1 repoze.sendmail-4.4.1 statsd-4.0.1 substanced-1.0.post1 transaction-4.0 translationstring-1.4 unidecode-1.3.8 venusian-3.1.0 walkabout-0.10 webob-1.8.7 zc.lockfile-3.0.post1 zdaemon-5.1 zipp-3.18.1 zodbpickle-3.3 zodburi-2.6.0 zope.component-6.0 zope.copy-4.3 zope.deprecation-5.0 zope.event-5.0 zope.hookable-6.0 zope.interface-6.3

@tseaver tseaver closed this as completed May 3, 2024
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

No branches or pull requests

5 participants