commit python-swapper for openSUSE:Factory

2020-01-24 Thread root
Hello community,

here is the log from the commit of package python-swapper for openSUSE:Factory 
checked in at 2020-01-24 13:09:55

Comparing /work/SRC/openSUSE:Factory/python-swapper (Old)
 and  /work/SRC/openSUSE:Factory/.python-swapper.new.26092 (New)


Package is "python-swapper"

Fri Jan 24 13:09:55 2020 rev:3 rq:75 version:1.1.2.post1

Changes:

--- /work/SRC/openSUSE:Factory/python-swapper/python-swapper.changes
2019-08-05 10:37:12.707328619 +0200
+++ /work/SRC/openSUSE:Factory/.python-swapper.new.26092/python-swapper.changes 
2020-01-24 13:11:53.977450820 +0100
@@ -1,0 +2,6 @@
+Thu Jan 23 08:46:32 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.1.2.post1:
+  * Fix working with newer djangos
+
+---

Old:

  swapper-1.1.1.tar.gz

New:

  swapper-1.1.2.post1.tar.gz



Other differences:
--
++ python-swapper.spec ++
--- /var/tmp/diff_new_pack.DFRE7W/_old  2020-01-24 13:11:55.829451563 +0100
+++ /var/tmp/diff_new_pack.DFRE7W/_new  2020-01-24 13:11:55.833451565 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-swapper
 #
-# 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,19 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-swapper
-Version:1.1.1
+Version:1.1.2.post1
 Release:0
 Summary:The unofficial Django swappable models API
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/wq/django-swappable-models
 Source: 
https://files.pythonhosted.org/packages/source/s/swapper/swapper-%{version}.tar.gz
-BuildRequires:  %{python_module Django1 >= 1.6}
+BuildRequires:  %{python_module Django >= 1.6}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-Django1 >= 1.6
+Requires:   python-Django >= 1.6
 BuildArch:  noarch
 %python_subpackages
 




commit python-swapper for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package python-swapper for openSUSE:Factory 
checked in at 2019-08-05 10:37:08

Comparing /work/SRC/openSUSE:Factory/python-swapper (Old)
 and  /work/SRC/openSUSE:Factory/.python-swapper.new.4126 (New)


Package is "python-swapper"

Mon Aug  5 10:37:08 2019 rev:2 rq:720178 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-swapper/python-swapper.changes
2019-07-04 15:42:38.302049857 +0200
+++ /work/SRC/openSUSE:Factory/.python-swapper.new.4126/python-swapper.changes  
2019-08-05 10:37:12.707328619 +0200
@@ -1,0 +2,7 @@
+Thu Aug  1 11:05:09 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.1.1:
+  * Verify Django 2 support in tests (#17 via @gasman).
+  * Test on Python 3.7 and drop Python 2.6 and 3.3.
+
+---

Old:

  swapper-1.1.0.tar.gz

New:

  swapper-1.1.1.tar.gz



Other differences:
--
++ python-swapper.spec ++
--- /var/tmp/diff_new_pack.BayB5q/_old  2019-08-05 10:37:14.443328408 +0200
+++ /var/tmp/diff_new_pack.BayB5q/_new  2019-08-05 10:37:14.475328404 +0200
@@ -18,14 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-swapper
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:The unofficial Django swappable models API
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/wq/django-swappable-models
-Source: 
https://github.com/wq/django-swappable-models/archive/v%{version}.tar.gz#/swapper-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/s/swapper/swapper-%{version}.tar.gz
 BuildRequires:  %{python_module Django1 >= 1.6}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -39,7 +40,7 @@
 implementing arbitrary swappable models in your own reusable apps.
 
 %prep
-%setup -q -n django-swappable-models-%{version}
+%setup -q -n swapper-%{version}
 
 %build
 %python_build

++ swapper-1.1.0.tar.gz -> swapper-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-swappable-models-1.1.0/.travis.yml 
new/swapper-1.1.1/.travis.yml
--- old/django-swappable-models-1.1.0/.travis.yml   2017-05-11 
04:00:30.0 +0200
+++ new/swapper-1.1.1/.travis.yml   2019-07-23 04:57:18.0 +0200
@@ -1,11 +1,12 @@
-sudo: false
 language: python
+dist: xenial
 python:
- - "2.6"
  - "2.7"
- - "3.3"
  - "3.4"
  - "3.5"
  - "3.6"
-install: pip install tox-travis flake8
+ - "3.7"
+install:
+ - pip install tox-travis
+ - pip install flake8
 script: tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-swappable-models-1.1.0/PKG-INFO 
new/swapper-1.1.1/PKG-INFO
--- old/django-swappable-models-1.1.0/PKG-INFO  1970-01-01 01:00:00.0 
+0100
+++ new/swapper-1.1.1/PKG-INFO  2019-07-23 04:57:51.0 +0200
@@ -0,0 +1,239 @@
+Metadata-Version: 2.1
+Name: swapper
+Version: 1.1.1
+Summary: The unofficial Django swappable models API.
+Home-page: https://github.com/wq/django-swappable-models
+Author: S. Andrew Sheppard
+Author-email: and...@wq.io
+License: MIT
+Description: Swapper
+===
+
+ Django Swappable Models - No longer only for auth.User!
+
+Swapper is an unofficial API for the [undocumented] but very powerful 
Django 
+feature: swappable models.  Swapper facilitates implementing
+arbitrary swappable models in your own reusable apps.
+
+[![Latest PyPI 
Release](https://img.shields.io/pypi/v/swapper.svg)](https://pypi.org/project/swapper)
+[![Release 
Notes](https://img.shields.io/github/release/wq/django-swappable-models.svg
+)](https://github.com/wq/django-swappable-models/releases)
+
[![License](https://img.shields.io/pypi/l/swapper.svg)](https://github.com/wq/django-swappable-models/blob/master/LICENSE)
+[![GitHub 
Stars](https://img.shields.io/github/stars/wq/django-swappable-models.svg)](https://github.com/wq/django-swappable-models/stargazers)
+[![GitHub 
Forks](https://img.shields.io/github/forks/wq/django-swappable-models.svg)](https://github.com/wq/django-swappable-models/network)
+[![GitHub 
Issues](https://img.shields.io/github/issues/wq/django-swappable-models.svg)](https://github.com/wq/django-swappable-models/issues)
+
+[![Travis Build 
Status](https://img.shields.io/travis/wq/django-swappable-models.svg)](https://travis-ci.org/wq/django-swappable-models)
+[![Python