- Update to 0.5.0
* Restructured the code, splitting the single ``protego.py`` file
into multiple modules. The public API remains the same but some
internal names may now be available at different import paths.
* Added type hints and ``py.typed``.
* Added official support for PyPy 3.11.
* Switched the build backend from ``setuptools`` to ``hatchling``.
* Switched from ``setup.py`` to ``pyproject.toml``.
* CI fixes and improvements.
- Update BuildRequires from pyproject.toml
- Update filenames of Python files matched in %files section
- Use Python 3.11 on SLE-15 by default
OBS-URL: https://build.opensuse.org/request/show/1290241
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Protego?expand=0&rev=17
* Dropped support for Python 2.7, 3.5, 3.6, and 3.7, and
added support for 3.11 and for the upcoming 3.12.
* six is no longer a dependency.
* Added support for the ``Visit-Time`` directive.
* Fixed leading asterisks in allow and disallow values not
being properly interpreted.
* Protego.parse() now raises value error when *content*
is not a string.
- drop python-Protego-no-six.patch (upstream)
- - Rename README.md to README.rst in %doc section
- Update to 0.2.1
- Update to 0.2.0
Upgrade Protego version to 0.2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Protego?expand=0&rev=7