Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pylru for openSUSE:Factory 
checked in at 2026-04-09 16:09:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylru (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylru.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylru"

Thu Apr  9 16:09:32 2026 rev:5 rq:1345303 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylru/python-pylru.changes        
2026-03-31 16:28:20.170042009 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylru.new.21863/python-pylru.changes     
2026-04-09 16:22:35.645205366 +0200
@@ -1,0 +2,8 @@
+Wed Apr  8 22:45:23 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.3.1:
+  * drop python 2 support
+  * convert README to markdown
+  * move to pyproject.toml
+
+-------------------------------------------------------------------

Old:
----
  pylru-1.2.2.tar.gz

New:
----
  pylru-1.3.1.tar.gz

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

Other differences:
------------------
++++++ python-pylru.spec ++++++
--- /var/tmp/diff_new_pack.Eok6HU/_old  2026-04-09 16:22:36.209228509 +0200
+++ /var/tmp/diff_new_pack.Eok6HU/_new  2026-04-09 16:22:36.209228509 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-pylru
-Version:        1.2.2
+Version:        1.3.1
 Release:        0
 Summary:        A least recently used (LRU) cache implementation
 License:        MIT
@@ -33,7 +33,14 @@
 %python_subpackages
 
 %description
-Pylru implements a true LRU cache along with several support classes. The 
cache is efficient and written in pure Python. It works with Python 2.6+ 
including the 3.x series. Basic operations (lookup, insert, delete) all run in 
a constant amount of time. Pylru provides a cache class with a simple dict 
interface. It also provides classes to wrap any object that has a dict 
interface with a cache. Both write-through and write-back semantics are 
supported. Pylru also provides classes to wrap functions in a similar way, 
including a function decorator.
+Pylru implements a true LRU cache along with several support classes. The cache
+is efficient and written in pure Python. It works with Python 2.6+ including
+the 3.x series. Basic operations (lookup, insert, delete) all run in a constant
+amount of time. Pylru provides a cache class with a simple dict interface. It
+also provides classes to wrap any object that has a dict interface with a
+cache. Both write-through and write-back semantics are supported. Pylru also
+provides classes to wrap functions in a similar way, including a function
+decorator.
 
 %prep
 %setup -q -n pylru-%{version}
@@ -50,7 +57,7 @@
 
 %files %{python_files}
 %license LICENSE.txt
-%doc README.rst
+%doc README.md
 %{python_sitelib}/pylru.py
 %pycache_only %{python_sitelib}/__pycache__/pylru*
 %{python_sitelib}/pylru-%{version}*-info

++++++ pylru-1.2.2.tar.gz -> pylru-1.3.1.tar.gz ++++++
++++ 1749 lines of diff (skipped)

Reply via email to