Skip Montanaro
2018-03-20 12:56:16 UTC
Where is the correct place to report bugs with package specs? Google
led me here:
https://conda.io/docs/help-support.html
It talks about "conda" and "conda-build", but is silent about packaging.
At the moment, I'm interesting getting a tighter dependency spec in
the hypothesis package on its dependent attrs package:
https://anaconda.org/anaconda/hypothesis
At work, we have attrs 15.2.0 and 17.[234].0 and hypothesis 3.46.0. I
can't import hypothesis when attrs 15.2.0 is installed. If I bump to
17.2.0, it works fine.
I can file a bug with the hypothesis folks, but it's not at all clear
that they maintain the package spec. A quick skim of the github
project didn't reveal a meta.yaml file. The setup.py file is pretty
clear on the version dependency:
install_requires = ['attrs>=16.0.0', 'coverage']
That version dependency was introduced 2018-01-23. According to the
hypothesis/version.py file history, v 3.46.0 (what I have available at
work) was released 2018-02-25, so it appears the attrs version
dependency failed to make the jump from pip to conda.
So, in general, where should I report package metadata bugs?
Thx,
Skip Montanaro
led me here:
https://conda.io/docs/help-support.html
It talks about "conda" and "conda-build", but is silent about packaging.
At the moment, I'm interesting getting a tighter dependency spec in
the hypothesis package on its dependent attrs package:
https://anaconda.org/anaconda/hypothesis
At work, we have attrs 15.2.0 and 17.[234].0 and hypothesis 3.46.0. I
can't import hypothesis when attrs 15.2.0 is installed. If I bump to
17.2.0, it works fine.
I can file a bug with the hypothesis folks, but it's not at all clear
that they maintain the package spec. A quick skim of the github
project didn't reveal a meta.yaml file. The setup.py file is pretty
clear on the version dependency:
install_requires = ['attrs>=16.0.0', 'coverage']
That version dependency was introduced 2018-01-23. According to the
hypothesis/version.py file history, v 3.46.0 (what I have available at
work) was released 2018-02-25, so it appears the attrs version
dependency failed to make the jump from pip to conda.
So, in general, where should I report package metadata bugs?
Thx,
Skip Montanaro
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CANc-5Uy3SVA1YAaTNhj2TPfv7R-OUA0eAgty7zL_ABWaPQBUSw%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CANc-5Uy3SVA1YAaTNhj2TPfv7R-OUA0eAgty7zL_ABWaPQBUSw%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.