plexus-python-common 1.0.71__py3-none-any.whl → 1.0.72__py3-none-any.whl

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.
@@ -1082,7 +1082,7 @@ class TagCache(object):
1082
1082
  db_tag_record = (
1083
1083
  session
1084
1084
  .query(TagRecordTable)
1085
- .filter(TagTargetTable.sqn == target_sqn, TagRecordTable.sqn == sqn)
1085
+ .filter(TagRecordTable.target_sqn == target_sqn, TagRecordTable.sqn == sqn)
1086
1086
  .one_or_none()
1087
1087
  )
1088
1088
  if not db_tag_record:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plexus-python-common
3
- Version: 1.0.71
3
+ Version: 1.0.72
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Programming Language :: Python :: 3.13
@@ -21,9 +21,9 @@ plexus/common/utils/pathutils.py,sha256=hGJqSLj08tuOeZ7WeC5d4BtjnPI732BuntVQBQsq
21
21
  plexus/common/utils/s3utils.py,sha256=zlO4kGs-c2gUeOfPfiKIE5liQZsbYxqAZYCwA8kL0Lo,36017
22
22
  plexus/common/utils/sqlutils.py,sha256=D6kTBjhO5YlNRt3uFlPt6z3uH61m9ajEzPYmsI6NoFc,231
23
23
  plexus/common/utils/strutils.py,sha256=O9Inv4ffUTf6Xjc5ftoZwbIua1NeG7itCT9S3zjZxBc,16436
24
- plexus/common/utils/tagutils.py,sha256=a49OLhIG8-3cR04DX4Cs3fyasbX551mBqg4V3bUsZNk,62206
24
+ plexus/common/utils/tagutils.py,sha256=U5JGeMl9MHXthauk89MWzxNeDZ665S28uaJVfcndolU,62213
25
25
  plexus/common/utils/testutils.py,sha256=N8ijLu7X-hlQlHzvv0TtSsQpIF4T1hbr-AjkILoV2Ac,6152
26
- plexus_python_common-1.0.71.dist-info/METADATA,sha256=SbTPXbTTk_V68ThFajwP1hBuj1LvM0pyzrpsw4WclLM,1481
27
- plexus_python_common-1.0.71.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
28
- plexus_python_common-1.0.71.dist-info/top_level.txt,sha256=ug_g7CVwaMQuas5UzAXbHUrQvKGCn8ezc6ZNvvRlJOE,7
29
- plexus_python_common-1.0.71.dist-info/RECORD,,
26
+ plexus_python_common-1.0.72.dist-info/METADATA,sha256=a6Gp00ANkZ9HsHTIIiTXzLkX0pGKcV0fJbtheMKb-GA,1481
27
+ plexus_python_common-1.0.72.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
28
+ plexus_python_common-1.0.72.dist-info/top_level.txt,sha256=ug_g7CVwaMQuas5UzAXbHUrQvKGCn8ezc6ZNvvRlJOE,7
29
+ plexus_python_common-1.0.72.dist-info/RECORD,,