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 7, 2023
1 parent bf844dc commit 6703331
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ 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)

**Fuck Micro$oft GitHub [mandatory 2FA](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) in order to promote FIDO2 1FA (which impl Windows Hello is). We have moved to https://codeberg.org/KOLANICH-tools/unpin.py , grab new versions there.**

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
3 changes: 3 additions & 0 deletions unpin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

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

from warnings import warn
warn("Fuck Micro$oft GitHub mandatory 2FA in order to promote FIDO2 1FA (which impl Windows Hello is). We have moved to https://codeberg.org/KOLANICH-tools/unpin.py , grab new versions there.")


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

0 comments on commit 6703331

Please sign in to comment.