Page MenuHomeSolus

D6083.id14645.diff
No OneTemporary

D6083.id14645.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,14 @@
+name : python-sqlparse
+version : 0.3.0
+release : 1
+source :
+ - https://github.com/andialbrecht/sqlparse/archive/0.3.0.tar.gz : a75fddae009fba1d66786203c9dd3a842aa4415475c466d15484139117108474
+license : BSD-3-Clause
+component : programming.python
+summary : A non-validating SQL parser module for Python
+description: |
+ sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.
+build : |
+ %python3_setup
+install : |
+ %python3_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,83 @@
+<PISI>
+ <Source>
+ <Name>python-sqlparse</Name>
+ <Packager>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">A non-validating SQL parser module for Python</Summary>
+ <Description xml:lang="en">sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-sqlparse</Name>
+ <Summary xml:lang="en">A non-validating SQL parser module for Python</Summary>
+ <Description xml:lang="en">sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/sqlformat</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse-0.3.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse-0.3.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse-0.3.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse-0.3.0-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse-0.3.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/cli.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/exceptions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/formatter.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/keywords.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/lexer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/sql.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/tokens.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/cli.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/__pycache__/filter_stack.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/__pycache__/grouping.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/__pycache__/statement_splitter.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/filter_stack.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/grouping.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/engine/statement_splitter.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__pycache__/aligned_indent.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__pycache__/others.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__pycache__/output.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__pycache__/reindent.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__pycache__/right_margin.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/__pycache__/tokens.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/aligned_indent.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/others.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/output.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/reindent.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/right_margin.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/filters/tokens.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/formatter.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/keywords.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/lexer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/sql.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/tokens.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sqlparse/utils.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-04-21</Date>
+ <Version>0.3.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 12 2023, 3:38 PM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5855634
Default Alt Text
D6083.id14645.diff (7 KB)

Event Timeline