commit python-django-parler for openSUSE:Factory

2022-11-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-parler for 
openSUSE:Factory checked in at 2022-11-29 10:53:02

Comparing /work/SRC/openSUSE:Factory/python-django-parler (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-parler.new.1597 (New)


Package is "python-django-parler"

Tue Nov 29 10:53:02 2022 rev:4 rq:1038627 version:2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-parler/python-django-parler.changes
2022-01-08 23:23:50.138242242 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-parler.new.1597/python-django-parler.changes
  2022-11-29 10:53:08.172730528 +0100
@@ -1,0 +2,7 @@
+Mon Nov 28 10:50:11 UTC 2022 - Daniel Garcia 
+
+- Remove python_module macro definition
+- Remove python-six dependency
+- More specific python_sitelib in %files
+
+---



Other differences:
--
++ python-django-parler.spec ++
--- /var/tmp/diff_new_pack.88lpOt/_old  2022-11-29 10:53:08.976734752 +0100
+++ /var/tmp/diff_new_pack.88lpOt/_new  2022-11-29 10:53:09.020734983 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %define skip_python36 1
 Name:   python-django-parler
@@ -31,12 +30,10 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Django
-Requires:   python-six
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module django-polymorphic}
-BuildRequires:  %{python_module six}
 # /SECTION
 %python_subpackages
 
@@ -59,6 +56,7 @@
 %files %{python_files}
 %doc AUTHORS CHANGES.rst README.rst docs/*.rst docs/*/*.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/parler
+%{python_sitelib}/django_parler-%{version}*-info
 
 %changelog


commit python-django-parler for openSUSE:Factory

2022-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-parler for 
openSUSE:Factory checked in at 2022-01-08 23:23:21

Comparing /work/SRC/openSUSE:Factory/python-django-parler (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-parler.new.1892 (New)


Package is "python-django-parler"

Sat Jan  8 23:23:21 2022 rev:3 rq:944648 version:2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-parler/python-django-parler.changes
2021-12-26 13:30:44.338969107 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-parler.new.1892/python-django-parler.changes
  2022-01-08 23:23:50.138242242 +0100
@@ -1,0 +2,5 @@
+Fri Jan  7 03:47:57 UTC 2022 - John Vandenberg 
+
+- Skip Tumbleweed Python 3.6 incompatible with Django 4
+
+---



Other differences:
--
++ python-django-parler.spec ++
--- /var/tmp/diff_new_pack.Aves3p/_old  2022-01-08 23:23:50.658242667 +0100
+++ /var/tmp/diff_new_pack.Aves3p/_new  2022-01-08 23:23:50.662242670 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-parler
 #
-# Copyright (c) 2020 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
@@ -18,6 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+%define skip_python36 1
 Name:   python-django-parler
 Version:2.3
 Release:0


commit python-django-parler for openSUSE:Factory

2021-12-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-parler for 
openSUSE:Factory checked in at 2021-12-26 13:30:27

Comparing /work/SRC/openSUSE:Factory/python-django-parler (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-parler.new.2520 (New)


Package is "python-django-parler"

Sun Dec 26 13:30:27 2021 rev:2 rq:942509 version:2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-parler/python-django-parler.changes
2021-11-08 17:25:33.744747612 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-parler.new.2520/python-django-parler.changes
  2021-12-26 13:30:44.338969107 +0100
@@ -1,0 +2,14 @@
+Sun Dec 26 04:03:06 UTC 2021 - John Vandenberg 
+
+- Remove dj-test-settings.patch merged upstream
+- Update to v2.3
+  * Added Django 4.0 support.
+  * Added M2M field support.
+  * Added PARLER_CACHE_PREFIX for sites that share the same cache.
+- from v2.2.1
+  * Added support for Django 3.2.
+  * Added support for python 3.9.
+  * Dropped support for Python 3.5.
+  * Fixed deprecation warning for providing_args in Django Signals.
+
+---
@@ -10,0 +25,3 @@
+  * Added support for Django 3.1.
+  * Drop support for Python 2.7.
+  * Drop support for Django 1.11, 2.0, 2.1.

Old:

  dj-test-settings.patch
  django-parler-2.2.tar.gz

New:

  django-parler-2.3.tar.gz



Other differences:
--
++ python-django-parler.spec ++
--- /var/tmp/diff_new_pack.XzCoq1/_old  2021-12-26 13:30:45.062969611 +0100
+++ /var/tmp/diff_new_pack.XzCoq1/_new  2021-12-26 13:30:45.070969616 +0100
@@ -19,14 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-django-parler
-Version:2.2
+Version:2.3
 Release:0
 Summary:Simple Django model translations
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/edoburu/django-parler
 Source: 
https://github.com/django-parler/django-parler/archive/v%{version}.tar.gz#/django-parler-%{version}.tar.gz
-Patch0: dj-test-settings.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -41,11 +40,10 @@
 %python_subpackages
 
 %description
-Simple Django model translations without nasty hacks, featuring nice admin 
integration.
+Simple Django model translations without nasty hacks, including admin 
integration.
 
 %prep
 %setup -q -n django-parler-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -55,10 +53,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec runtests.py
+%python_exec runtests.py -v 2
 
 %files %{python_files}
-%doc AUTHORS README.rst
+%doc AUTHORS CHANGES.rst README.rst docs/*.rst docs/*/*.rst
 %license LICENSE
 %{python_sitelib}/*
 

++ django-parler-2.2.tar.gz -> django-parler-2.3.tar.gz ++
 6738 lines of diff (skipped)