2025-07-03 14:28:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 3 13:13:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2025-04-14 06:10:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 14 06:10:41 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Support both lowercased and unnormalized metadata directory names.
|
|
|
|
|
2025-03-25 03:55:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 25 03:54:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Lowercase metadata directory name.
|
|
|
|
|
2025-01-27 08:51:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 24 14:06:24 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
|
|
|
|
|
|
|
|
- Update to version 0.4.0:
|
|
|
|
* Dropped Python 3.8 support, added official Python 3.13 support.
|
|
|
|
* Added support for //-prefixed URLs.
|
|
|
|
* Improved the rendering of the README.rst code snippets in GitHub.
|
|
|
|
|
2024-04-27 07:54:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 27 07:53:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.3.1:
|
|
|
|
* Added official support for Python 3.12.
|
|
|
|
* ``=`` is no longer percent-encoded in patterns, fixing many
|
|
|
|
scenarios where patterns included query strings.
|
|
|
|
|
2024-01-07 19:51:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 7 19:49:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.3.0:
|
|
|
|
* 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)
|
|
|
|
|
2022-10-17 12:57:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 17 11:32:31 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- added patches
|
|
|
|
fix https://github.com/scrapy/protego/issues/31
|
|
|
|
+ python-Protego-no-six.patch
|
|
|
|
|
2022-08-19 17:37:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 19 16:12:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
2024-01-07 19:51:10 +00:00
|
|
|
- - Rename README.md to README.rst in %doc section
|
2022-08-19 17:37:13 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 16 23:55:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
2024-01-07 19:51:10 +00:00
|
|
|
- Update to 0.2.1
|
2022-08-19 17:37:13 +00:00
|
|
|
* Merge pull request #21 from anubhavp28/fix_readme_content_type_and_travis_deploy_step
|
|
|
|
|
|
|
|
* Fix content type mentioned in setup.py and Travis deploy step
|
|
|
|
|
2024-01-07 19:51:10 +00:00
|
|
|
- Update to 0.2.0
|
|
|
|
Upgrade Protego version to 0.2.0
|
2022-08-19 17:37:13 +00:00
|
|
|
|
2020-01-16 15:34:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 16 14:22:33 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging (v1.0.16)
|