Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

twill

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twill - npm Package Compare versions

Comparing version
3.2.2
to
3.2.3
+4
-0
docs/changelog.rst

@@ -7,2 +7,6 @@ .. _changelog:

3.2.3 (released 2024-03-05)
---------------------------
* Adds 'timeout' to the list of exported commends (#22).
3.2.2 (released 2024-01-28)

@@ -9,0 +13,0 @@ ---------------------------

+1
-1

@@ -35,3 +35,3 @@ """Configuration file for the Sphinx documentation builder.

author = "C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al"
copyright = "2023, " + author
copyright = "2024, " + author

@@ -38,0 +38,0 @@ # The full version, including alpha/beta/rc tags

@@ -32,3 +32,3 @@ .. _developer:

Newer versions 1.x, 2.x and 3.x are also Copyright (C) 2007-2023
Newer versions 1.x, 2.x and 3.x are also Copyright (C) 2007-2024
Ben R. Taylor, Adam V. Brandizzi, Christoph Zwerschke et al.

@@ -35,0 +35,0 @@

The MIT License, https://opensource.org/licenses/MIT
Copyright 2005-2023 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke
Copyright 2005-2024 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

Metadata-Version: 2.1
Name: twill
Version: 3.2.2
Version: 3.2.3
Summary: A web browsing and testing language

@@ -9,3 +9,3 @@ Author: C. Titus Brown, Ben R. Taylor, Christoph Zwerschke

Copyright 2005-2023 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke
Copyright 2005-2024 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke

@@ -61,4 +61,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

Provides-Extra: docs
Requires-Dist: sphinx<6,>=5.2; extra == "docs"
Requires-Dist: sphinx_rtd_theme<2,>=1; extra == "docs"
Requires-Dist: sphinx<8,>=7.2; extra == "docs"
Requires-Dist: sphinx_rtd_theme<3,>=2; extra == "docs"
Provides-Extra: tidy

@@ -83,3 +83,3 @@ Requires-Dist: pytidylib<0.4,>=0.3; extra == "tidy"

Copyright (c) 2005-2023 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.
Copyright (c) 2005-2024 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.

@@ -86,0 +86,0 @@ Newer versions have been created and are maintained by [Christoph Zwerschke](https://github.com/Cito).

[project]
name = "twill"
version = "3.2.2"
version = "3.2.3"

@@ -49,4 +49,4 @@ description = "A web browsing and testing language"

docs = [
"sphinx >=5.2, <6",
"sphinx_rtd_theme >=1, <2"
"sphinx >=7.2, <8",
"sphinx_rtd_theme >=2, <3"
]

@@ -95,2 +95,6 @@ tidy = [

[tool.ruff]
line-length = 79
target-version = "py38"
[tool.ruff.lint]
select = [

@@ -155,12 +159,10 @@ "A", # flake8-builtins

]
line-length = 79
target-version = "py38"
[tool.ruff.flake8-quotes]
[tool.ruff.lint.flake8-quotes]
inline-quotes = "double"
[tool.ruff.mccabe]
[tool.ruff.lint.mccabe]
max-complexity = 25
[tool.ruff.pylint]
[tool.ruff.lint.pylint]
max-args = 12

@@ -171,3 +173,3 @@ max-branches = 25

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"src/twill/commands.py" = [

@@ -207,3 +209,3 @@ "A001", # may shadow builtins

[build-system]
requires = ["setuptools >=68"]
requires = ["setuptools >=69"]
build-backend = "setuptools.build_meta"

@@ -12,3 +12,3 @@ twill: a simple scripting language for web browsing

Copyright (c) 2005-2023 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.
Copyright (c) 2005-2024 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.

@@ -15,0 +15,0 @@ Newer versions have been created and are maintained by [Christoph Zwerschke](https://github.com/Cito).

Metadata-Version: 2.1
Name: twill
Version: 3.2.2
Version: 3.2.3
Summary: A web browsing and testing language

@@ -9,3 +9,3 @@ Author: C. Titus Brown, Ben R. Taylor, Christoph Zwerschke

Copyright 2005-2023 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke
Copyright 2005-2024 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke

@@ -61,4 +61,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

Provides-Extra: docs
Requires-Dist: sphinx<6,>=5.2; extra == "docs"
Requires-Dist: sphinx_rtd_theme<2,>=1; extra == "docs"
Requires-Dist: sphinx<8,>=7.2; extra == "docs"
Requires-Dist: sphinx_rtd_theme<3,>=2; extra == "docs"
Provides-Extra: tidy

@@ -83,3 +83,3 @@ Requires-Dist: pytidylib<0.4,>=0.3; extra == "tidy"

Copyright (c) 2005-2023 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.
Copyright (c) 2005-2024 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.

@@ -86,0 +86,0 @@ Newer versions have been created and are maintained by [Christoph Zwerschke](https://github.com/Cito).

@@ -6,4 +6,4 @@ lxml<5,>=4.9

[docs]
sphinx<6,>=5.2
sphinx_rtd_theme<2,>=1
sphinx<8,>=7.2
sphinx_rtd_theme<3,>=2

@@ -10,0 +10,0 @@ [tests]

@@ -6,3 +6,3 @@ # This file is part of the twill source distribution.

#
# Copyright (c) 2005-2023
# Copyright (c) 2005-2024
# by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.

@@ -9,0 +9,0 @@ #

@@ -89,2 +89,3 @@ """The twill shell commands.

"tidy_ok",
"timeout",
"title",

@@ -91,0 +92,0 @@ "url",

@@ -6,3 +6,3 @@ [tox]

basepython = python3.11
deps = ruff>=0.1.14,<0.2
deps = ruff>=0.3,<0.4
commands =

@@ -9,0 +9,0 @@ ruff check src/twill tests extras