home.social

#certifi — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #certifi, aggregated by home.social.

fetched live
  1. Zmęczył mnie fakt, że certifi-system-store od lat nie jest rozwijane, a my musimy nakładać na nie ich własne łatki (sami sobie otwarli pull request, i do dziś go nie zaakceptowali) i polegać na hacku z metadanymi `Provides`, których #pip nie obsługuje. Tak więc otwarłem własnego forka, posprzątałem trochę, zastąpiłem skomplikowane hacki — prostszymi, i przełączyłem paczkę #Gentoo na nasz fork.

    W gruncie rzeczy, to ta sama paczka, tyle że nie wymaga ręcznego łatania metadanych, instaluje się po prostu jako "#certifi" i nie wymaga `pkg_resources`. Nie ma jej na PyPI, trzeba instalować prosto z repozytorium — aczkolwiek zakładam, że i tak będą nią głównie zainteresowane dystrybucje, a nie użytkownicy końcowi.

    github.com/projg2/certifi-syst (with fresh v3024.7.22 tag)
    bugs.gentoo.org/936405

    #Python

  2. I've gotten tired of certifi-system-store being unmaintained for years now, with us applying their own patches (as in, unmerged pull-request-to-self) and relying on hacky `Provides` metadata that doesn't really work for #pip. So I've forked the package, cleaned it up, replaced all the fancy hacks with cheap hacks and switched the #Gentoo package to our fork.

    It's roughly the same thing, except that it doesn't require manual patching, installs as plain "#certifi" and doesn't require `pkg_resources`. It's not on PyPI, you have to install straight from the repository — though I suppose the package is mostly useful for distribution packaging and not end users.

    github.com/projg2/certifi-syst (with fresh v3024.7.22 tag)
    bugs.gentoo.org/936405

    #Python