Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Durus for openSUSE:Factory 
checked in at 2021-10-28 18:31:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Durus (Old)
 and      /work/SRC/openSUSE:Factory/.python-Durus.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Durus"

Thu Oct 28 18:31:22 2021 rev:11 rq:927869 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Durus/python-Durus.changes        
2020-09-12 00:08:14.880969297 +0200
+++ /work/SRC/openSUSE:Factory/.python-Durus.new.1890/python-Durus.changes      
2021-10-28 18:31:36.200420737 +0200
@@ -1,0 +2,22 @@
+Thu Oct 28 03:37:51 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update to 4.2:
+  * Use setuptools.
+  * Set zip_safe to False.
+  * Remove reference to DurusWorks.
+  * Use python3 for scripts.
+  * Small optimization for setting _p_* attributes.
+  * Pickler.clear_memo() can get slow.  Work-around that issue.
+  * When finishing FileStorage commit, log file size.
+  * Order pack todo queue by file offset.
+  * Add support for an inherited server socket.
+  * Improve db_to_py3k.py script.
+  * Move scripts to 'bin' directory.
+  * Define separate methods for PersistentSet.
+  * Add --storage-class option to 'durus' command line tool.
+  * Fix suble bug in FileStorage2 packer.
+  * Add create_from_records() method.
+  * Restore DFS20 file storage format.
+- Remove nose from BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  Durus-3.9.tar.gz

New:
----
  Durus-4.2.tar.gz

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

Other differences:
------------------
++++++ python-Durus.spec ++++++
--- /var/tmp/diff_new_pack.2XpLeY/_old  2021-10-28 18:31:36.652421018 +0200
+++ /var/tmp/diff_new_pack.2XpLeY/_new  2021-10-28 18:31:36.656421021 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Durus
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,17 @@
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Durus
-Version:        3.9
+Version:        4.2
 Release:        0
 Summary:        A Python Object Database
 License:        CNRI-Python
 URL:            https://www.mems-exchange.org/software/durus/
 Source:         
https://files.pythonhosted.org/packages/source/D/Durus/Durus-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %ifpython2
 Provides:       %{oldpython}-durus = %{version}
 Obsoletes:      %{oldpython}-durus < %{version}
@@ -42,7 +42,9 @@
 
 %prep
 %setup -q -n Durus-%{version}
-sed -i "1d" {db_renumber,__main__}.py # Fix non-executable scripts
+# Fix non-executable scripts
+sed -i "1d" bin/db_renumber.py
+sed -i "1d" durus/__main__.py
 
 %build
 export CFLAGS="%{optflags}"
@@ -64,7 +66,7 @@
 
 %files %{python_files}
 %license LICENSE.txt
-%doc ACKS.txt CHANGES.txt README.txt doc/FAQ.txt
+%doc ACKS.txt CHANGES.txt README.md doc/FAQ.txt
 %python_alternative %{_bindir}/durus
 %{python_sitearch}/*
 

++++++ Durus-3.9.tar.gz -> Durus-4.2.tar.gz ++++++
++++ 7924 lines of diff (skipped)

Reply via email to