[Python-modules-commits] [djangorestframework-gis] branch master updated (22b6de0 -> 157477a)
Brian May
bam at moszumanska.debian.org
Fri Oct 23 08:54:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
bam pushed a change to branch master
in repository djangorestframework-gis.
from 22b6de0 Update Vcs fields for git migration
new 2718a34 record new upstream branch created by importing djangorestframework-gis_0.9.5.orig.tar.gz
new 2e7c34d Import djangorestframework-gis_0.9.5.orig.tar.gz
new c583bbd Disable tests that only work with PostGIS
new 2c5b47b Skip tests the fail with spatialite.
new 157477a change version to 0.9.5-1
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.coveragerc | 3 +
.gitignore | 4 +-
.travis.yml | 20 +-
AUTHORS | 1 +
CHANGES.rst | 104 ++++++++
CONTRIBUTING.rst | 5 +
LICENSE | 0
MANIFEST.in | 2 +-
README.rst | 263 ++++++++++++++++++---
debian/.git-dpm | 14 +-
debian/changelog | 6 +
debian/patches/skip_tests_spatialite.patch | 22 +-
debian/patches/spatialite.patch | 8 +-
performance_tests.rst | 33 +++
requirements-test.txt | 3 +-
requirements.txt | 2 +-
rest_framework_gis/__init__.py | 29 ++-
rest_framework_gis/apps.py | 38 +++
rest_framework_gis/fields.py | 63 +++--
rest_framework_gis/filters.py | 64 ++---
rest_framework_gis/filterset.py | 5 +-
rest_framework_gis/pagination.py | 20 ++
rest_framework_gis/parsers.py | 1 -
rest_framework_gis/serializers.py | 189 +++++++++------
rest_framework_gis/tilenames.py | 22 +-
rest_framework_gis/utils.py | 5 +
runtests.py | 4 +-
setup.cfg | 2 +
setup.py | 6 +-
tests/__init__.py | 0
tests/django_restframework_gis_tests/admin.py | 0
tests/django_restframework_gis_tests/models.py | 34 ++-
.../django_restframework_gis_tests/serializers.py | 83 +++++--
tests/django_restframework_gis_tests/test_bbox.py | 81 +++++++
.../django_restframework_gis_tests/test_filters.py | 79 +++++--
.../test_performance.py | 46 ++++
tests/django_restframework_gis_tests/tests.py | 213 ++++++++++++-----
tests/django_restframework_gis_tests/urls.py | 14 +-
tests/django_restframework_gis_tests/views.py | 68 +++++-
tests/local_settings.example.py | 16 +-
tests/settings.py | 7 +
tests/urls.py | 0
42 files changed, 1259 insertions(+), 320 deletions(-)
create mode 100644 .coveragerc
mode change 100755 => 100644 .gitignore
mode change 100755 => 100644 .travis.yml
mode change 100755 => 100644 AUTHORS
create mode 100644 CHANGES.rst
create mode 100644 CONTRIBUTING.rst
mode change 100755 => 100644 LICENSE
mode change 100755 => 100644 MANIFEST.in
mode change 100755 => 100644 README.rst
create mode 100644 performance_tests.rst
mode change 100755 => 100644 requirements.txt
mode change 100755 => 100644 rest_framework_gis/__init__.py
create mode 100644 rest_framework_gis/apps.py
mode change 100755 => 100644 rest_framework_gis/fields.py
mode change 100755 => 100644 rest_framework_gis/filters.py
mode change 100755 => 100644 rest_framework_gis/filterset.py
create mode 100644 rest_framework_gis/pagination.py
delete mode 100644 rest_framework_gis/parsers.py
mode change 100755 => 100644 rest_framework_gis/serializers.py
mode change 100755 => 100644 rest_framework_gis/tilenames.py
create mode 100644 rest_framework_gis/utils.py
create mode 100644 setup.cfg
mode change 100755 => 100644 setup.py
mode change 100755 => 100644 tests/__init__.py
mode change 100755 => 100644 tests/django_restframework_gis_tests/admin.py
mode change 100755 => 100644 tests/django_restframework_gis_tests/models.py
mode change 100755 => 100644 tests/django_restframework_gis_tests/serializers.py
create mode 100644 tests/django_restframework_gis_tests/test_bbox.py
mode change 100755 => 100644 tests/django_restframework_gis_tests/test_filters.py
create mode 100644 tests/django_restframework_gis_tests/test_performance.py
mode change 100755 => 100644 tests/django_restframework_gis_tests/tests.py
mode change 100755 => 100644 tests/django_restframework_gis_tests/urls.py
mode change 100755 => 100644 tests/django_restframework_gis_tests/views.py
mode change 100755 => 100644 tests/local_settings.example.py
mode change 100755 => 100644 tests/settings.py
mode change 100755 => 100644 tests/urls.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/djangorestframework-gis.git
More information about the Python-modules-commits
mailing list