New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

python-scriptures

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-scriptures - pypi Package Compare versions

Comparing version
2.2.0
to
2.2.1
+1
-1
PKG-INFO
Metadata-Version: 1.0
Name: python-scriptures
Version: 2.2.0
Version: 2.2.1
Summary: python-scriptures is a Python package and regular expression library for validating, extracting, and normalizing biblical scripture references from blocks of text.

@@ -5,0 +5,0 @@ Home-page: http://www.davisd.com/projects/python-scriptures/

@@ -102,2 +102,8 @@ import re

end_verse=None
# If the ref is in the format (Book, #, None, #, #)
# this is a special case that indicates a reference in the format Book 3-4:5
elif chapter is not None and verse is None and end_chapter is not None:
# The solution is to set the verse to one, which is what is
# most likely intended
verse = 1

@@ -104,0 +110,0 @@

@@ -5,3 +5,3 @@ from distutils.core import setup

name='python-scriptures',
version='2.2.0',
version='2.2.1',
author='David Davis',

@@ -8,0 +8,0 @@ author_email='davisd@davisd.com',