Jordan Cook
Jordan Cook
Update: I was originally planning on another minor release (0.10), but since I'm getting fairly close to finishing all the features outlined above, this will turn into 1.0 instead. I...
@ssbarnea Funny you should mention that, I was was just discussing with reclosedev about transferring this to an org. We were planning to just create a new one. Transfering to...
From: https://www.python.org/psf/github: > Repositories may be transferred to the @psf organization under the following criteria: > * The repository is relevant to the Python ecosystem at large and has broad...
I see. The purpose of Code Shelter is actually fairly similar to jazzband and the other orgs you listed, but not language- or framework-specific, and spans both GitHub and GitLab....
A beta release is now available on PyPI (`1.0.0b0`). It's possible that a couple more backend-specific changes may still be added, but otherwise I think it's fairly feature-complete at this...
I think this would take quite a bit more work to implement than just updating the timestamp. It's certainly possible, though, if someone wants to submit a PR for this....
This one is a bit trickier due to some issues with upstream dependencies on conda-forge (namely [cattrs and exceptiongroup](https://github.com/conda-forge/cattrs-feedstock/pull/19)). I'll see what I can do. One way or another, the...
requests-cache v0.9.5 is now on conda-forge. The `attrs` requirement now matches what's on PyPI, but `cattrs` and `exceptiongroup` do not, so `pip check` will still complain about this.
> but I want to double check with you that there is no known functional reason why one or the other needs to be constrained. Correct. The lower constraints are...
Done! v0.9.6 is now out on both PyPI and Conda-Forge, and the version constraints are consistent again.