Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (98d3a179c905b68f5fc47eba2b1c9772223c91d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (98d3a179c905b68f5fc47eba2b1c9772223c91d2)
  • Date: Mon, 15 Jul 2019 18:18:07 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit 98d3a179c905b68f5fc47eba2b1c9772223c91d2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

django: Fix typo in DEPENDS

diff --git a/python-pypi/django/DEPENDS b/python-pypi/django/DEPENDS
index ce2f09f..c20d69f 100755
--- a/python-pypi/django/DEPENDS
+++ b/python-pypi/django/DEPENDS
@@ -15,7 +15,7 @@ if [[ $DJANGO_BRANCH == "legacy" ]]; then
else
depends python3 &&
depends jinja2 &&
- depends pytthon-sqlparse &&
+ depends python-sqlparse &&
depends pytz &&

suggest_depends mysqlclient "" "" "for MySQL database support"
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index 9eea759..79cce4d 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,3 +1,6 @@
+2019-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed typo
+
2019-06-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: stable version 2.2.2, SECURITY_PATCH++,
(CVE-2019-11358, CVE-2019-12308)



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (98d3a179c905b68f5fc47eba2b1c9772223c91d2), Ismael Luceno, 07/15/2019

Archive powered by MHonArc 2.6.24.

Top of Page