commit python3-django-appconf for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package python3-django-appconf for 
openSUSE:Factory checked in at 2017-03-02 19:40:19

Comparing /work/SRC/openSUSE:Factory/python3-django-appconf (Old)
 and  /work/SRC/openSUSE:Factory/.python3-django-appconf.new (New)


Package is "python3-django-appconf"

Thu Mar  2 19:40:19 2017 rev:6 rq:461169 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-django-appconf/python3-django-appconf.changes
2016-05-25 21:24:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-django-appconf.new/python3-django-appconf.changes
   2017-03-02 19:40:20.282144013 +0100
@@ -1,0 +2,5 @@
+Wed Mar  1 00:35:59 UTC 2017 - toddrme2...@gmail.com
+
+- Change python3-distribute BuildRequires to python3-setuptools
+
+---



Other differences:
--
++ python3-django-appconf.spec ++
--- /var/tmp/diff_new_pack.HZrBt3/_old  2017-03-02 19:40:21.146021772 +0100
+++ /var/tmp/diff_new_pack.HZrBt3/_new  2017-03-02 19:40:21.146021772 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-django-appconf
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-versiontools
 Requires:   python3
 Requires:   python3-six




commit python3-django-appconf for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-django-appconf for 
openSUSE:Factory checked in at 2016-05-25 21:23:50

Comparing /work/SRC/openSUSE:Factory/python3-django-appconf (Old)
 and  /work/SRC/openSUSE:Factory/.python3-django-appconf.new (New)


Package is "python3-django-appconf"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-django-appconf/python3-django-appconf.changes
2015-02-18 12:09:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-django-appconf.new/python3-django-appconf.changes
   2016-05-25 21:24:04.0 +0200
@@ -1,0 +2,19 @@
+Sun May  8 06:59:49 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---
+Thu Apr 21 01:17:28 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.0.2:
+  * Minor fixes to test setup
+  * Update supported Django and Python versions, in line with Django’s
+own supported versions.
+
+---

Old:

  django-appconf-1.0.1.tar.gz

New:

  django-appconf-1.0.2.tar.gz



Other differences:
--
++ python3-django-appconf.spec ++
--- /var/tmp/diff_new_pack.8ZPNvV/_old  2016-05-25 21:24:05.0 +0200
+++ /var/tmp/diff_new_pack.8ZPNvV/_new  2016-05-25 21:24:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-django-appconf
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python3-django-appconf
-Version:1.0.1
+Version:1.0.2
 Release:0
 Url:http://django-appconf.readthedocs.org/
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel

++ django-appconf-1.0.1.tar.gz -> django-appconf-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/.coveragerc 
new/django-appconf-1.0.2/.coveragerc
--- old/django-appconf-1.0.1/.coveragerc2015-02-15 14:20:37.0 
+0100
+++ new/django-appconf-1.0.2/.coveragerc1970-01-01 01:00:00.0 
+0100
@@ -1,6 +0,0 @@
-[run]
-source = appconf
-branch = 1
-
-[report]
-omit = *tests*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/.gitignore 
new/django-appconf-1.0.2/.gitignore
--- old/django-appconf-1.0.1/.gitignore 2015-02-15 14:20:37.0 +0100
+++ new/django-appconf-1.0.2/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-build
-dist
-MANIFEST
-*.pyc
-*.egg-info
-*.egg
-docs/_build/
-.coverage
-.tox/
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/.travis.yml 
new/django-appconf-1.0.2/.travis.yml
--- old/django-appconf-1.0.1/.travis.yml2015-02-15 14:20:37.0 
+0100
+++ new/django-appconf-1.0.2/.travis.yml1970-01-01 01:00:00.0 
+0100
@@ -1,30 +0,0 @@
-language: python
-env:
-  - TOXENV=flake8-py27
-  - TOXENV=flake8-py33
-  - TOXENV=py26-dj14
-  - TOXENV=py27-dj14
-  - TOXENV=py26-dj15
-  - TOXENV=py26-dj16
-  - TOXENV=py27-dj15
-  - TOXENV=py27-dj16
-  - TOXENV=py32-dj15
-  - TOXENV=py32-dj16
-  - TOXENV=py33-dj15
-  - TOXENV=py33-dj16
-  - TOXENV=py27-dj17
-  - TOXENV=py27-dj18
-  - TOXENV=py27-dj19
-  - TOXENV=py32-dj17
-  - TOXENV=py32-dj18
-  - TOXENV=py32-dj19
-  - TOXENV=py33-dj17
-  - TOXENV=py33-dj18
-  - TOXENV=py33-dj19
-  - TOXENV=py34-dj17
-  - TOXENV=py34-dj18
-  - TOXENV=py34-dj19
-install:
-  - pip install tox
-script:
-  - tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/PKG-INFO 
new/django-appconf-1.0.2/PKG-INFO
--- old/django-appconf-1.0.1/PKG-INFO   2015-02-15 14:32:20.0 +0100
+++ new/django-appconf-1.0.2/PKG-INFO   2016-04-19 21:20:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-appconf
-Version: 1.0.1
+Version: 1.0.2
 Summ

commit python3-django-appconf for openSUSE:Factory

2015-02-18 Thread h_root
Hello community,

here is the log from the commit of package python3-django-appconf for 
openSUSE:Factory checked in at 2015-02-18 11:39:57

Comparing /work/SRC/openSUSE:Factory/python3-django-appconf (Old)
 and  /work/SRC/openSUSE:Factory/.python3-django-appconf.new (New)


Package is "python3-django-appconf"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-django-appconf/python3-django-appconf.changes
2013-06-25 18:00:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-django-appconf.new/python3-django-appconf.changes
   2015-02-18 12:09:25.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb 17 19:58:27 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.0.1:
+  * Dropped support of Python 2.5.
+  * Added support for Django 1.7 and 1.8.
+  * Modernized test setup.
+
+---

Old:

  django-appconf-0.6.tar.gz

New:

  django-appconf-1.0.1.tar.gz



Other differences:
--
++ python3-django-appconf.spec ++
--- /var/tmp/diff_new_pack.4qKTSt/_old  2015-02-18 12:09:25.0 +0100
+++ /var/tmp/diff_new_pack.4qKTSt/_new  2015-02-18 12:09:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-django-appconf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-django-appconf
-Version:0.6
+Version:1.0.1
 Release:0
 Url:http://django-appconf.readthedocs.org/
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps

++ django-appconf-0.6.tar.gz -> django-appconf-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/.coveragerc 
new/django-appconf-1.0.1/.coveragerc
--- old/django-appconf-0.6/.coveragerc  1970-01-01 01:00:00.0 +0100
+++ new/django-appconf-1.0.1/.coveragerc2015-02-15 14:20:37.0 
+0100
@@ -0,0 +1,6 @@
+[run]
+source = appconf
+branch = 1
+
+[report]
+omit = *tests*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/.gitignore 
new/django-appconf-1.0.1/.gitignore
--- old/django-appconf-0.6/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/django-appconf-1.0.1/.gitignore 2015-02-15 14:20:37.0 +0100
@@ -0,0 +1,9 @@
+build
+dist
+MANIFEST
+*.pyc
+*.egg-info
+*.egg
+docs/_build/
+.coverage
+.tox/
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/.travis.yml 
new/django-appconf-1.0.1/.travis.yml
--- old/django-appconf-0.6/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/django-appconf-1.0.1/.travis.yml2015-02-15 14:20:37.0 
+0100
@@ -0,0 +1,30 @@
+language: python
+env:
+  - TOXENV=flake8-py27
+  - TOXENV=flake8-py33
+  - TOXENV=py26-dj14
+  - TOXENV=py27-dj14
+  - TOXENV=py26-dj15
+  - TOXENV=py26-dj16
+  - TOXENV=py27-dj15
+  - TOXENV=py27-dj16
+  - TOXENV=py32-dj15
+  - TOXENV=py32-dj16
+  - TOXENV=py33-dj15
+  - TOXENV=py33-dj16
+  - TOXENV=py27-dj17
+  - TOXENV=py27-dj18
+  - TOXENV=py27-dj19
+  - TOXENV=py32-dj17
+  - TOXENV=py32-dj18
+  - TOXENV=py32-dj19
+  - TOXENV=py33-dj17
+  - TOXENV=py33-dj18
+  - TOXENV=py33-dj19
+  - TOXENV=py34-dj17
+  - TOXENV=py34-dj18
+  - TOXENV=py34-dj19
+install:
+  - pip install tox
+script:
+  - tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/AUTHORS 
new/django-appconf-1.0.1/AUTHORS
--- old/django-appconf-0.6/AUTHORS  2013-01-28 18:44:32.0 +0100
+++ new/django-appconf-1.0.1/AUTHORS2015-02-15 14:20:37.0 +0100
@@ -2,4 +2,5 @@
 Jannis Leidel
 Matthew Tretter
 Rafal Stozek
-Chris Streeter
\ No newline at end of file
+Chris Streeter
+Patrick Altman
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/PKG-INFO 
new/django-appconf-1.0.1/PKG-INFO
--- old/django-appconf-0.6/PKG-INFO 2013-01-28 18:53:14.0 +0100
+++ new/django-appconf-1.0.1/PKG-INFO   2015-02-15 14:32:20.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-appconf
-Version: 0.6
+Version: 1.0.1
 Summary: A helper class for handling configuration defaults of packaged apps 
gracefully.
 Home-page: http://django-appconf.readthedocs.org/
 Author: Jannis Leidel
@@ -16,6 +16,16 @@
 A helper class for handling configuration defa

commit python3-django-appconf for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package python3-django-appconf for 
openSUSE:Factory checked in at 2013-04-17 13:05:47

Comparing /work/SRC/openSUSE:Factory/python3-django-appconf (Old)
 and  /work/SRC/openSUSE:Factory/.python3-django-appconf.new (New)


Package is "python3-django-appconf", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org