Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.0: tinycss2 module uses webencodings which is no longer maintained #59

Open
kloczek opened this issue Jun 24, 2024 · 2 comments
Open

Comments

@kloczek
Copy link

kloczek commented Jun 24, 2024

Last commit in https://github.com/gsnedders/python-webencodings was+7 years ago.

[tkloczko@pers-jacek tinycss2-1.3.0]$ grep -r webencodings
docs/first_steps.rst:This will also automatically install tinycss2’s only dependency, webencodings_.
docs/first_steps.rst:tinycss2 and webencodings both only contain Python code and should work on any
docs/first_steps.rst:.. _webencodings: https://pythonhosted.org/webencodings/
docs/conf.py:    'webencodings': ('https://pythonhosted.org/webencodings/', None),
tests/test_tinycss2.py:from webencodings import Encoding, lookup
tinycss2/bytes.py:from webencodings import UTF8, decode, lookup
tinycss2/bytes.py:    :type environment_encoding: :class:`webencodings.Encoding`
tinycss2/bytes.py:        :class:`webencodings.Encoding` object that was used.
tinycss2/bytes.py:    :type environment_encoding: :class:`webencodings.Encoding`
tinycss2/bytes.py:        * ``encoding`` is the :class:`webencodings.Encoding` object
tinycss2/tokenizer.py:from webencodings import ascii_lower
tinycss2/ast.py:from webencodings import ascii_lower
tinycss2/ast.py:        see :func:`~webencodings.ascii_lower`.
tinycss2/ast.py:        see :func:`~webencodings.ascii_lower`.
tinycss2/ast.py:        see :func:`~webencodings.ascii_lower`.
tinycss2/ast.py:        see :func:`~webencodings.ascii_lower`.
tinycss2/ast.py:        see :func:`~webencodings.ascii_lower`.
tinycss2/ast.py:        see :func:`~webencodings.ascii_lower`.
grep: tinycss2/__pycache__/bytes.cpython-310.pyc: binary file matches
pyproject.toml:dependencies = ['webencodings >=0.4']
@liZe
Copy link
Member

liZe commented Jun 24, 2024

Hi!

Thanks for the report. We’ll get in touch with the maintainer to know if we could maintain the package. Code shouldn’t change much, but we can at least close the open issues and PRs, and release a new version on PyPI.

@liZe
Copy link
Member

liZe commented Jul 2, 2024

We tried to contact the maintainer, but she didn’t answer yet. We’ll try other channels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants