Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Migrating to Codeberg because of GitHub forceful promotion of FIDO.
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH committed Oct 8, 2023
1 parent bf844dc commit 6488c0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ unpin.py [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unlicen
[![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH-tools/unpin.py.svg)](https://libraries.io/github/KOLANICH-tools/unpin.py)
[![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://github.com/KOLANICH-tools/antiflash.py)

**We have moved to https://codeberg.org/KOLANICH-tools/unpin.py, grab new versions there.**

Under the disguise of "better security" Micro$oft-owned GitHub has [discriminated users of 1FA passwords](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) while having commercial interest in succeeding of [FIDO 1FA specifications](https://fidoalliance.org/specifications/download/) and [Windows Hello implementation](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422) which [it promotes as a replacement for passwords](https://github.blog/2023-07-12-introducing-passwordless-authentication-on-github-com/). It will result in dire consequencies and is competely inacceptable, [read why](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is [the list of alternatives and rationales to do it](https://github.com/orgs/community/discussions/49869). If they delete the discussion, there are certain well-known places where you can get a copy of it. [Read why you should also leave GitHub](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).

A tool to remove harmful versions pinnings from prebuilt wheels.

ToDo: **Currently `libzip` is used for updating files witin the archive. It doesn't allow rewriting files in archives without creating a copy of the archive. [It is considered contradicting `libzip` goals by its authors.](https://github.com/nih-at/libzip/issues/304)**. We need a lib allowing to do that.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ dependencies = [
]
[project.optional-dependencies]
wheel = [
"libzip", # @ git+https://github.com/KOLANICH-libs/libzip.py.git
"libzip", # @ git+https://codeberg.org/KOLANICH-libs/libzip.py.git
]

[project.scripts]
unpin = "unpin.__main__:main"

[project.urls]
Homepage = "https://github.com/KOLANICH-tools/unpin.py"
Homepage = "https://codeberg.org/KOLANICH-tools/unpin.py"

[tool.setuptools]
zip-safe = true
Expand Down
4 changes: 4 additions & 0 deletions unpin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

# pylint:disable=too-few-public-methods

from warnings import warn

warn("We have moved from M$ GitHub to https://codeberg.org/KOLANICH-tools/unpin.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .")


class ParsedAST:
__slots__ = ("ast", "pp")
Expand Down

0 comments on commit 6488c0a

Please sign in to comment.