Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2022-12-23 10:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Fri Dec 23 10:20:45 2022 rev:95 rq:1044061 version:4.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2022-12-07 17:35:53.996846286 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new.1563/python-Django.changes    
2022-12-23 10:20:49.559248677 +0100
@@ -1,0 +2,7 @@
+Wed Dec 21 09:39:56 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Recommends python-pymemcache instead of the deprecated
+  python-python-memcached. This is the module used in Django since 3.2
+  https://docs.djangoproject.com/en/3.2/releases/3.2/#pymemcache-support
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.DcTLXx/_old  2022-12-23 10:20:50.603254644 +0100
+++ /var/tmp/diff_new_pack.DcTLXx/_new  2022-12-23 10:20:50.611254690 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %define skip_python36 1
 # Selenium and memcached are not operational
@@ -69,7 +68,7 @@
 Recommends:     python-PyYAML
 Recommends:     python-geoip2
 Recommends:     python-pylibmc
-Recommends:     python-python-memcached >= 1.59
+Recommends:     python-pymemcache
 Provides:       python-django = %{version}
 Obsoletes:      python-django < %{version}
 Provides:       python-South = %{version}
@@ -77,7 +76,7 @@
 BuildArch:      noarch
 %if %{with memcached}
 BuildRequires:  %{python_module pylibmc}
-BuildRequires:  %{python_module python-memcached >= 1.59}
+BuildRequires:  %{python_module pymemcache}
 %endif
 %if %{with selenium}
 # python-selenium is supported only on the Intel architecture.
@@ -104,8 +103,7 @@
 echo "`grep -e '^[0-9a-f]\{40\}  Django-%{version}.tar.gz' %{SOURCE1} | cut 
-c1-40`  %{SOURCE0}" | sha1sum -c
 echo "`grep -e '^[0-9a-f]\{64\}  Django-%{version}.tar.gz' %{SOURCE1} | cut 
-c1-64`  %{SOURCE0}" | sha256sum -c
 
-%setup -q -n Django-%{version}
-%autopatch -p1
+%autosetup -p1 -n Django-%{version}
 
 %build
 %python_build

Reply via email to