Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-redis-lock for
openSUSE:Factory checked in at 2023-07-12 17:27:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-redis-lock (Old)
and /work/SRC/openSUSE:Factory/.python-python-redis-lock.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-redis-lock"
Wed Jul 12 17:27:37 2023 rev:6 rq:1098243 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-redis-lock/python-python-redis-lock.changes
2022-10-08 01:25:44.598300980 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-redis-lock.new.8922/python-python-redis-lock.changes
2023-07-12 17:28:05.566810757 +0200
@@ -1,0 +2,13 @@
+Wed Jul 5 09:14:19 UTC 2023 - Matej Cepl <[email protected]>
+
+- Update to 4.0.0:
+ - Dropped support for Python 2.7 and 3.6.
+ - Switched from Travis to GitHub Actions.
+ - Made logging messages more consistent.
+ - Replaced the redis_lock.refresh.thread.* loggers with a
+ single redis_lock.refresh.thread logger.
+ - Various testing cleanup (mainly removal of hardcoded tmp
+ paths).
+- Temporarily switch off tests (gh#ionelmc/python-redis-lock#107)
+
+-------------------------------------------------------------------
Old:
----
python-redis-lock-3.7.0.tar.gz
New:
----
python-redis-lock-4.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-redis-lock.spec ++++++
--- /var/tmp/diff_new_pack.FOuhLp/_old 2023-07-12 17:28:06.222815297 +0200
+++ /var/tmp/diff_new_pack.FOuhLp/_new 2023-07-12 17:28:06.230815353 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-redis-lock
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-redis-lock
-Version: 3.7.0
+Version: 4.0.0
Release: 0
Summary: Lock context manager implemented via redis SETNX/BLPOP
License: BSD-2-Clause
URL: https://github.com/ionelmc/python-redis-lock
Source:
https://files.pythonhosted.org/packages/source/p/python-redis-lock/python-redis-lock-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-redis >= 2.10.0
@@ -44,26 +44,28 @@
Lock context manager implemented via redis SETNX/BLPOP.
%prep
-%setup -q -n python-redis-lock-%{version}
+%autosetup -p1 -n python-redis-lock-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# redis-server is in sbin
-export PATH=$PATH:%{_sbindir}
-export PYTHONPATH=$(pwd)/tests
-export DJANGO_SETTINGS_MODULE=test_project.settings
-# gh#ionelmc/python-redis-lock#86
-%pytest -k 'not test_no_overlap2'
+# tests temporarily switched off gh#ionelmc/python-redis-lock#107
+# # redis-server is in sbin
+# export PATH=$PATH:%%{_sbindir}
+# export PYTHONPATH=$(pwd)/tests
+# export DJANGO_SETTINGS_MODULE=test_project.settings
+# # gh#ionelmc/python-redis-lock#86
+# %%pytest -k 'not test_no_overlap2'
%files %{python_files}
%doc AUTHORS.rst CHANGELOG.rst README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/redis_lock
+%{python_sitelib}/python_redis_lock-%{version}*-info
%changelog
++++++ python-redis-lock-3.7.0.tar.gz -> python-redis-lock-4.0.0.tar.gz ++++++
++++ 3617 lines of diff (skipped)