commit python-django-nine for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package python-django-nine for 
openSUSE:Factory checked in at 2020-01-13 22:22:29

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


Package is "python-django-nine"

Mon Jan 13 22:22:29 2020 rev:3 rq:764006 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-django-nine/python-django-nine.changes
2019-05-22 15:42:06.850427035 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-nine.new.6675/python-django-nine.changes
  2020-01-13 22:22:30.978545835 +0100
@@ -1,0 +2,6 @@
+Mon Jan 13 14:11:27 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.2.3:
+  * Added more Django versions.
+
+---

Old:

  django-nine-0.2.2.tar.gz

New:

  django-nine-0.2.3.tar.gz



Other differences:
--
++ python-django-nine.spec ++
--- /var/tmp/diff_new_pack.S2k5kQ/_old  2020-01-13 22:22:32.146546377 +0100
+++ /var/tmp/diff_new_pack.S2k5kQ/_new  2020-01-13 22:22:32.178546391 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-nine
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,11 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-nine
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Compatibility library for Django
 License:GPL-2.0-only OR LGPL-2.1-or-later
-Group:  Development/Languages/Python
-Url:https://github.com/barseghyanartur/django-nine/
+URL:https://github.com/barseghyanartur/django-nine/
 Source: 
https://files.pythonhosted.org/packages/source/d/django-nine/django-nine-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros

++ django-nine-0.2.2.tar.gz -> django-nine-0.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-nine-0.2.2/CHANGELOG.rst 
new/django-nine-0.2.3/CHANGELOG.rst
--- old/django-nine-0.2.2/CHANGELOG.rst 2019-05-19 19:15:10.0 +0200
+++ new/django-nine-0.2.3/CHANGELOG.rst 2020-01-11 02:48:26.0 +0100
@@ -15,8 +15,14 @@
   0.3.2 to 0.4).
 - All backwards incompatible changes are mentioned in this document.
 
+0.2.3
+-
+2020-01-11
+
+- Added more Django versions.
+
 0.2.2

+-
 2019-05-18
 
 - Bring back the `user` compatibility module. However, it's deprecated and
@@ -24,7 +30,7 @@
 - Show deprecation warnings.
 
 0.2.1

+-
 2019-05-18
 
 - Fixes in backwards compatibility.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-nine-0.2.2/PKG-INFO 
new/django-nine-0.2.3/PKG-INFO
--- old/django-nine-0.2.2/PKG-INFO  2019-05-19 19:16:50.0 +0200
+++ new/django-nine-0.2.3/PKG-INFO  2020-01-11 02:56:12.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-nine
-Version: 0.2.2
+Version: 0.2.3
 Summary: Version checking library.
 Home-page: https://github.com/barseghyanartur/django-nine/
 Author: Artur Barseghyan
@@ -15,6 +15,10 @@
:target: https://pypi.python.org/pypi/django-nine
:alt: PyPI Version
 
+.. image:: https://img.shields.io/pypi/pyversions/django-nine.svg
+:target: https://pypi.python.org/pypi/django-nine/
+:alt: Supported Python versions
+
 .. image:: 
https://img.shields.io/travis/barseghyanartur/django-nine/master.svg
:target: http://travis-ci.org/barseghyanartur/django-nine
:alt: Build Status
@@ -23,10 +27,19 @@
:target: https://github.com/barseghyanartur/django-nine/#License
:alt: GPL-2.0-only OR LGPL-2.1-or-later
 
+.. image:: 
https://coveralls.io/repos/github/barseghyanartur/django-nine/badge.svg?branch=master
+:target: 
https://coveralls.io/github/barseghyanartur/django-nine?branch=master
+:alt: Coverage
+
 Prerequisites
 =
-- Python 2.6, 2.7, 3.4, 3.5, 3.6 and 3.7.
-- Django 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2.
+- Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8.
+- Django 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0.
+
+Documentation
+=
+Documentation is available on `Read the Docs
+`_.
 
 

commit python-django-nine for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-django-nine for 
openSUSE:Factory checked in at 2019-05-22 15:41:19

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


Package is "python-django-nine"

Wed May 22 15:41:19 2019 rev:2 rq:704708 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-django-nine/python-django-nine.changes
2019-05-22 11:03:49.646612957 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-nine.new.5148/python-django-nine.changes
  2019-05-22 15:42:06.850427035 +0200
@@ -1,0 +2,19 @@
+Wed May 22 10:47:49 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.2.2:
+  * Fixes in backwards compatibility
+  * Bring back the user compatibility module. However, it's deprecated and
+will be removed in version 0.3
+  * Show deprecation warnings
+
+---
+Fri May 17 10:34:46 UTC 2019 - John Vandenberg 
+
+- Removed Conflicts with python-nine
+- Update to v0.2
+  * Drop Python 2.6 support.
+  * Change namespace from `nine` to `django_nine`.
+  * Removed `user` compatibility module.
+  * Add travis.
+
+---

Old:

  django-nine-0.1.13.tar.gz

New:

  django-nine-0.2.2.tar.gz



Other differences:
--
++ python-django-nine.spec ++
--- /var/tmp/diff_new_pack.ZGylVV/_old  2019-05-22 15:42:08.134427029 +0200
+++ /var/tmp/diff_new_pack.ZGylVV/_new  2019-05-22 15:42:08.134427029 +0200
@@ -12,26 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-nine
-Version:0.1.13
+Version:0.2.2
 Release:0
-License:GPL-2.0 or LGPL-2.1-or-later
 Summary:Compatibility library for Django
-Url:https://github.com/barseghyanartur/django-nine/
+License:GPL-2.0-only OR LGPL-2.1-or-later
 Group:  Development/Languages/Python
+Url:https://github.com/barseghyanartur/django-nine/
 Source: 
https://files.pythonhosted.org/packages/source/d/django-nine/django-nine-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-django}
-# https://github.com/barseghyanartur/django-nine/issues/2
-Conflicts:  python-nine
 # /SECTION
 BuildRequires:  fdupes
 BuildArch:  noarch
@@ -39,23 +38,26 @@
 %python_subpackages
 
 %description
-Compatibility library for Django.
+Version checking library for Django.
 
 %prep
 %setup -q -n django-nine-%{version}
 chmod a-x LICENSE_* CHANGELOG.rst README.rst
 
+# Remove backwards compatibility layer
+rm src/nine/__init__.py
+
 %build
 %python_build
 
 %install
 %python_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/nine/tests/
+%{python_expand rm -r %{buildroot}%{$python_sitelib}/django_nine/tests/
 %fdupes %{buildroot}%{$python_sitelib}
 }
 
 %check
-%pytest src/nine/tests/
+%pytest src/django_nine/tests/
 
 %files %{python_files}
 %doc CHANGELOG.rst README.rst

++ django-nine-0.1.13.tar.gz -> django-nine-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-nine-0.1.13/CHANGELOG.rst 
new/django-nine-0.2.2/CHANGELOG.rst
--- old/django-nine-0.1.13/CHANGELOG.rst2017-05-16 22:25:32.0 
+0200
+++ new/django-nine-0.2.2/CHANGELOG.rst 2019-05-19 19:15:10.0 +0200
@@ -15,6 +15,34 @@
   0.3.2 to 0.4).
 - All backwards incompatible changes are mentioned in this document.
 
+0.2.2
+---
+2019-05-18
+
+- Bring back the `user` compatibility module. However, it's deprecated and
+  will be removed in version 0.3.
+- Show deprecation warnings.
+
+0.2.1
+---
+2019-05-18
+
+- Fixes in backwards compatibility.
+
+0.2
+---
+2019-05-17
+
+.. note::
+
+This release is still backwards-compatible with previous versions (0.1.x),
+but next versions (0.3.x) would not be.
+
+- Drop Python 2.6 support.
+- Change namespace from `nine` to `django_nine`.
+- Removed `user` compatibility module. Implement your own if you need.
+- Add travis.
+
 0.1.13
 --
 2017-05-16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-nine-0.1.13/LICENSE_GPL2.0.txt