Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-rosetta for 
openSUSE:Factory checked in at 2022-11-29 10:53:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rosetta (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-rosetta.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-rosetta"

Tue Nov 29 10:53:45 2022 rev:4 rq:1038669 version:0.9.8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-rosetta/python-django-rosetta.changes  
    2021-12-26 13:30:51.270973934 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-rosetta.new.1597/python-django-rosetta.changes
    2022-11-29 10:54:13.645074463 +0100
@@ -1,0 +2,8 @@
+Mon Nov 28 12:10:58 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Remove python_module macro definition
+- More specific python_sitelib in %files
+- Remove python-six dependency
+- Fix path to memcached in %check
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-django-rosetta.spec ++++++
--- /var/tmp/diff_new_pack.2AjoUa/_old  2022-11-29 10:54:15.209082679 +0100
+++ /var/tmp/diff_new_pack.2AjoUa/_new  2022-11-29 10:54:15.217082722 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-rosetta
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-django-rosetta
 Version:        0.9.8
@@ -32,17 +31,15 @@
 Requires:       python-Django >= 1.11
 Requires:       python-polib >= 1.1.0
 Requires:       python-requests >= 2.1.0
-Requires:       python-six >= 1.2.0
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Django >= 1.11}
 BuildRequires:  %{python_module polib >= 1.1.0}
+BuildRequires:  %{python_module pymemcache}
 BuildRequires:  %{python_module pytest-django}
 BuildRequires:  %{python_module python-memcached}
 BuildRequires:  %{python_module requests >= 2.1.0}
-BuildRequires:  %{python_module six >= 1.2.0}
 BuildRequires:  %{python_module vcrpy}
-BuildRequires:  %{python_module pymemcache}
 BuildRequires:  memcached
 # /SECTION
 %python_subpackages
@@ -64,12 +61,13 @@
 
 %check
 cd testproject
-%{_sbindir}/memcached &
+%{_bindir}/memcached &
 %python_exec -Wd manage.py test -v2 rosetta
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*rosetta*/
+%{python_sitelib}/rosetta
+%{python_sitelib}/django_rosetta-%{version}*-info
 
 %changelog

Reply via email to