Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (29e33c3232bca4ec262dd692715e6c11286dae3b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (29e33c3232bca4ec262dd692715e6c11286dae3b)
  • Date: Tue, 4 Apr 2017 19:26:04 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

python-pypi/django/DEPENDS | 1 +
python-pypi/django/HISTORY | 1 +
2 files changed, 2 insertions(+)

New commits:
commit 29e33c3232bca4ec262dd692715e6c11286dae3b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/django: added pytz as required dependency for stable and newer

diff --git a/python-pypi/django/DEPENDS b/python-pypi/django/DEPENDS
index 7f503c2..ce08d9c 100755
--- a/python-pypi/django/DEPENDS
+++ b/python-pypi/django/DEPENDS
@@ -14,6 +14,7 @@ if [[ $DJANGO_BRANCH == "legacy" ]]; then
else
source ${SECTION_DIRECTORY}/PY_DEPENDS &&
depends jinja2 &&
+ depends pytz &&

suggest_depends mysqlclient "" "" "for MySQL database support"
fi &&
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index de1e983..f97a19a 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,5 +1,6 @@
2017-04-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated stable to 1.11, switched to UPSTREAM_HASH
+ * DEPENDS: pytz is now required for stable and newer

2016-12-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated stable to 1.10.4, SECURITY_PATCH++,



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (29e33c3232bca4ec262dd692715e6c11286dae3b), Pavel Vinogradov, 04/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page