Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Protego for openSUSE:Factory 
checked in at 2025-07-06 17:13:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Protego (Old)
 and      /work/SRC/openSUSE:Factory/.python-Protego.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Protego"

Sun Jul  6 17:13:13 2025 rev:8 rq:1290505 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Protego/python-Protego.changes    
2025-04-14 16:08:37.567383798 +0200
+++ /work/SRC/openSUSE:Factory/.python-Protego.new.1903/python-Protego.changes  
2025-07-06 17:17:30.866797845 +0200
@@ -1,0 +2,16 @@
+Thu Jul  3 13:13:11 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@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
+
+-------------------------------------------------------------------

Old:
----
  protego-0.4.0.tar.gz

New:
----
  protego-0.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Protego.spec ++++++
--- /var/tmp/diff_new_pack.N68ZZi/_old  2025-07-06 17:17:31.474822987 +0200
+++ /var/tmp/diff_new_pack.N68ZZi/_new  2025-07-06 17:17:31.478823153 +0200
@@ -16,13 +16,15 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-Protego
-Version:        0.4.0
+Version:        0.5.0
 Release:        0
 Summary:        Pure-Python robotstxt parser with support for modern 
conventions
 License:        BSD-3-Clause
 URL:            https://github.com/scrapy/protego
 Source:         
https://files.pythonhosted.org/packages/source/P/Protego/protego-%{version}.tar.gz
+BuildRequires:  %{python_module hatchling >= 1.27.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -50,7 +52,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/protego.py
-%pycache_only %{python_sitelib}/__pycache__/protego*pyc
+%{python_sitelib}/protego
 %{python_sitelib}/[Pp]rotego-%{version}.dist-info
 

++++++ protego-0.4.0.tar.gz -> protego-0.5.0.tar.gz ++++++
++++ 6819 lines of diff (skipped)

Reply via email to