[Python-modules-commits] [django-q] branch master updated (aa1ff60 -> 683153f)

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Tue Feb 6 08:37:54 UTC 2018


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

peb-guest pushed a change to branch master
in repository django-q.

      from  aa1ff60   d/gbp.conf: Added, set pristine-tar = True
       new  0331d3f   d/control: Set Multi-Arch: foreign on -doc package
       new  8555cfa   New upstream version 0.9.1
       new  2335030   Drop git-dpm
       new  58f68c5   Update patches headers
       new  98f45b7   New upstream release 0.9.1
       new  9dbd9fe   Add d/patches/0003 to mitigate an issue with python3-only code line
       new  be054a7   Copyright format URL changed to its HTTPS version
       new  a9e21bd   Bump compatibility to 11
       new  1cf7b2b   Bump Standards-Version to 4.1.3, no changes required
       new  683153f   Drop X-Python3-Version as the requirement is lesser than stretch's version.

The 10 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:
 .travis.yml                                        |  5 +-
 README.rst                                         | 10 ++-
 debian/.git-dpm                                    |  8 ---
 debian/changelog                                   | 17 +++++
 debian/compat                                      |  2 +-
 debian/control                                     |  6 +-
 debian/copyright                                   |  2 +-
 ...s-all-links-that-trigger-a-privacy-breach.patch |  7 +-
 ...emoves-.rst-call-to-now-inexistent-images.patch |  5 +-
 ...tional-on-a-python3-only-part-of-the-code.patch | 33 ++++++++++
 debian/patches/series                              |  1 +
 django_q/__init__.py                               |  7 +-
 django_q/brokers/aws_sqs.py                        |  9 ++-
 django_q/cluster.py                                |  4 +-
 django_q/conf.py                                   | 13 ++--
 django_q/core_signing.py                           | 76 ++++++++++++++++++++++
 django_q/models.py                                 |  8 ++-
 django_q/queues.py                                 | 69 ++++++++++++++++++++
 django_q/signing.py                                |  2 +-
 django_q/tasks.py                                  |  3 +-
 django_q/tests/settings.py                         |  5 +-
 django_q/tests/test_admin.py                       |  7 +-
 django_q/tests/test_cached.py                      |  3 +-
 django_q/tests/test_cluster.py                     |  3 +-
 django_q/tests/test_scheduler.py                   |  3 +-
 django_q/tests/urls.py                             |  4 +-
 docs/conf.py                                       | 13 +++-
 docs/configure.rst                                 |  8 +--
 docs/index.rst                                     |  4 +-
 docs/install.rst                                   |  7 +-
 requirements.txt                                   | 16 ++---
 setup.py                                           |  6 +-
 32 files changed, 293 insertions(+), 73 deletions(-)
 delete mode 100644 debian/.git-dpm
 create mode 100644 debian/patches/0003-Use-conditional-on-a-python3-only-part-of-the-code.patch
 create mode 100644 django_q/core_signing.py
 create mode 100644 django_q/queues.py

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



More information about the Python-modules-commits mailing list