From 384f0b69ecdad13b943176dab769f0bb73453c9a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 12 Mar 2019 12:24:11 +0100 Subject: [PATCH] Going to try updates to pypi push procedure --- extra/shutils/pypi.sh | 3 ++- lib/core/settings.py | 2 +- txt/checksum.md5 | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/extra/shutils/pypi.sh b/extra/shutils/pypi.sh index 20ecbd75f..579aefa3f 100755 --- a/extra/shutils/pypi.sh +++ b/extra/shutils/pypi.sh @@ -26,7 +26,8 @@ setup( name='sqlmap', version='$VERSION', description='Automatic SQL injection and database takeover tool', - long_description='sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.', + long_description=open('README.rst').read(), + long_description_content_type='text/x-rst', author='Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar', author_email='bernardo@sqlmap.org, miroslav@sqlmap.org', url='http://sqlmap.org', diff --git a/lib/core/settings.py b/lib/core/settings.py index e5388546d..c906e9427 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.3.3.19" +VERSION = "1.3.3.20" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 1ad9bc622..90dddc9c7 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -50,7 +50,7 @@ d5ef43fe3cdd6c2602d7db45651f9ceb lib/core/readlineng.py 7d8a22c582ad201f65b73225e4456170 lib/core/replication.py 3179d34f371e0295dd4604568fb30bcd lib/core/revision.py d6269c55789f78cf707e09a0f5b45443 lib/core/session.py -8e1f479a6fbdb455b46ec853546edb96 lib/core/settings.py +ff135def79c78741e3c87455159871f3 lib/core/settings.py 4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py 10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py d9483455ff80d33a55db46ae2fa34a05 lib/core/target.py