Skip to Content.
Sympa Menu

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

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 (a8b26e52a88e34faf6f41ef9bf4878b7fb606ace)
  • Date: Wed, 26 Jun 2019 20:37:58 +0000

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

ChangeLog | 3 +++
python-pypi/django/DEPENDS | 3 ++-
python-pypi/django/HISTORY | 2 ++
python-pypi/python-sqlparse/DEPENDS | 2 ++
python-pypi/python-sqlparse/DETAILS | 14 ++++++++++++++
python-pypi/python-sqlparse/HISTORY | 2 ++
6 files changed, 25 insertions(+), 1 deletion(-)

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

python-pypi/django: added python-sqlparse as required for stable. pytz
made
suggested dependency only for legacy branch

commit da7515ef5d9109476233b4d8760f336f2d18f9c3
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/python-sqlparse: new spell, a non-validating SQL parser

diff --git a/ChangeLog b/ChangeLog
index 56e49a7..3cf45a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-06-26 Pavel Vinogradov <public AT sourcemage.org>
+ * python-pupi/python-sqlparse: new spell, a non-validating SQL parser
+
2019-06-25 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add emersion <contact AT emersion.fr>

diff --git a/python-pypi/django/DEPENDS b/python-pypi/django/DEPENDS
index 298cab7..ce2f09f 100755
--- a/python-pypi/django/DEPENDS
+++ b/python-pypi/django/DEPENDS
@@ -9,11 +9,13 @@ if [[ $DJANGO_BRANCH == "legacy" ]]; then
suggest_depends python-markdown "" "" "for Markdown rendering support via
markdown library" &&
suggest_depends docutils "" "" "for reStructuredText rendering support" &&
suggest_depends python-textile "" "" "for Textile rendering support" &&
+ suggest_depends pytz "" "" "for timezone helper functions" &&

suggest_depends mysql-python "" "" "for MySQL database support"
else
depends python3 &&
depends jinja2 &&
+ depends pytthon-sqlparse &&
depends pytz &&

suggest_depends mysqlclient "" "" "for MySQL database support"
@@ -26,7 +28,6 @@ suggest_depends psycopg2 "" "" "for PostgreSQL database
support" &&
suggest_depends py-bcrypt "" "" "for secure password hashing via the bcrypt
algorithm" &&

suggest_depends pillow "" "" "for image handling support" &&
-suggest_depends pytz "" "" "for timezone helper functions" &&
suggest_depends pyyaml "" "" "for YAML serializer support" &&

suggest_depends bash-completion "" "" "to install bash completion for Django"
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index 833f782..9eea759 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,6 +1,8 @@
2019-06-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: stable version 2.2.2, SECURITY_PATCH++,
(CVE-2019-11358, CVE-2019-12308)
+ * DEPENDS: stable needs python-sqlparse, pytz made suggested only for
+ legacy branch

2019-04-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: stable version 2.2, SECURITY_PATCH++, (CVE-2019-6975)
diff --git a/python-pypi/python-sqlparse/DEPENDS
b/python-pypi/python-sqlparse/DEPENDS
new file mode 100755
index 0000000..56f1046
--- /dev/null
+++ b/python-pypi/python-sqlparse/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends setuptools
diff --git a/python-pypi/python-sqlparse/DETAILS
b/python-pypi/python-sqlparse/DETAILS
new file mode 100755
index 0000000..1548f88
--- /dev/null
+++ b/python-pypi/python-sqlparse/DETAILS
@@ -0,0 +1,14 @@
+ SPELL="python-sqlparse"
+ VERSION="0.3.0"
+
SOURCE_HASH="sha512:84381c357aa456ab7a65f9f91b99d338d638ab7bb55562ef3720d7dc8f55ec2307c822570a635dfe13f6976431d98579adbb1b77fbffc75789670800e147c319"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/sqlparse-${VERSION}"
+
SOURCE_URL[0]="https://github.com/andialbrecht/sqlparse/archive/${VERSION}.tar.gz";
+ WEB_SITE="https://github.com/andialbrecht/sqlparse/";
+ ENTERED="20190626"
+ LICENSE[0]="BSD"
+ SHORT="Non-validating SQL parser"
+cat << EOF
+SQLParse is a non-validating SQL parser module. It provides support for
+parsing, splitting and formatting SQL statements.
+EOF
diff --git a/python-pypi/python-sqlparse/HISTORY
b/python-pypi/python-sqlparse/HISTORY
new file mode 100644
index 0000000..d62516f
--- /dev/null
+++ b/python-pypi/python-sqlparse/HISTORY
@@ -0,0 +1,2 @@
+2019-06-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a8b26e52a88e34faf6f41ef9bf4878b7fb606ace), Pavel Vinogradov, 06/26/2019

Archive powered by MHonArc 2.6.24.

Top of Page