-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
Right. Thanks a lot. Will take a look. |
@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. |
Thanks a lot @bertjwregeer, fixed the tests. |
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? |
Not intentional. Just ran sdist and b_wheel and uploaded. Will review. |
@cguardia there is no |
Hey, I'm just trying to install it without luck... seems like the issue from the locales... |
Sorry for my bad pypi skills. Should install now. |
it seems that the updated sdi/init.py didn't make it to pypi. |
any way that i can contribute to get the install from pypi working |
Apologies for the long delay. I am able to install into a fresh virtualenv (note the need to pin $ 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
|
Due to #301 I noticed that the current master of SubstanceD does not work with Pyramid 1.10.
The text was updated successfully, but these errors were encountered: