wwuck

Results 34 issues of wwuck

It looks like there is finally a standard supported way to get the package dependencies/requirements via PEP517. https://github.com/pypa/build/issues/181 From the end of the discussion on that issue, something like this...

It would be nice to have a linting check for pre-release requirements versions. This would be useful in a CI scenario to ensure that a pull request from a feature...

enhancement

This is a feature request to support generating ECDSA certificates with Let's Encrypt. [Support for EC certificates](https://community.letsencrypt.org/t/elliptic-curve-cryptography-ecc-support/34/140) was enabled on Let's Encrypt servers back in February.

Go before 1.17 has a high rated CVE. Can we please get grpcurl updated to run on Go 1.17? https://nvd.nist.gov/vuln/detail/CVE-2021-29923

https://github.com/predictive-analytics-lab/data-science-types/ data-science-types has archived the github repository and stopped development due to types added into the upstream packages.

- [x] This is a bug report - [ ] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior I am...

This migrates from deprecated `pkg_resources` to the stdlib `importlib.metadata`. Python version is also updated to minimum 3.7 as 3.6 is now EOL. I'm not sure why flake8 version in poetry.lock...

Is there any interest in switching the pkg_resources dependency to the stdlib importlib.mtetadata? This would allow removing the dependency on setuptools. Since this is only available on python3.8+ it would...

Bintray downloads have been migrated to Github releases. - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your master branch! - [x] Ensure that...

I looked at Issue #45 where it's mentioned why .pyc files are bundled in with the .deb package. I ran into a case where I was installing an updated version...