commit python-django-tastypie for openSUSE:Factory

2020-01-09 Thread root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2020-01-09 22:51:46

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


Package is "python-django-tastypie"

Thu Jan  9 22:51:46 2020 rev:14 rq:762088 version:0.14.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2019-03-01 16:46:56.365810137 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new.6675/python-django-tastypie.changes
  2020-01-09 22:52:33.706768350 +0100
@@ -1,0 +2,6 @@
+Thu Jan  9 08:56:02 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.14.3:
+  * no upstream changelog
+
+---

Old:

  v0.14.2.tar.gz

New:

  v0.14.3.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.OAqHbj/_old  2020-01-09 22:52:35.146769070 +0100
+++ /var/tmp/diff_new_pack.OAqHbj/_new  2020-01-09 22:52:35.150769073 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-tastypie
 #
-# 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,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-tastypie
-Version:0.14.2
+Version:0.14.3
 Release:0
 Summary:A webservice API framework layer for Django
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/django-tastypie/django-tastypie
 Source: 
https://github.com/django-tastypie/django-tastypie/archive/v%{version}.tar.gz
-# https://github.com/django-tastypie/django-tastypie/pull/1562
-BuildRequires:  %{python_module Django >= 1.8}
+BuildRequires:  %{python_module Django >= 1.11}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module biplist}
 BuildRequires:  %{python_module defusedxml}
@@ -37,7 +35,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-Django >= 1.8
+Requires:   python-Django >= 1.11
 Requires:   python-python-dateutil >= 2.1
 Requires:   python-python-mimeparse >= 0.1.4
 Recommends: python-PyYAML

++ v0.14.2.tar.gz -> v0.14.3.tar.gz ++
 2155 lines of diff (skipped)




commit python-django-tastypie for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2019-03-01 16:46:55

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


Package is "python-django-tastypie"

Fri Mar  1 16:46:55 2019 rev:13 rq:678837 version:0.14.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2018-08-24 17:11:01.270564722 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new.28833/python-django-tastypie.changes
 2019-03-01 16:46:56.365810137 +0100
@@ -1,0 +2,9 @@
+Sun Feb 24 08:29:30 UTC 2019 - John Vandenberg 
+
+- Add AUTHORS, other *.rst files, and docs/ to %doc
+- Update to v0.14.2
+  * Added support for Django 2.1; minor bugs and regressions fixed.
++ Incorporates django-tastypie-django21.patch
+  * Drops support for Django 1.8 LTS.
+
+---

Old:

  django-tastypie-django21.patch
  v0.14.1.tar.gz

New:

  v0.14.2.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.I3e7ud/_old  2019-03-01 16:46:57.073809869 +0100
+++ /var/tmp/diff_new_pack.I3e7ud/_new  2019-03-01 16:46:57.077809868 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-tastypie
 #
-# 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
@@ -12,13 +12,13 @@
 # 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-tastypie
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:A webservice API framework layer for Django
 License:BSD-3-Clause
@@ -26,7 +26,6 @@
 URL:https://github.com/django-tastypie/django-tastypie
 Source: 
https://github.com/django-tastypie/django-tastypie/archive/v%{version}.tar.gz
 # https://github.com/django-tastypie/django-tastypie/pull/1562
-Patch0: django-tastypie-django21.patch
 BuildRequires:  %{python_module Django >= 1.8}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module biplist}
@@ -54,7 +53,6 @@
 
 %prep
 %setup -q -n django-tastypie-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -80,7 +78,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc README.rst
+%doc AUTHORS *.rst docs/*.rst docs/release_notes/ docs/code/
 %{python_sitelib}/*
 
 %changelog

++ v0.14.1.tar.gz -> v0.14.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-tastypie-0.14.1/.travis.yml 
new/django-tastypie-0.14.2/.travis.yml
--- old/django-tastypie-0.14.1/.travis.yml  2018-04-09 17:13:59.0 
+0200
+++ new/django-tastypie-0.14.2/.travis.yml  2018-09-04 17:22:15.0 
+0200
@@ -12,9 +12,9 @@
   - MODE=flake8
   - MODE=flake8-strict
   - MODE=docs
-  - DJANGO_VERSION=dj18
   - DJANGO_VERSION=dj111
   - DJANGO_VERSION=dj20
+  - DJANGO_VERSION=dj21
   - DJANGO_VERSION=djdev
 
 matrix:
@@ -28,10 +28,14 @@
   env: MODE=flake8-strict
 - python: "3.4"
   env: DJANGO_VERSION=djdev
+- python: "3.4"
+  env: DJANGO_VERSION=dj21
 - python: "2.7"
   env: DJANGO_VERSION=djdev
 - python: "2.7"
   env: DJANGO_VERSION=dj20
+- python: "2.7"
+  env: DJANGO_VERSION=dj21
 
 addons:
   apt:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-tastypie-0.14.1/README.rst 
new/django-tastypie-0.14.2/README.rst
--- old/django-tastypie-0.14.1/README.rst   2018-04-09 17:13:59.0 
+0200
+++ new/django-tastypie-0.14.2/README.rst   2018-09-04 17:22:15.0 
+0200
@@ -18,13 +18,13 @@
 :target: https://pypi.python.org/pypi/django-tastypie
 :alt: Version
 
-.. image:: https://img.shields.io/pypi/dm/django-tastypie.svg
+.. image:: 
https://pypi-badges.global.ssl.fastly.net/svg?package=django-tastypie=monthly
 :target: https://pypi.python.org/pypi/django-tastypie
 :alt: Downloads
 
 Creating delicious APIs for Django apps since 2010.
 
-Currently in beta (v0.14.1) but being used actively in production on several
+Currently in beta (v0.14.2) but being used actively in production on several
 sites.
 
 

commit python-django-tastypie for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2018-08-24 17:10:59

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


Package is "python-django-tastypie"

Fri Aug 24 17:10:59 2018 rev:12 rq:631083 version:0.14.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2016-03-07 13:23:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2018-08-24 17:11:01.270564722 +0200
@@ -1,0 +2,14 @@
+Thu Aug 16 11:13:09 UTC 2018 - jeng...@inai.de
+
+- Replace useless description.
+
+---
+Tue Aug 14 07:19:58 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.14.1:
+  * Fixes to support latest django
+- Run tests
+- Add patch for django 2.1:
+  * django-tastypie-django21.patch
+
+---

Old:

  django-tastypie-0.12.1.tar.gz

New:

  django-tastypie-django21.patch
  v0.14.1.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.EiWWTM/_old  2018-08-24 17:11:01.726565265 +0200
+++ /var/tmp/diff_new_pack.EiWWTM/_new  2018-08-24 17:11:01.726565265 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-tastypie
 #
-# Copyright (c) 2016 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
@@ -16,45 +16,71 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-tastypie
-Version:0.12.1
+Version:0.14.1
 Release:0
-Url:http://github.com/toastdriven/django-tastypie/
-Summary:A flexible & capable API layer for Django
+Summary:A webservice API framework layer for Django
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/d/django-tastypie/django-tastypie-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Requires:   python-django >= 1.2
-Requires:   python-mimeparse >= 0.1.3
-Requires:   python-python-dateutil >= 1.5
-Recommends: python-lxml
+URL:https://github.com/django-tastypie/django-tastypie
+Source: 
https://github.com/django-tastypie/django-tastypie/archive/v%{version}.tar.gz
+# https://github.com/django-tastypie/django-tastypie/pull/1562
+Patch0: django-tastypie-django21.patch
+BuildRequires:  %{python_module Django >= 1.8}
+BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module biplist}
+BuildRequires:  %{python_module defusedxml}
+BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module python-dateutil >= 2.1}
+BuildRequires:  %{python_module python-mimeparse >= 0.1.4}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:   python-Django >= 1.8
+Requires:   python-python-dateutil >= 2.1
+Requires:   python-python-mimeparse >= 0.1.4
 Recommends: python-PyYAML
 Recommends: python-biplist
-Recommends: python-python-digest
-%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
+Recommends: python-defusedxml
+Recommends: python-lxml
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
-Creating delicious APIs for Django apps since 2010.
+Tastypie is a webservice API framework for Django. It provides a
+customizable abstraction for creating REST-style interfaces.
 
 %prep
 %setup -q -n django-tastypie-%{version}
+%patch0 -p1
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst docs/_build/html
+%check
+# The tests are doing what is specified in tox.ini
+%{python_expand export PYTHONPATH=./tests/
+$python -m django test -p '*' core.tests --settings=settings_core
+$python -m django test basic.tests --settings=settings_basic
+$python -m django test related_resource.tests --settings=settings_related
+$python -m django 

commit python-django-tastypie for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2016-03-07 13:23:14

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


Package is "python-django-tastypie"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2015-04-23 08:04:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2016-03-07 13:23:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 13:06:22 UTC 2016 - tbecht...@suse.com
+
+- Require python-python-dateutil. package was renamed
+
+---



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.RKdFwA/_old  2016-03-07 13:23:35.0 +0100
+++ /var/tmp/diff_new_pack.RKdFwA/_new  2016-03-07 13:23:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-tastypie
 #
-# 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
@@ -27,9 +27,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:   python-dateutil >= 1.5
 Requires:   python-django >= 1.2
 Requires:   python-mimeparse >= 0.1.3
+Requires:   python-python-dateutil >= 1.5
 Recommends: python-lxml
 Recommends: python-PyYAML
 Recommends: python-biplist




commit python-django-tastypie for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2015-04-23 08:04:40

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


Package is python-django-tastypie

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2014-07-10 14:56:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2015-04-23 08:04:44.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 22 09:19:11 UTC 2015 - mci...@suse.cz
+
+- Update to version 0.12.1:
+  * Drastic reworking of the test suite. (SHA: 95f57f7)
+  * Fixed Travis to run Python 3.4 tests. (SHA: 7af528c)
+  * Fixed a bug where URLs would be incorrectly handled if the ``api_name`` 
+``resource_name`` were the same. (SHA: fd55aa3)
+  * Fixed a test requirement for PyYAML. (SHA: b4f6531)
+  * Added support for Django 1.7. (SHA: 7881bb6)
+  * Documentation updates
+
+---

Old:

  django-tastypie-0.11.1.tar.gz

New:

  django-tastypie-0.12.1.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.tLQXkV/_old  2015-04-23 08:04:44.0 +0200
+++ /var/tmp/diff_new_pack.tLQXkV/_new  2015-04-23 08:04:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-tastypie
 #
-# Copyright (c) 2014 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-tastypie
-Version:0.11.1
+Version:0.12.1
 Release:0
 Url:http://github.com/toastdriven/django-tastypie/
 Summary:A flexible  capable API layer for Django

++ django-tastypie-0.11.1.tar.gz - django-tastypie-0.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-tastypie-0.11.1/PKG-INFO 
new/django-tastypie-0.12.1/PKG-INFO
--- old/django-tastypie-0.11.1/PKG-INFO 2014-05-22 18:10:38.0 +0200
+++ new/django-tastypie-0.12.1/PKG-INFO 2014-10-23 02:31:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-tastypie
-Version: 0.11.1
+Version: 0.12.1
 Summary: A flexible  capable API layer for Django.
 Home-page: http://github.com/toastdriven/django-tastypie/
 Author: Daniel Lindsley
@@ -12,7 +12,7 @@
 
 Creating delicious APIs for Django apps since 2010.
 
-Currently in beta (v0.11.2-dev) but being used actively in production 
on several
+Currently in beta (v0.12.0) but being used actively in production on 
several
 sites.
 
 
@@ -42,7 +42,9 @@
 What's It Look Like?
 
 
-A basic example looks like::
+A basic example looks like:
+
+.. code:: python
 
 # myapp/api.py
 # 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-tastypie-0.11.1/README.rst 
new/django-tastypie-0.12.1/README.rst
--- old/django-tastypie-0.11.1/README.rst   2014-05-22 08:52:39.0 
+0200
+++ new/django-tastypie-0.12.1/README.rst   2014-10-23 02:26:04.0 
+0200
@@ -4,7 +4,7 @@
 
 Creating delicious APIs for Django apps since 2010.
 
-Currently in beta (v0.11.2-dev) but being used actively in production on 
several
+Currently in beta (v0.12.0) but being used actively in production on several
 sites.
 
 
@@ -34,7 +34,9 @@
 What's It Look Like?
 
 
-A basic example looks like::
+A basic example looks like:
+
+.. code:: python
 
 # myapp/api.py
 # 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-tastypie-0.11.1/django_tastypie.egg-info/PKG-INFO 
new/django-tastypie-0.12.1/django_tastypie.egg-info/PKG-INFO
--- old/django-tastypie-0.11.1/django_tastypie.egg-info/PKG-INFO
2014-05-22 18:10:34.0 +0200
+++ new/django-tastypie-0.12.1/django_tastypie.egg-info/PKG-INFO
2014-10-23 02:31:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-tastypie
-Version: 0.11.1
+Version: 0.12.1
 Summary: A flexible  capable API layer for Django.
 Home-page: http://github.com/toastdriven/django-tastypie/
 Author: Daniel Lindsley
@@ -12,7 +12,7 @@
 
 Creating delicious APIs for Django apps since 

commit python-django-tastypie for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2014-07-10 14:56:02

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


Package is python-django-tastypie

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2013-10-01 08:29:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2014-07-10 14:56:42.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  7 12:43:34 UTC 2014 - mci...@suse.cz
+
+- Update to verson 0.11.1
+  + Fixes XSS
+  + Fixes security issue in URL parsing
+  + Many other bugfixes
+
+---

Old:

  django-tastypie-0.10.0.tar.gz

New:

  django-tastypie-0.11.1.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.zhG8UK/_old  2014-07-10 14:56:43.0 +0200
+++ /var/tmp/diff_new_pack.zhG8UK/_new  2014-07-10 14:56:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-tastypie
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-django-tastypie
-Version:0.10.0
+Version:0.11.1
 Release:0
 Url:http://github.com/toastdriven/django-tastypie/
 Summary:A flexible  capable API layer for Django

++ django-tastypie-0.10.0.tar.gz - django-tastypie-0.11.1.tar.gz ++
 1682 lines of diff (skipped)

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



commit python-django-tastypie for openSUSE:Factory

2013-10-01 Thread h_root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2013-10-01 08:29:33

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


Package is python-django-tastypie

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2013-07-17 09:30:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2013-10-01 08:29:35.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 16:34:54 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.10
+  + No changelog available
+- Replace python-distribute with python-setuptools BuildRequires
+
+---

Old:

  django-tastypie-0.9.15.tar.gz

New:

  django-tastypie-0.10.0.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.G1VHG5/_old  2013-10-01 08:29:35.0 +0200
+++ /var/tmp/diff_new_pack.G1VHG5/_new  2013-10-01 08:29:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-django-tastypie
-Version:0.9.15
+Version:0.10.0
 Release:0
 Url:http://github.com/toastdriven/django-tastypie/
 Summary:A flexible  capable API layer for Django
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/d/django-tastypie/django-tastypie-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-dateutil = 1.5
 Requires:   python-django = 1.2
 Requires:   python-mimeparse = 0.1.3

++ django-tastypie-0.9.15.tar.gz - django-tastypie-0.10.0.tar.gz ++
 2464 lines of diff (skipped)

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



commit python-django-tastypie for openSUSE:Factory

2013-07-17 Thread h_root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2013-07-17 09:30:52

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


Package is python-django-tastypie

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2013-02-14 21:13:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2013-07-17 09:30:53.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 15 14:26:38 UTC 2013 - mci...@suse.cz
+
+- Update to version 0.9.15:
+  * No changelog available
+
+---

Old:

  django-tastypie-0.9.12.tar.gz

New:

  django-tastypie-0.9.15.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.czsNtN/_old  2013-07-17 09:30:53.0 +0200
+++ /var/tmp/diff_new_pack.czsNtN/_new  2013-07-17 09:30:53.0 +0200
@@ -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-tastypie
-Version:0.9.12
+Version:0.9.15
 Release:0
 Url:http://github.com/toastdriven/django-tastypie/
 Summary:A flexible  capable API layer for Django
@@ -26,9 +27,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-Requires:   python-mimeparse = 0.1.3
 Requires:   python-dateutil = 1.5
 Requires:   python-django = 1.2
+Requires:   python-mimeparse = 0.1.3
 Recommends: python-lxml
 Recommends: python-PyYAML
 Recommends: python-biplist

++ django-tastypie-0.9.12.tar.gz - django-tastypie-0.9.15.tar.gz ++
 3817 lines of diff (skipped)

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



commit python-django-tastypie for openSUSE:Factory

2013-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2013-02-14 21:13:31

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


Package is python-django-tastypie, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2012-03-26 11:05:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2013-02-14 21:13:34.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 14 13:00:16 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.9.12:
+  * No changelog available
+
+---

Old:

  django-tastypie-0.9.11.tar.gz

New:

  django-tastypie-0.9.12.tar.gz



Other differences:
--
++ python-django-tastypie.spec ++
--- /var/tmp/diff_new_pack.AI6rjU/_old  2013-02-14 21:13:36.0 +0100
+++ /var/tmp/diff_new_pack.AI6rjU/_new  2013-02-14 21:13:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-tastypie
 #
-# 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
@@ -16,7 +16,7 @@
 #
 
 Name:   python-django-tastypie
-Version:0.9.11
+Version:0.9.12
 Release:0
 Url:http://github.com/toastdriven/django-tastypie/
 Summary:A flexible  capable API layer for Django

++ django-tastypie-0.9.11.tar.gz - django-tastypie-0.9.12.tar.gz ++
 17433 lines of diff (skipped)

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



commit python-django-tastypie for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-django-tastypie for 
openSUSE:Factory checked in at 2012-03-26 11:05:04

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


Package is python-django-tastypie, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-tastypie.new/python-django-tastypie.changes
   2012-03-26 11:05:06.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Mar 21 22:14:41 UTC 2012 - sasc...@gmx.de
+
+- Initial version
+

New:

  django-tastypie-0.9.11.tar.gz
  python-django-tastypie.changes
  python-django-tastypie.spec



Other differences:
--
++ python-django-tastypie.spec ++
#
# spec file for package python-django-tastypie
#
# 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-tastypie
Version:0.9.11
Release:0
Url:http://github.com/toastdriven/django-tastypie/
Summary:A flexible  capable API layer for Django
License:BSD-3-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/d/django-tastypie/django-tastypie-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:   python-mimeparse = 0.1.3
Requires:   python-dateutil = 1.5
Requires:   python-django = 1.2
Recommends: python-lxml
Recommends: python-PyYAML
Recommends: python-biplist
Recommends: python-python-digest
%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
Creating delicious APIs for Django apps since 2010.

%prep
%setup -q -n django-tastypie-%{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/_build/html
%{python_sitelib}/*

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