Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-repoze.lru for 
openSUSE:Factory checked in at 2026-08-09 21:32:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-repoze.lru (Old)
 and      /work/SRC/openSUSE:Factory/.python-repoze.lru.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-repoze.lru"

Sun Aug  9 21:32:43 2026 rev:13 rq:1370121 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-repoze.lru/python-repoze.lru.changes      
2025-06-11 18:35:03.568445115 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-repoze.lru.new.16738/python-repoze.lru.changes
   2026-08-09 21:33:47.567015827 +0200
@@ -1,0 +2,17 @@
+Tue May 19 21:12:24 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.8:
+  * Publish releases to PyPI via Github workflow.
+  * Add Github workflow for unit tests / coverage.
+  * Drop pkg_resources namespace support.
+  * Move package metadata to pyproject.toml.
+  * Move to src/ layout, with tests/unit/ at top level.
+  * Add support for Python 3.10, 3.11, 3.12, 3.13, 3.14.
+  * Drop support for Python < 3.10.
+  * Replace nosetests with pytest, and convert tests to use
+    pytest patterns (fixtures, assert) vs. unittest.TestCase
+    patterns.
+  * Lint code, patterns using ruff check / ruff format --check.
+  * Lint packaging using check-mainifest / build /  twine.
+
+-------------------------------------------------------------------

Old:
----
  repoze.lru-0.7.tar.gz

New:
----
  repoze_lru-0.8.tar.gz

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

Other differences:
------------------
++++++ python-repoze.lru.spec ++++++
--- /var/tmp/diff_new_pack.9qJc1M/_old  2026-08-09 21:33:48.359042843 +0200
+++ /var/tmp/diff_new_pack.9qJc1M/_new  2026-08-09 21:33:48.363042980 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-repoze.lru
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-repoze.lru
-Version:        0.7
+Version:        0.8
 Release:        0
 Summary:        A tiny LRU cache implementation and decorator
 License:        SUSE-Repoze
 Group:          Development/Languages/Python
 URL:            http://www.repoze.org
-Source:         
https://files.pythonhosted.org/packages/source/r/repoze.lru/repoze.lru-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/r/repoze.lru/repoze_lru-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
@@ -39,7 +41,7 @@
 Python 2.6, Python 2.7, and Python 3.2.
 
 %prep
-%setup -q -n repoze.lru-%{version}
+%setup -q -n repoze_lru-%{version}
 
 %build
 %pyproject_wheel
@@ -47,10 +49,12 @@
 %install
 %pyproject_install
 
+%check
+%pytest -k "not (test_decorator_expiry or 
test_expiring_lru_cache_w_different_timeouts)"
+
 %files %{python_files}
 %license LICENSE.txt
 %dir %{python_sitelib}/repoze
 %{python_sitelib}/repoze/lru
 %{python_sitelib}/repoze[._]lru-%{version}*-info
-%{python_sitelib}/repoze[._]lru-%{version}*nspkg.pth
 

Reply via email to