sbdl 1.18.21__tar.gz → 1.18.22__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sbdl
3
- Version: 1.18.21
3
+ Version: 1.18.22
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sbdl
3
- Version: 1.18.21
3
+ Version: 1.18.22
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -222,8 +222,8 @@ _A=True
222
222
  import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,pickle,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,time,traceback,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
223
223
  warnings.filterwarnings(_A1,category=DeprecationWarning)
224
224
  __NAME=_j
225
- __VERSION='1.18.21'
226
- __VERSION_DEV='af05bbc'
225
+ __VERSION='1.18.22'
226
+ __VERSION_DEV='68d14ba'
227
227
  __VERSION_DSL='25.6'
228
228
  __VERSION_REST_API='1.1.0'
229
229
  __AUTHOR='contact@sbdl.dev'
@@ -2026,9 +2026,8 @@ def get_parser_elements_from_filepath(filepath,elements_list,print_l=print_null,
2026
2026
  else:
2027
2027
  content_to_append=line_content
2028
2028
  if not native_sbdl_file:
2029
- prefix_text,content_to_append=extract_sbdl_line_non_native(line_content)
2029
+ _,content_to_append=extract_sbdl_line_non_native(line_content)
2030
2030
  if len(content_to_append)==0 and len(line_content)>0:push_context(line)
2031
- elif len(prefix_text)>0:push_context(prefix_text)
2032
2031
  append_line(content_to_append)
2033
2032
  local_directives.update(context_directive_sniffer(prev_non_sbdl_non_empty_lines,filepath,line_count,local_directives))
2034
2033
  def handle_file():
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='sbdl',
5
- version='1.18.21',
5
+ version='1.18.22',
6
6
  description = "System Behaviour Description Language (Compiler)",
7
7
  author = "Michael A. Hicks",
8
8
  author_email = "michael@mahicks.org",
File without changes
File without changes
File without changes
File without changes
File without changes