lockss-pybasic 0.3.0.dev1__tar.gz → 0.3.0.dev2__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.4
2
2
  Name: lockss-pybasic
3
- Version: 0.3.0.dev1
3
+ Version: 0.3.0.dev2
4
4
  Summary: Basic Python utilities
5
5
  License: BSD-3-Clause
6
6
  License-File: LICENSE
@@ -16,7 +16,7 @@ Classifier: Intended Audience :: Developers
16
16
  Classifier: License :: OSI Approved :: BSD License
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Topic :: Software Development :: Libraries
19
- Requires-Dist: click-extra (>=7.5.0,<7.6.0)
19
+ Requires-Dist: click-extra (>=7.16.0,<7.17.0)
20
20
  Requires-Dist: pydantic (>=2.13.0,<2.14.0)
21
21
  Project-URL: Repository, https://github.com/lockss/lockss-pybasic
22
22
  Description-Content-Type: text/x-rst
@@ -25,7 +25,7 @@ Description-Content-Type: text/x-rst
25
25
  lockss-pybasic
26
26
  ==============
27
27
 
28
- .. |RELEASE| replace:: 0.3.0-dev1
28
+ .. |RELEASE| replace:: 0.3.0-dev2
29
29
  .. |RELEASE_DATE| replace:: NOT YET RELEASED
30
30
 
31
31
  **Latest release:** |RELEASE| (|RELEASE_DATE|)
@@ -2,7 +2,7 @@
2
2
  lockss-pybasic
3
3
  ==============
4
4
 
5
- .. |RELEASE| replace:: 0.3.0-dev1
5
+ .. |RELEASE| replace:: 0.3.0-dev2
6
6
  .. |RELEASE_DATE| replace:: NOT YET RELEASED
7
7
 
8
8
  **Latest release:** |RELEASE| (|RELEASE_DATE|)
@@ -28,7 +28,7 @@
28
28
 
29
29
  [project]
30
30
  name = "lockss-pybasic"
31
- version = "0.3.0-dev1" # Always change in __init__.py, and at release time in README.rst and CHANGELOG.rst
31
+ version = "0.3.0-dev2" # Always change in __init__.py, and at release time in README.rst and CHANGELOG.rst
32
32
  description = "Basic Python utilities"
33
33
  license = { text = "BSD-3-Clause" }
34
34
  readme = "README.rst"
@@ -40,7 +40,7 @@ maintainers = [
40
40
  { name = "Thib Guicherd-Callin", email = "thib@cs.stanford.edu" },
41
41
  ]
42
42
  dependencies = [
43
- "click-extra (>=7.5.0,<7.6.0)",
43
+ "click-extra (>=7.16.0,<7.17.0)",
44
44
  "pydantic (>=2.13.0,<2.14.0)",
45
45
  ]
46
46
  classifiers = [
@@ -36,4 +36,4 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36
36
  POSSIBILITY OF SUCH DAMAGE.
37
37
  '''.strip()
38
38
 
39
- __version__ = '0.3.0-dev1'
39
+ __version__ = '0.3.0-dev2'