[Python-modules-commits] [djangorestframework-gis] branch master updated (25fcc15 -> 271c55f)

Michael Fladischer fladi at moszumanska.debian.org
Thu Jan 7 11:46:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a change to branch master
in repository djangorestframework-gis.

      from  25fcc15   Update changelog.
       new  9ace3d3   Switch to pypi.debian.net for uscan and enable PGP signature download.
       new  1e18c4f   Include upstream signing key 308BD46E.
       new  646b893   record new upstream branch created by importing djangorestframework-gis_0.10.1.orig.tar.gz
       new  8623397   Import djangorestframework-gis_0.10.1.orig.tar.gz
       new  59da011   Disable tests that only work with PostGIS
       new  7531df0   merge patched into master
       new  dd2ef27   Add python(3)-django-extensions to Build-Depends as they are requirements for running the tests.
       new  bac492a   Use spatialite backend for tests.
       new  f87e078   Do not import local settings for tests.
       new  6065a25   merge patched into master
       new  652136b   Revert "Add python(3)-django-extensions to Build-Depends as they are requirements for running the tests."
       new  271c55f   Update changelog.

The 12 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                                         |  13 -----
 .travis.yml                                        |  42 ---------------
 CHANGES.rst                                        |   7 +++
 CONTRIBUTING.rst                                   |   5 --
 MANIFEST.in                                        |  10 ++--
 PKG-INFO                                           |  25 +++++++++
 README.rst                                         |   4 +-
 debian/.git-dpm                                    |  14 ++---
 debian/changelog                                   |  11 ++++
 ...02-Do-not-import-local-settings-for-tests.patch |  23 +++++++++
 debian/patches/series                              |   2 +-
 debian/patches/skip_tests_spatialite.patch         |  57 ---------------------
 debian/patches/spatialite.patch                    |   5 +-
 debian/source/include-binaries                     |   1 +
 debian/upstream-signing-key.pgp                    | Bin 0 -> 33979 bytes
 debian/watch                                       |   5 +-
 djangorestframework_gis.egg-info/PKG-INFO          |  25 +++++++++
 djangorestframework_gis.egg-info/SOURCES.txt       |  38 ++++++++++++++
 .../dependency_links.txt                           |   1 +
 .../requires.txt                                   |   0
 djangorestframework_gis.egg-info/top_level.txt     |   1 +
 performance_tests.rst                              |  33 ------------
 requirements-test.txt                              |   6 ---
 rest_framework_gis/.gitignore                      |   1 -
 rest_framework_gis/__init__.py                     |   2 +-
 setup.cfg                                          |   8 ++-
 .../django_restframework_gis_tests/test_filters.py |   9 ++--
 tests/local_settings.py                            |  50 ++++++++++++++++++
 tests/settings.py                                  |   6 ---
 30 files changed, 217 insertions(+), 190 deletions(-)
 delete mode 100644 .coveragerc
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 delete mode 100644 CONTRIBUTING.rst
 create mode 100644 PKG-INFO
 create mode 100644 debian/patches/0002-Do-not-import-local-settings-for-tests.patch
 delete mode 100644 debian/patches/skip_tests_spatialite.patch
 create mode 100644 debian/source/include-binaries
 create mode 100644 debian/upstream-signing-key.pgp
 create mode 100644 djangorestframework_gis.egg-info/PKG-INFO
 create mode 100644 djangorestframework_gis.egg-info/SOURCES.txt
 create mode 100644 djangorestframework_gis.egg-info/dependency_links.txt
 copy requirements.txt => djangorestframework_gis.egg-info/requires.txt (100%)
 create mode 100644 djangorestframework_gis.egg-info/top_level.txt
 delete mode 100644 performance_tests.rst
 delete mode 100644 requirements-test.txt
 delete mode 100644 rest_framework_gis/.gitignore
 create mode 100644 tests/local_settings.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