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 2021-07-30 23:22:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rosetta (Old)
and /work/SRC/openSUSE:Factory/.python-django-rosetta.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rosetta"
Fri Jul 30 23:22:18 2021 rev:2 rq:909379 version:0.9.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-rosetta/python-django-rosetta.changes
2020-04-14 16:30:05.412049399 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-rosetta.new.1899/python-django-rosetta.changes
2021-07-30 23:22:46.755596693 +0200
@@ -1,0 +2,5 @@
+Fri Jul 23 09:25:23 UTC 2021 - John Vandenberg <[email protected]>
+
+- Update to v0.9.6
+
+-------------------------------------------------------------------
Old:
----
django-rosetta-0.9.4.tar.gz
New:
----
django-rosetta-0.9.6.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rosetta.spec ++++++
--- /var/tmp/diff_new_pack.e6SJRA/_old 2021-07-30 23:22:47.215596187 +0200
+++ /var/tmp/diff_new_pack.e6SJRA/_new 2021-07-30 23:22:47.219596183 +0200
@@ -17,16 +17,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-rosetta
-Version: 0.9.4
+Version: 0.9.6
Release: 0
Summary: Django application that eases the translation of Django
projects
License: MIT
URL: https://github.com/mbi/django-rosetta
-Source:
https://files.pythonhosted.org/packages/source/d/django-rosetta/django-rosetta-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/django-rosetta/django-rosetta-%{version}.zip
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildRequires: unzip
Requires: python-Django >= 1.11
Requires: python-polib >= 1.1.0
Requires: python-requests >= 2.1.0
@@ -40,6 +42,7 @@
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
@@ -62,7 +65,7 @@
%check
cd testproject
%{_sbindir}/memcached &
-%python_exec -Wd manage.py test rosetta
+%python_exec -Wd manage.py test -v2 rosetta
%files %{python_files}
%doc README.rst