commit python-django-appconf for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2020-04-04 12:26:37

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


Package is "python-django-appconf"

Sat Apr  4 12:26:37 2020 rev:16 rq:791172 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2019-03-10 09:39:34.412115921 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new.3248/python-django-appconf.changes
2020-04-04 12:27:25.464051541 +0200
@@ -1,0 +2,6 @@
+Fri Apr  3 10:54:12 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.0.4:
+  * Updates test matrix and PyPI metadata for latest versions of Django.
+
+---

Old:

  1.0.3.tar.gz

New:

  v1.0.4.tar.gz



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.Izhuix/_old  2020-04-04 12:27:26.728052848 +0200
+++ /var/tmp/diff_new_pack.Izhuix/_new  2020-04-04 12:27:26.732052852 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-appconf
 #
-# 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
@@ -17,14 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-django-appconf
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/django-compressor/django-appconf
-Source: 
https://github.com/django-compressor/django-appconf/archive/%{version}.tar.gz
+Source: 
https://github.com/django-compressor/django-appconf/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}




commit python-django-appconf for openSUSE:Factory

2019-03-10 Thread root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2019-03-10 09:39:34

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


Package is "python-django-appconf"

Sun Mar 10 09:39:34 2019 rev:15 rq:682741 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2018-12-11 15:48:35.702155948 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new.28833/python-django-appconf.changes
   2019-03-10 09:39:34.412115921 +0100
@@ -1,0 +2,7 @@
+Fri Mar  8 09:41:52 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.0.3:
+  * use six directly
+  * metadata updates
+
+---

Old:

  v1.0.2.tar.gz

New:

  1.0.3.tar.gz



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.md6YgK/_old  2019-03-10 09:39:34.936115795 +0100
+++ /var/tmp/diff_new_pack.md6YgK/_new  2019-03-10 09:39:34.948115792 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-appconf
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,17 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-appconf
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/django-compressor/django-appconf
-Source: 
https://github.com/django-compressor/django-appconf/archive/v%{version}.tar.gz
+Source: 
https://github.com/django-compressor/django-appconf/archive/%{version}.tar.gz
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Django
+Requires:   python-six
 BuildArch:  noarch
 %python_subpackages
 
@@ -44,6 +47,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export DJANGO_SETTINGS_MODULE=tests.test_settings

++ v1.0.2.tar.gz -> 1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.2/.travis.yml 
new/django-appconf-1.0.3/.travis.yml
--- old/django-appconf-1.0.2/.travis.yml2016-04-19 21:17:43.0 
+0200
+++ new/django-appconf-1.0.3/.travis.yml2019-03-03 16:07:32.0 
+0100
@@ -1,34 +1,78 @@
 sudo: false
 language: python
-python:
-  - 3.5
-env:
-  - TOXENV=flake8-py27
-  - TOXENV=flake8-py34
-  - TOXENV=py27-dj18
-  - TOXENV=py27-dj19
-  - TOXENV=py27-dj110
-  - TOXENV=py32-dj18
-  - TOXENV=py33-dj18
-  - TOXENV=py34-dj18
-  - TOXENV=py34-dj19
-  - TOXENV=py34-dj110
-  - TOXENV=py35-dj19
-  - TOXENV=py35-dj110
+
 matrix:
   fast_finish: true
   allow_failures:
-- env: TOXENV=py27-dj110
-- env: TOXENV=py34-dj110
-- env: TOXENV=py35-dj110
+- env: TOXENV=py35-djmaster
+- env: TOXENV=py36-djmaster
+- env: TOXENV=py37-djmaster
+  include:
+# Python version is just for the look on travis.
+- python: 2.7
+  env: TOXENV=flake8-py27
+
+- python: 3.4
+  env: TOXENV=flake8-py34
+
+- python: 2.7
+  env: TOXENV=py27-dj111
+
+- python: 3.4
+  env: TOXENV=py34-dj111
+
+- python: 3.4
+  env: TOXENV=py34-dj20
+
+- python: 3.5
+  env: TOXENV=py35-dj111
+
+- python: 3.5
+  env: TOXENV=py35-dj20
+
+- python: 3.5
+  env: TOXENV=py35-dj21
+
+- python: 3.6
+  env: TOXENV=py36-dj111
+
+- python: 3.6
+  env: TOXENV=py36-dj20
+
+- python: 3.6
+  env: TOXENV=py36-dj21
+
+- python: 3.6
+  env: TOXENV=py36-djmaster
+
+- python: 3.7
+  env: TOXENV=py37-dj111
+  dist: xenial
+  sudo: true
+
+- python: 3.7
+  env: TOXENV=py37-dj20
+  dist: xenial
+  sudo: true
+
+- python: 3.7
+  env: TOXENV=py37-dj21
+  dist: xenial
+  sudo: true
+
+- python: 3.7
+  env: TOXENV=py37-djmaster
+  dist: xenial
+  sudo: true
+
 install:
-  # Virtualenv < 14 is required to keep the Python 3.2 builds running.
-  - pip install tox "virtualenv<14"
+  - pip install tox codecov
 
 script:
-  - tox
+  - tox -e $TOXENV
+
 notifications:
   irc: 

commit python-django-appconf for openSUSE:Factory

2018-12-11 Thread root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2018-12-11 15:48:35

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


Package is "python-django-appconf"

Tue Dec 11 15:48:35 2018 rev:14 rq:656872 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2017-09-04 12:31:17.154002982 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new.19453/python-django-appconf.changes
   2018-12-11 15:48:35.702155948 +0100
@@ -1,0 +2,7 @@
+Mon Dec 10 15:44:16 UTC 2018 - Tomáš Chvátal 
+
+- Switch to github archives to get tests
+- Run the tests
+- Fix dependencies
+
+---

Old:

  django-appconf-1.0.2.tar.gz

New:

  v1.0.2.tar.gz



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.w55GmX/_old  2018-12-11 15:48:36.502155065 +0100
+++ /var/tmp/diff_new_pack.w55GmX/_new  2018-12-11 15:48:36.502155065 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-appconf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,12 +23,12 @@
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://django-appconf.readthedocs.org/
-Source: 
https://files.pythonhosted.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:https://github.com/django-compressor/django-appconf
+Source: 
https://github.com/django-compressor/django-appconf/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-Requires:   python-six
+Requires:   python-Django
 BuildArch:  noarch
 %python_subpackages
 
@@ -45,9 +45,13 @@
 %install
 %python_install
 
+%check
+export DJANGO_SETTINGS_MODULE=tests.test_settings
+%python_exec setup.py test
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst docs
+%license LICENSE
+%doc AUTHORS README.rst docs
 %{python_sitelib}/*
 
 %changelog




commit python-django-appconf for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2017-09-04 12:31:16

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


Package is "python-django-appconf"

Mon Sep  4 12:31:16 2017 rev:13 rq:519786 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2016-12-08 00:29:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2017-09-04 12:31:17.154002982 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:36:21 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -72,0 +78 @@
+



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.A0H5H2/_old  2017-09-04 12:31:18.797771869 +0200
+++ /var/tmp/diff_new_pack.A0H5H2/_new  2017-09-04 12:31:18.805770745 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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
@@ -16,39 +16,36 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-appconf
 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: 
https://pypi.io/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Url:http://django-appconf.readthedocs.org/
+Source: 
https://files.pythonhosted.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-six
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 A helper class for handling configuration defaults of packaged Django apps
 gracefully.
 
-
 %prep
 %setup -q -n django-appconf-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README.rst docs
 %{python_sitelib}/*




commit python-django-appconf for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2016-12-08 00:29:40

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


Package is "python-django-appconf"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2015-05-05 00:56:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2016-12-08 00:29:41.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 15 10:28:09 UTC 2016 - dmuel...@suse.com
+
+- update to 1.0.2:
+  * 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:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.Sgclc4/_old  2016-12-08 00:29:42.0 +0100
+++ /var/tmp/diff_new_pack.Sgclc4/_new  2016-12-08 00:29:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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:   python-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://pypi.io/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++ 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
 Summary: A helper class for handling configuration defaults of packaged apps 
gracefully.
 Home-page: http://django-appconf.readthedocs.org/
 Author: Jannis Leidel
@@ -9,9 +9,13 @@
 Description: django-appconf
 ==
 
-.. image:: 

commit python-django-appconf for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2015-05-05 00:56:08

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


Package is python-django-appconf

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2013-10-25 11:13:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2015-05-05 00:56:08.0 +0200
@@ -1,0 +2,10 @@
+Sun May  3 16:21:07 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.0.1:
+  * no changelog
+- additional changes from version 1.0:
+  * 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:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.hhsju2/_old  2015-05-05 00:56:09.0 +0200
+++ /var/tmp/diff_new_pack.hhsju2/_new  2015-05-05 00:56:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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:   python-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 

commit python-django-appconf for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-10-25 11:13:17

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


Package is python-django-appconf

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2013-09-27 18:01:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2013-10-25 11:13:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:01:27 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.jOPFx3/_old  2013-10-25 11:13:18.0 +0200
+++ /var/tmp/diff_new_pack.jOPFx3/_new  2013-10-25 11:13:18.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-six
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-django-appconf for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-09-27 18:01:18

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


Package is python-django-appconf

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2013-04-15 11:15:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2013-09-27 18:01:19.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 10:38:12 UTC 2013 - speili...@suse.com
+
+- Drop obsolete versiontools build requirement
+
+---



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.gqihYO/_old  2013-09-27 18:01:19.0 +0200
+++ /var/tmp/diff_new_pack.gqihYO/_new  2013-09-27 18:01:19.0 +0200
@@ -27,7 +27,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-versiontools
 Requires:   python-six
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-django-appconf for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-06-19 16:28:50

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


Package is python-django-appconf

Changes:


Old:

  python3-django-appconf.changes
  python3-django-appconf.spec



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



commit python-django-appconf for openSUSE:Factory

2013-04-15 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-04-15 11:15:40

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


Package is python-django-appconf, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2013-02-26 16:23:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2013-04-15 11:15:41.0 +0200
@@ -1,0 +2,10 @@
+Sun Apr 14 10:14:27 UTC 2013 - toddrme2...@gmail.com
+
+- Remove pre_checkin.sh since the two versions are not the same
+
+---
+Fri Apr 12 15:58:14 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python3-django-appconf.changes
2013-04-15 11:15:41.0 +0200
@@ -0,0 +1,49 @@
+---
+Sun Apr 14 10:14:27 UTC 2013 - toddrme2...@gmail.com
+
+- Remove pre_checkin.sh since the two versions are not the same
+- Remove unneeded macros
+- Added python buildrequires and requires since the package does not
+  work properly without them on openSUSE = 12.2
+
+---
+Fri Apr 12 15:58:14 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Tue Feb 26 12:52:46 UTC 2013 - vu...@opensuse.org
+
+- Add python-six Requires: since version 0.6, the six module is
+  used.
+
+---
+Fri Feb  1 13:21:23 UTC 2013 - oliver.be...@opensuse.org
+
+- update to 0.6
+  * Added required attribute to Meta to specify which settings are required to 
set.
+  * Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf
+  * Stopped support for Django 1.2.X.
+  * Introduced support for Python = 3.2.
+
+---
+Tue Oct  9 08:20:47 UTC 2012 - oliver.be...@opensuse.org
+
+- update to 0.5
+  * Install as a package instead of a module.
+  * Refactored tests to use django-jenkins for enn.io‘s CI server.
+
+
+---
+Fri Jan 20 08:42:11 UTC 2012 - sasc...@suse.de
+
+- Minor cleanup:
+  * Remove CFLAGS
+  * BuildRequire python-distribute instead of setuptools
+  * Reduced macro usage
+
+---
+Fri Jan 20 01:54:12 UTC 2012 - jf...@funktronics.ca
+
+- Initial release
+

New:

  python3-django-appconf.changes
  python3-django-appconf.spec



Other differences:
--
++ python3-django-appconf.spec ++
#
# spec file for package python3-django-appconf
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


Name:   python3-django-appconf
Version:0.6
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-versiontools
Requires:   python3
Requires:   python3-six
BuildArch:  noarch

%description
A helper class for handling configuration defaults of packaged Django apps
gracefully.


%prep
%setup -q -n django-appconf-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst 

commit python-django-appconf for openSUSE:Factory

2013-02-26 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-02-26 16:23:37

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


Package is python-django-appconf, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2013-02-04 18:00:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2013-02-26 16:23:38.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 12:52:46 UTC 2013 - vu...@opensuse.org
+
+- Add python-six Requires: since version 0.6, the six module is
+  used.
+
+---



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.rpxn5F/_old  2013-02-26 16:23:46.0 +0100
+++ /var/tmp/diff_new_pack.rpxn5F/_new  2013-02-26 16:23:46.0 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-versiontools
+Requires:   python-six
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

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



commit python-django-appconf for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-02-04 18:00:45

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


Package is python-django-appconf, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2012-11-28 14:33:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2013-02-04 18:00:49.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb  1 13:21:23 UTC 2013 - oliver.be...@opensuse.org
+
+- update to 0.6
+  * Added required attribute to Meta to specify which settings are required to 
set.
+  * Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf
+  * Stopped support for Django 1.2.X.
+  * Introduced support for Python = 3.2.
+
+---

Old:

  django-appconf-0.5.tar.gz

New:

  django-appconf-0.6.tar.gz



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.lyF0E6/_old  2013-02-04 18:00:50.0 +0100
+++ /var/tmp/diff_new_pack.lyF0E6/_new  2013-02-04 18:00:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-appconf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,12 +11,13 @@
 # case the license is the MIT License). An Open Source License is a
 # 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/
 #
 
+
 Name:   python-django-appconf
-Version:0.5
+Version:0.6
 Release:0
 Url:http://django-appconf.readthedocs.org/
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps

++ django-appconf-0.5.tar.gz - django-appconf-0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.5/AUTHORS 
new/django-appconf-0.6/AUTHORS
--- old/django-appconf-0.5/AUTHORS  2011-08-25 16:51:10.0 +0200
+++ new/django-appconf-0.6/AUTHORS  2013-01-28 18:44:32.0 +0100
@@ -1 +1,5 @@
-Jannis Leidel jan...@leidel.info
\ No newline at end of file
+Christopher Grebs
+Jannis Leidel
+Matthew Tretter
+Rafal Stozek
+Chris Streeter
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.5/LICENSE 
new/django-appconf-0.6/LICENSE
--- old/django-appconf-0.5/LICENSE  2012-02-20 00:29:49.0 +0100
+++ new/django-appconf-0.6/LICENSE  2013-01-28 18:44:15.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2012, Jannis Leidel and individual contributors.
+Copyright (c) 2011-2013, Jannis Leidel and individual contributors.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.5/PKG-INFO 
new/django-appconf-0.6/PKG-INFO
--- old/django-appconf-0.5/PKG-INFO 2012-02-20 00:31:20.0 +0100
+++ new/django-appconf-0.6/PKG-INFO 2013-01-28 18:53:14.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: django-appconf
-Version: 0.5
+Version: 0.6
 Summary: A helper class for handling configuration defaults of packaged apps 
gracefully.
 Home-page: http://django-appconf.readthedocs.org/
 Author: Jannis Leidel
@@ -9,6 +9,10 @@
 Description: django-appconf
 ==
 
+.. image:: 
https://secure.travis-ci.org/jezdez/django-appconf.png?branch=develop
+:alt: Build Status
+:target: http://travis-ci.org/jezdez/django-appconf
+
 A helper class for handling configuration defaults of packaged Django
 apps gracefully.
 
@@ -77,7 +81,7 @@
 holder = 'acme.conf.settings'
 
 If you ship an ``AppConf`` class with your reusable Django app, it's
-recommended to put it in a ``conf.py`` file of you app package and
+recommended to put it in a ``conf.py`` file of your app package and
 import ``django.conf.settings`` in it, too::
 
 from django.conf import settings
@@ -112,4 +116,6 @@
 Classifier: Programming Language :: Python :: 2.5
 

commit python-django-appconf for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2012-11-28 14:33:03

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


Package is python-django-appconf, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2012-11-28 14:33:05.0 +0100
@@ -0,0 +1,21 @@
+---
+Tue Oct  9 08:20:47 UTC 2012 - oliver.be...@opensuse.org
+
+- update to 0.5
+  * Install as a package instead of a module.
+  * Refactored tests to use django-jenkins for enn.io‘s CI server.
+
+
+---
+Fri Jan 20 08:42:11 UTC 2012 - sasc...@suse.de
+
+- Minor cleanup:
+  * Remove CFLAGS
+  * BuildRequire python-distribute instead of setuptools
+  * Reduced macro usage
+
+---
+Fri Jan 20 01:54:12 UTC 2012 - jf...@funktronics.ca
+
+- Initial release
+

New:

  django-appconf-0.5.tar.gz
  python-django-appconf.changes
  python-django-appconf.spec



Other differences:
--
++ python-django-appconf.spec ++
#
# spec file for package python-django-appconf
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

Name:   python-django-appconf
Version:0.5
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-versiontools
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
A helper class for handling configuration defaults of packaged Django apps
gracefully.


%prep
%setup -q -n django-appconf-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst docs
%{python_sitelib}/*

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