[Python-modules-commits] [django-environ] branch debian/master updated (1cc167e -> fa11df2)

Brian May bam at moszumanska.debian.org
Thu Jul 6 07:14:31 UTC 2017


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

bam pushed a change to branch debian/master
in repository django-environ.

      from  1cc167e   Convert from git-dpm to patches unapplied format
       new  638eb20   Update patches after gbp pq import/export
       new  c1f25d9   New upstream version 0.4.3
       new  df19748   Merge tag 'upstream/0.4.3' into debian/master
       new  310c6af   Remove unneeded patch
       new  06acbb8   Add changelog entry for django-environ
       new  fa11df2   Update standards version to 4.0.0

The 6 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:
 LICENSE.txt                                 |   2 +-
 MANIFEST.in                                 |   3 +-
 PKG-INFO                                    | 121 ++++++++++++++++++++++------
 README.rst                                  | 105 +++++++++++++++++++-----
 debian/changelog                            |   6 ++
 debian/control                              |   2 +-
 debian/patches/0001-Add-missing-files.patch |  46 -----------
 debian/patches/series                       |   1 -
 django_environ.egg-info/PKG-INFO            | 121 ++++++++++++++++++++++------
 django_environ.egg-info/SOURCES.txt         |   6 +-
 django_environ.egg-info/requires.txt        |   2 +-
 environ/environ.py                          | 121 ++++++++++++++++++----------
 environ/test.py                             | 119 ++++++++++++++++++++++-----
 environ/test_env.txt                        |  30 +++++++
 environ/tests/__init__.py                   |   7 ++
 environ/tests/functional_tests.py           |  50 ++++++++++++
 environ/tests/test_environment.py           |  53 ++++++++++++
 setup.cfg                                   |   5 +-
 setup.py                                    |  16 +++-
 19 files changed, 630 insertions(+), 186 deletions(-)
 delete mode 100644 debian/patches/0001-Add-missing-files.patch
 delete mode 100644 debian/patches/series
 create mode 100644 environ/test_env.txt
 create mode 100644 environ/tests/__init__.py
 create mode 100644 environ/tests/functional_tests.py
 create mode 100644 environ/tests/test_environment.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-environ.git



More information about the Python-modules-commits mailing list