lockss-turtles 0.4.0.dev2__py3-none-any.whl → 0.4.0.dev3__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.
- lockss/turtles/__init__.py +1 -1
- lockss/turtles/cli.py +1 -1
- {lockss_turtles-0.4.0.dev2.dist-info → lockss_turtles-0.4.0.dev3.dist-info}/METADATA +2 -2
- {lockss_turtles-0.4.0.dev2.dist-info → lockss_turtles-0.4.0.dev3.dist-info}/RECORD +7 -7
- {lockss_turtles-0.4.0.dev2.dist-info → lockss_turtles-0.4.0.dev3.dist-info}/LICENSE +0 -0
- {lockss_turtles-0.4.0.dev2.dist-info → lockss_turtles-0.4.0.dev3.dist-info}/WHEEL +0 -0
- {lockss_turtles-0.4.0.dev2.dist-info → lockss_turtles-0.4.0.dev3.dist-info}/entry_points.txt +0 -0
lockss/turtles/__init__.py
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
29
29
|
# POSSIBILITY OF SUCH DAMAGE.
|
|
30
30
|
|
|
31
|
-
__version__ = '0.4.0-
|
|
31
|
+
__version__ = '0.4.0-dev3'
|
|
32
32
|
|
|
33
33
|
__copyright__ = '''
|
|
34
34
|
Copyright (c) 2000-2023, Board of Trustees of Leland Stanford Jr. University
|
lockss/turtles/cli.py
CHANGED
|
@@ -164,7 +164,7 @@ class TurtlesCli(object):
|
|
|
164
164
|
if self._identifiers is None:
|
|
165
165
|
self._identifiers = list()
|
|
166
166
|
self._identifiers.extend(self._args.remainder)
|
|
167
|
-
self._identifiers.extend(self._args.
|
|
167
|
+
self._identifiers.extend(self._args.identifier)
|
|
168
168
|
for path in self._args.identifiers:
|
|
169
169
|
self._identifiers.extend(_file_lines(path))
|
|
170
170
|
if len(self._identifiers) == 0:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lockss-turtles
|
|
3
|
-
Version: 0.4.0.
|
|
3
|
+
Version: 0.4.0.dev3
|
|
4
4
|
Summary: Tool to manage LOCKSS plugin sets and LOCKSS plugin registries
|
|
5
5
|
Home-page: https://www.lockss.org/
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -33,7 +33,7 @@ Description-Content-Type: text/x-rst
|
|
|
33
33
|
Turtles
|
|
34
34
|
=======
|
|
35
35
|
|
|
36
|
-
.. |RELEASE| replace:: 0.4.0-
|
|
36
|
+
.. |RELEASE| replace:: 0.4.0-dev3
|
|
37
37
|
.. |RELEASE_DATE| replace:: ?
|
|
38
38
|
|
|
39
39
|
.. |HELP| replace:: ``--help/-h``
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
CHANGELOG.rst,sha256=Lv-bS9-c4dtclJrtlNr8HymmhR283_WgqERmG-Qqg8A,3158
|
|
2
|
-
lockss/turtles/__init__.py,sha256=
|
|
2
|
+
lockss/turtles/__init__.py,sha256=51WIQO-8H8jLDlJIE4s8kIbzN_Ucz3yvwC3L_EHkMfo,3201
|
|
3
3
|
lockss/turtles/__main__.py,sha256=57NMiI-NAibLExMX0Y6QApQhaDUblHTQqCDSiWBVt6k,1633
|
|
4
4
|
lockss/turtles/app.py,sha256=X6AoOPPJEKrhcT9kwNXp7J7XO3KLoXdLdozgKf49Ajw,9074
|
|
5
|
-
lockss/turtles/cli.py,sha256=
|
|
5
|
+
lockss/turtles/cli.py,sha256=yZqmRrGSY_4aMAv6nvx-ax6Lab_ckoNg1BVsOuoGm1U,22476
|
|
6
6
|
lockss/turtles/plugin.py,sha256=ewDT3d_QPKnQqO_zuiD2XQaDcJSzoVDPylmFPe_OELU,4312
|
|
7
7
|
lockss/turtles/plugin_registry.py,sha256=8MXzfybo-0jmBgIQlcTMbLvJVgU3ZsYomdP0PnMh2RM,9445
|
|
8
8
|
lockss/turtles/plugin_set.py,sha256=jB8fGMwsYdXcZab_GRcvTahVCnjW94AkyWeHlgg7qLc,10486
|
|
@@ -13,8 +13,8 @@ lockss/turtles/resources/plugin-set-catalog-schema.json,sha256=UbB0BCd9jdROGyXf2
|
|
|
13
13
|
lockss/turtles/resources/plugin-set-schema.json,sha256=EeptOiipJdWwfLIxUHXap59Hbq32UXzT2MpI2eADM1U,2338
|
|
14
14
|
lockss/turtles/resources/plugin-signing-credentials-schema.json,sha256=VLld14jOMG8V_ru0jtQD5GunNDNLp2MoRGMSZg9xVn8,753
|
|
15
15
|
lockss/turtles/util.py,sha256=g3pGADgnmaQce3pNrpA1VjuSlNUJUAITyPyM6pNdVOA,2430
|
|
16
|
-
lockss_turtles-0.4.0.
|
|
17
|
-
lockss_turtles-0.4.0.
|
|
18
|
-
lockss_turtles-0.4.0.
|
|
19
|
-
lockss_turtles-0.4.0.
|
|
20
|
-
lockss_turtles-0.4.0.
|
|
16
|
+
lockss_turtles-0.4.0.dev3.dist-info/LICENSE,sha256=ArAnVWK-WhSxCVQWDF_PWBETwjSZ35HfugnUJPqPXyg,1506
|
|
17
|
+
lockss_turtles-0.4.0.dev3.dist-info/METADATA,sha256=_6t341PXJGg_osEaHNh7Q5GVGE3X9Vx6R-ZJmJJvREU,39406
|
|
18
|
+
lockss_turtles-0.4.0.dev3.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
19
|
+
lockss_turtles-0.4.0.dev3.dist-info/entry_points.txt,sha256=25BAVFSBRKWAWiXIGZgcr1ypt2mV7nj31Jl8WcNZZOk,51
|
|
20
|
+
lockss_turtles-0.4.0.dev3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{lockss_turtles-0.4.0.dev2.dist-info → lockss_turtles-0.4.0.dev3.dist-info}/entry_points.txt
RENAMED
|
File without changes
|